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

是类似yolo的(batch_size, num_object,x_center,y_center,wide,height,obj_conf,category_conf0.....)的嘛,或者能告诉我怎么从代码中查看嘛?只找到了他写入pkl文件中的输出格式list[num_epoch/batch_size * list[batch_size * list[num_classes * array(n, [18, 8, score])]][0] ],之后解析pkl文件后得到每个类的分数和旋转框的四个点坐标

Hello author, I used mmrotate for training and testing. [https://github.com/open-mmlab/mmrotate](url)I encountered some issues with the test results, as shown in the figure below, where there are some regression boxes that...

如何将边界框坐标(x1,y1,x2,y2,x3,y3,x4,y4)转换成(x,y,w,h,theta)的形式。请问作者有具体的代码实现吗?

你好,论文中在训练时oriented conversion function使用ConvexHull,但是我在代码里面并未看到(可能是我忽略了),请问这个代码在哪

mmrotate官方中R50+FPN的dotav1的map只有71.94,使用了ms增强之后的才只有75.21,论文中R50+FPN为75.97,请问这是经过ms增强后得到的map吗

可以对视频进行推理嘛

![image](https://user-images.githubusercontent.com/67504959/221089935-94c87b47-d4a3-459d-b0bd-8226654df660.png) help,how can I solve it

'gcc' is not recognized as an internal or external command, operable program or batch file. E:\anaconda\envs\orientedreppoints\lib\site-packages\mmcv\__init__.py:21: UserWarning: On January 1, 2023, MMCV will release v2.0.0, in which it will remove...

请问加入没有标签的图片进行训练会不会有效果?

How to solve 'RuntimeError: cuda runtime error (700) : an illegal memory access was encountered at mmdet/ops/iou/src/convex_giou_kernel.cu:853' ?Thanks alot