-
An error occurs when I'm trying to reproduce the project on coco dataset. Here is the error log:
[Errno 2] No such file or directory: 'work_dirs/retinanet_coco_ppal_5rounds_2percent_to_10percent/ro…
-
您好,我在训练您代码过程中出现了如下问题:KeyError: "RetinaNet: 'RetinaDYHead is not in the models registry'",请问我该怎么解决呢
-
Thanks for your great job!
I want to know the size of the square anchor in 4.2 section. In addition, Is OTA sensitive to the size of the anchor?
-
Is there a plan to support RetinaNet? The accuracy of RetinaNet seems to be higher compared to SSD according to the RetinaNet paper.
Thanks,
-
作者您好,请问可以提供一些快速开始的命令行示例吗,例如如何使用RetinaNet+FPNFormer在DOTAv1.0数据集上训练、测试等,谢谢!
-
### Source / repo
https://github.com/pytorch/vision/tree/main/references/detection
### Model description
Retinanet with ResNet101 FPN backbone
### Dataset
COCO
### Literature benchmark source
ResNe…
-
Hi. thanks for your great work, can you share the config of retinanet?
-
this should either error out, or automatically pad
-
https://github.com/fizyr/keras-retinanet
-
We've been using the standard [`pycocotools`](https://pypi.org/project/pycocotools/) Python package for calculating the Object Detection accuracy since MLPerf Inference v0.5. It used to be OK for SSD-…