JDet icon indicating copy to clipboard operation
JDet copied to clipboard

JDet is an object detection benchmark based on Jittor. Mainly focus on aerial image object detection (oriented object detection).

Results 35 JDet issues
Sort by recently updated
recently updated
newest added

对齐了2周,还是失败了。感觉角度表示法影响很大,原版的r3det用的是oc角度表示法,但是Jdet目前只支持le135表示法。不过我试了就算加入oc表示法,仍然无法对齐。(也测试了oc版本的retinanet,只有62的精度)目前还没有搞清楚到底是什么问题。暂且搁置。 JDet-le135: 64.41 MMRotate-0.x-oc: 69.80 MMRotate-1.x-oc: 69.15

1

1 comment

你好,训练的时候出现了下面这个问题 [Reason]: [f 0306 21:21:39.946686 04 cudnn_conv__Tx_float32__Ty_float32__Tw_float16__XFORMAT_abcd__WFORMAT_oihw__YFORMAT_abcd_____hash_2ece8b8f815db190_op.cc:407] Check failed: best_algo_idx!=-1 Something wrong... Could you please report this issue?

请问一下,为何 JDet 的 `poly2obb` 函数会对 `cv2.minAreaRect` 返回的角度取负号(`angle = -angle` 或 `angle = -90 - angle`)? ```python for poly in polys_np: (x, y), (w, h), angle = cv2.minAreaRect(poly) if w >=...

真的很吐槽直接下载cuda11.2这个设置 ![image](https://github.com/user-attachments/assets/b5f725d8-ff81-42da-a4b3-dc5514a62783) 明明我的设备最低支持11.8 还没配好不能测试 运行就直接下载 下载完还不能用。

Hello, great work!!. I run the code with the faster CNN config after preprocessing the DOTA dataset. Starting the training I got the next error. ``` [i 0726 20:47:53.981310 28...