You should have to build cython file if you want to using GPU on calculating IoU. You don't have to if you using cpu.
$ python setup.py build_ext --inplace
$ python main.py --gpu gpu
$ python main.py
$ python main.py -na --gpu (cpu,gpu)
Animator does not work on colab.
Box mode has default value as 'rotated'. So if you want measure on horizontal prediction, you should have to give each box mode
$ python main.py --gt-box-mode horizontal --pred-box-mode horizontal
If you want other information of mean Average Precision, please visit Cartucho's mAP repository.
- chromatices - Please give me your feedback: to. [email protected]