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.
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.