facias914
facias914
Hi, I want to evaluate the proposals from RPN. I found the table 1 in the paper is the results of Recall of the proposals. Is there code for evaluating...
The original code version is too old, so I reproduced the code to the new mmrotate version. I loaded the weights you provided and it went fine, the result was...
Very insightful work! I would like to ask, during training, the ADE dataset is trained on a single category, what about during inference?
This is a very insightful piece of work, thank you very much for your work which has given me new knowledge! What I want to ask is, regarding the ADE20K...
作者你好,感谢你对Deformable DETR代码的开源。 我调试了代码发现,对于旋转框的表达方式采用了oc表示法,该表示法会把角度值范围定义在[0, π/2) 区间,也就是会有大于1的角度值。但是代码里简单的将角度值的回归应用了sigmoid,没有进行区间的映射。因此算法是预测不出大于1的角度值的。 Dear author, thank you for open-sourcing the Deformable DETR code. While debugging the code, I noticed that the representation used for oriented bounding boxes is...