1

I am presently working on a project based on blind man navigation. I need to detect staircases for that project. Can anyone help with the solution.

Lior Magen
  • 1,533
  • 2
  • 15
  • 33
nik
  • 17
  • 1
  • 4

1 Answers1

1

Basically all you need to do is to create a training set (a set of images that contain staircases and a set of image that do not contain staircases), train you model and predict. This is really basically all you have to do. More precisely you can look here or here

Lior Magen
  • 1,533
  • 2
  • 15
  • 33