EfficientObjectDetection
EfficientObjectDetection copied to clipboard
PyTorch Implementation of Efficient Object Detection in Large Images - [WACV20]
Results
3
EfficientObjectDetection issues
Sort by
recently updated
recently updated
newest added
File "/home/Desktop/Geetanjali/EfficientObjectDetection-master/utils/utils.py", line 9, in from utils import utils_detector ImportError: cannot import name utils_detector
Hi burak and chris, I wanted to know how do we need to train the object detector? Do we break images into patches and feed them to the coarse net?...