Zzh-tju / DIoU-pytorch-detectron

Distance-IoU Loss: Faster and Better Learning for Bounding Box Regression (AAAI 2020)
GNU General Public License v3.0
88 stars 16 forks source link

use this function "net_utils.compute_diou()" in fast_rcnn_heads.py to compute loss_diou, but I can't find this function in net.py? #1

Open xyzSHJ opened 4 years ago

Zzh-tju commented 4 years ago

Yeah, it was a mistake cause we uploaded the wrong file of net.py. Now we have corrected it.

xyzSHJ commented 4 years ago

thanks