LeiaJ520
LeiaJ520
> Hello, > > thanks for the code. I'm trying to archive the 80.1% mAP on the Dota 1 dataset. I noticed when comparing the logs - that I got...
你好,请问您的mAP值是提交到DOTA官网获得的吗,还是使用cal_map.py计算出来的
> 按照说明进行了环境配置和DOTA1.5数据集预处理,标签和数据集用show_b_box检查后都没问题。下载作者提供的checkpoint文件,运行demo_large_image 和 demo_inference都能得到正确的结果。说明环境配置、路径设置、标签转换等都应该没有问题。但是,运行test.py和dist_test.py,显示mAP都是零。查看了一下,以为是test文件夹下只有影像,没有标签的原因,所以又在trainval数据上跑test,结果mAP还都是0……请帮忙分析一下原因,谢谢!   你好,请问你这个问题解决了没
请问在计算OBB指标时有出现这个问题吗 ![Uploading 微信图片_20240420162129.png…]()
好的,是我把训练集和测试集搞混了。 我还有一个问题,想问问您看有没有见过,我在训练时是正常的,验证的时候即出现下面的错误,我验证集的图片和标签信息都是DOTA的标注格式。在验证的时候图片都别被报错,只有六张图片被计算。 
你好,我也出现了这样的问题,请问您是怎么解决的呢
从github上yolov5的官方网页上下载
How to set parameters to use CSL labels? I set use_gaussian=True in the poly2rbox function in yolov5_obb/utils/rboxs_utils.py, but there is an error in training. The error content is as follows:...