ObjectDetector icon indicating copy to clipboard operation
ObjectDetector copied to clipboard

Results 7 ObjectDetector issues
Sort by recently updated
recently updated
newest added

1. Every person could use the object detector from their cellphone. 2. The object detector can be used in reduce area to see how it works when there are crowded...

I have done some changes in the versions of Numpy and Tensorflow as there was a clash between the installed Numpy version and the required Numpy version for Tensorflow.

- [ ] Make inferences using YOLO architecture. - [ ] Save the resulting inferences to an output video file.

While installing I had problem in installing tensorflow and opencv-python, so changed **tensorflow==1.14.0** to **tensorflow** to install the latest version of tensorflow and installed opencv-python from source - **sudo apt...

Allow direct communication with ROS nodes for image acquisition.

Thanks a lot for this, guys, it works great for quick tests of various models. I wonder if you have considered extending the backend to also support Darknet. I know...

Main tasks include: - [x] Proof of concept implementation. - [ ] Reuse JdeRobot labels instead of having duplicate metadata files. - [ ] Remove hardcoded assumption of Coco categories....