realtime_object_detection icon indicating copy to clipboard operation
realtime_object_detection copied to clipboard

No bounding boxes with deeplab_video.py

Open mmrazlighi opened this issue 7 years ago • 2 comments

HI,

when I run $ python objectdetection_video.py, a window pops up, which shows the video captured by my camera and it has bounding boxes around the objects. However, When I run $ python deeplab_video.py, I see the same window, but this time without the bounding boxes around the objects. Is this how deeplab_video.py should inference? I used the default settings in the config file.

mmrazlighi avatar Jul 18 '18 07:07 mmrazlighi

Hey @mmrazlighi

Are you sure you are running the latest master and have set BBOX: True in the config?

gustavz avatar Jul 20 '18 12:07 gustavz

Hi @GustavZ Yes, the BBOX is True, since I have perfect object detection with objectdetection_video.py, with the same config file, so all the settings must be true, also I double checked and there is no version issue. Do you need any more detail which gives you an idea of what might be my problem?

mmrazlighi avatar Jul 23 '18 23:07 mmrazlighi