DIoU-pytorch-detectron
DIoU-pytorch-detectron copied to clipboard
Distance-IoU Loss into Faster R-CNN
Thanks to your great work. I have called the compute_ciou function to generate the bbox loss, self.bbox_loss = compute_ciou _, bbox_loss = self.bbox_loss(bbox_pred, bbox_target, bbox_inside_weight, bbox_outside_weight, transform_weights=config.network.bbox_reg_weights) However, I found...
cfg ERROR
Thanks for your project! In lib/modeling/model_builder.py, Generalized_RCNN doesn't receive the correct cfg from the config file, the cfg is just as the same as that in config.py. When the config...
Thanks for your project! I have downloaded the pretrained model diou.pth , but when I use this it runs into an error like this: File "DIoU-pytorch-detectron-master/lib/modeling/model_builder.py", line 128, in _init_modules...
hello thank you for implementation sharing Im using code which is based on Detectrone2 and FasterRCNN as a base detector on it. how can I add DIOU, CIOU ,... to...