yolov5_rotation
yolov5_rotation copied to clipboard
my env: windows 10 python3.9 cuda 10.2 torch 1.9.0 torchvision 0.10.0 when i run the test.py i got an error as following: ``` C:\Users\Administrator\anaconda3\envs\yolov5_py39cu102forrotation\python.exe "C:\Program Files\JetBrains\PyCharm 2021.1.3\plugins\python\helpers\pydev\pydevd.py" --multiproc --qt-support=auto --client...
## ❔Question File "D:/CV/NIO/yolov5_rotation-master/yolov5_rotation-master/yolov5_rotation-master/train_rotation.py", line 212, in train testloader = create_dataloader(test_path, imgsz_test, batch_size * 2, gs, single_cls, File "D:\CV\NIO\yolov5_rotation-master\yolov5_rotation-master\yolov5_rotation-master\utils\datasets_rotation.py", line 75, in create_dataloader dataset = LoadImagesAndLabels(path, imgsz, batch_size, File "D:\CV\NIO\yolov5_rotation-master\yolov5_rotation-master\yolov5_rotation-master\utils\datasets_rotation.py",...
Hello, Could you please help me?How can I deal with this problem? I use yolov5 to train my dataset. The annotation file is an XML file annotated with rolabelimg. Now...
## ❔Question 你好作者,首先感谢您的项目分享,我在readme看到执行介绍,有一个疑问。 下载的数据集为json格式,含有4个点的坐标和种类(字母)。但是第一步cut2rotation脚本是需要使用txt文件的,我想问一下这个1、txt文件是四个点的坐标+种类+difficult,一共10个嘛?2、这时候的数据集是否为归一化之后的数据集? 期待您的回复,十分感谢!! ## Additional context
## ❔Question detectron2._C import box_iou_rotated 中导入不了._C ## Additional context
## ❔Question 作者你好,请问voc数据集是怎么处理的,voc数据的标签只有x_min,y_min和x_max,y_max,如何求角度值? ## Additional context
## ❔Question 我跑自己的数据集,但是在训练的时候却还是检测dota的数据集ship ## Additional context detected 3 ships! runs\detect\exp10\vis_results\00001.png saved! 0/57 processing 00001.jpg shape:(1024, 1280, 3) (0.095s ETA: 5.415s) detected 2 ships! runs\detect\exp10\vis_results\000010.png saved! 1/57 processing 000010.jpg shape:(1024, 1280,...
Before submitting a bug report, please be aware that your issue **must be reproducible** with all of the following, otherwise it is non-actionable, and we can not help you: -...