tusen-ai / simpledet

A Simple and Versatile Framework for Object Detection and Instance Recognition
Apache License 2.0
3.08k stars 488 forks source link

Test time for TridentNet #290

Closed ghost closed 4 years ago

ghost commented 4 years ago

I tried to regenerate results of TridentNet with tridentnet_r101v2c4_c5_1x.py and tridentnet_r101v2c4_c5_fastapprox_1x.py config files over COCO dataset but it take a few hours for RTX2060 gpu. I just didnt understand what is the time consuming part for test evaluation, why it takes too long? I wonder if I have a problem.

xchani commented 4 years ago

Please try detection_infer_speed.py to obtain the inference time of your model, and see the theoritical time needed to go through the whole dataset.

ghost commented 4 years ago

Please try detection_infer_speed.py to obtain the inference time of your model, and see the theoritical time needed to go through the whole dataset.

Thanks a lot