CenterNet-better
CenterNet-better copied to clipboard
An easy to understand and better performance version of CenterNet
Hi Feng, I'd like to first appreciate this implementation. However, as mentioned in issue #35 , the processing of inference is different from the original [Centernet](https://github.com/xingyizhou/CenterNet/blob/master/src/lib/detectors/ctdet.py). Specifically, the original algo....
Hi, thanks for your great work. I have some questions: **My config:** in centernet.res50.coco.512size: IMS_PER_BATCH=4,NUM_WORKERS=2,.Other config is not change. **My results: All Ap,AR is 0.** thanks
Hi, thanks for your great work. When will the DLA backbone be supported?
No module named 'dl_lib.config'
Implement train on windows. Compile steps(need visual studio 2017): 1. Setup compile environment: execute "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" in the windows cmd to establish a compile environment. 2. execute...
Hello there! I would like to modify the epochs for training and testing the data. However, I am not sure which part of the code actually affects the epoch.
Hello there! It has been amazing looking at your code and adapting it for my own usage to train on minicoco dataset. However, even tho the data is training, my...