youngwanLEE / CenterMask

[CVPR 2020] CenterMask : Real-Time Anchor-Free Instance Segmentation
https://arxiv.org/abs/1911.06667
Other
770 stars 124 forks source link

have any one try model.half() and input.half() to speed up the inference? #32

Open zimenglan-sysu-512 opened 4 years ago

zimenglan-sysu-512 commented 4 years ago

i try model.half() and input.half() for speeding up the inference, the time decrease from 65ms to 53ms, although, it does not speed up too much, but i find that the model's output is empty, which means it can't detect the objs in the image. it's so weird. any help is appreciated.