Jittor / JDet

JDet is an object detection benchmark based on Jittor. Mainly focus on aerial image object detection (oriented object detection).
Apache License 2.0
191 stars 34 forks source link

[WIP] CFA & Oriented Reppoints & SASM #85

Open zytx121 opened 1 year ago

zytx121 commented 1 year ago

三个模型都已经适配JDet,可以运行。但是 convexiou 貌似存在 bug,导致 MaxConvexIoUAssigner 出来的正样本数量差别极大。MMRotate 只有个位数,十位数,但是jdet里面有5位数。

该算子 bug 貌似和运行环境有关, @514flowey 在帮忙检查。

Rotated RepPoints(baseline) JDet:56.34 MMRotate 0.x:59.44

CFA 1x JDet:54.71 (没对齐) MMRotate 0.x:69.63

Oriented RepPoints JDet:- MMRotate 0.x:71.94

SASM 1x JDet:- MMRotate 0.x:66.45