OrientedRepPoints icon indicating copy to clipboard operation
OrientedRepPoints copied to clipboard

The code for “Oriented RepPoints for Aerial Object Detection (CVPR 2022)”

Results 40 OrientedRepPoints issues
Sort by recently updated
recently updated
newest added

只能用mmdet1.1版本么

How to parse the results.pkl to the format needed for DOTA evaluation (Class AP and mAP )? Looking forward for your reply, thanks

DOTA数据集的规模暂时还比较小,所以目前没发生过因为内存泄露而导致的程序崩溃现象。 但当我将该项目应用在一个30W规模的数据集上的时候,随着迭代次数的增加内存的使用量也在增加,最后崩溃。 下图是每个小时自动运行一次free命令的输出情况。 ![IMG_20210625_114729](https://user-images.githubusercontent.com/72599120/123366838-81477580-d5ab-11eb-9991-9537ff79bc30.jpg) mmdet和python本身应该不容易出现内存管理方面的问题,感觉可能是新增的cuda代码容易出问题,但是cuda这一块我完全不懂,作者方便定位一下问题可能出现在哪些地方吗

for example, i find you use "wordname_15" dataset, the num classes of this dataset is [15](https://github.com/LiWentomng/OrientedRepPoints/blob/main/DOTA_devkit/DOTA2COCO_poly.py), but in your config file, the parameter “num_classes" is [16](https://github.com/LiWentomng/OrientedRepPoints/blob/main/configs/dota/orientedrepoints_swin_tiny_demo.py). The values ​​of these...

您好,请问可以提供一下swin_tiny的pytorch为1.4版本的预训练模型吗,现在网上所支持的pytorch版本都太高了,找不到相应的预训练模型。谢谢!

![1](https://github.com/LiWentomng/OrientedRepPoints/assets/88132799/db5d3da8-616b-451e-a290-75c6b6ade202) 我想知道这个里面在评估APAA的作用时使用了分类得分和定位得分的相关性,那这个定位得分是啥?我在代码中没有看到这个评估

Traceback (most recent call last): File "/home/lzk/mydata/anaconda3/envs/reppointobb/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/home/lzk/mydata/anaconda3/envs/reppointobb/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) File "/home/lzk/.vscode/extensions/ms-python.python-2023.14.0/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher/../../debugpy/__main__.py", line 39, in cli.main() File...

Hello, I'm testing your code on Ascend NPU devices. The GIoU Loss in your reports contains several cuda ops from mmcv. What about the implementation of the pure torch-based GIoU...