tianzhi0549 / FCOS

FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
https://arxiv.org/abs/1904.01355
Other
3.26k stars 630 forks source link

fix issues with deprecated library THC #383

Open rram12 opened 1 year ago

rram12 commented 1 year ago

First of all, thank you @tianzhi0549 for this great framework, it became quickly my favorite framework. I found that the THC library is deprecated for PyTorch > 1.6.0, and many of its methods are replaced by methods in the ATen library.