gustavz / realtime_object_detection

Plug and Play Real-Time Object Detection App with Tensorflow and OpenCV
MIT License
281 stars 148 forks source link

is it possible to input a gray-style video? #21

Open David-Lee-1990 opened 6 years ago

David-Lee-1990 commented 6 years ago

my video is of gray scale. How would I modify your code to use your api?

gustavz commented 6 years ago

I have never done this before. Did you try just inputting the greyscale video file/stream? Did you get results?

I think it totally depends on how the model is trained! If it is trained in greyscale input then ofcourse it works. I think the ssd_mobilenet is regulized enough to dont care much about color, so give it a try and tell me the results!