tianzhi0549 / FCOS

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

(t != class_range) * (t >= 0) has bug in some torch version #332

Open yjk89446746 opened 3 years ago

yjk89446746 commented 3 years ago

(t != class_range) * (t >= 0) is always return a tensor which all values is True, I think it is a bug in cpu version