Duankaiwen / CenterNet

Codes for our paper "CenterNet: Keypoint Triplets for Object Detection" .
MIT License
1.86k stars 384 forks source link

What is the meaning of single scale in CenterNet #123

Open jerrywgz opened 4 years ago

jerrywgz commented 4 years ago

Does the single scale version of CenterNet contain origin image and flipped image? I found that image is flipped as default in test/coco.py and it may cause double cost in inference. As a result, how do you calculate the speed of CenterNet?