object-detection-workshop icon indicating copy to clipboard operation
object-detection-workshop copied to clipboard

Learn the inners of object detection with Deep Learning by understanding Faster R-CNN model, and how to use Luminoth to solve real-world problems.

Results 3 object-detection-workshop issues
Sort by recently updated
recently updated
newest added

I would like to run the Jupyter notebook for this project but I recognize this project is 4 years old. Which version of Tensorflow was used? 1.x?

While plotting anchor boxes in the workshop/vis.py, y limits are set from [-500,500] , so while displaying -500 will be located at the bottom of the plot. For conventional plots...