-
我在v10项目里面分别使用yolov10和v8训练自己的数据集,并且验证best.pt得到了以下结果:
![image](https://github.com/THU-MIG/yolov10/assets/101586594/06f9552a-f7d6-4d7c-bd8b-b641f32d4f81)
验证结果上面的是yolov10,下面的是yolov8,得到的结果是v10比v8的mAP指标低了…
-
Hello,
I am working on building detection from satellite images, and i think docker/yolt is the bestfit for my project,
but i work on large images (9351,9351) pixels,
so does this images should be …
-
Hi Alex
Would there any easy way to transfer yolo9000 weights into yolo v3 weights?
thanks,
Ed
-
I am using the object detection script, which searches for ~80 objects in the image. Is it possible to refine this to only search for selected objects?
-
After running the script i got this error msg
> YOLO Generating Result : False, msg : ERROR : 'dining table' is not in list, moreInfo : Format.py 704
any solution ?
-
Hi,
I would like to predict some attributes of the detected boxes by yolov3, e.g, whether the box is occluded.
Is there any instruction on adding a new prediction branch to the yolov3 architectu…
ghost updated
5 years ago
-
I am new to recognition and never used tensorflow before. And I can't figure out how to load my model into the tool. Because when I upload all files to AI import it shows me that it regocnized 5 model…
-
I had annotations for 10k images in .xml format I successfully converted them to .txt format but the class number is starting from 1, not from 0. I rechecked some converted annotations in labelImg the…
-
Hi, @AlexeyAB
I want to get the coordinates of the detected object and save the data to a txt file
I have add
```
FILE *fp=fopen("results/result.txt","a");
fprintf(fp,"%d %d %d %d\n",b_x_cente…
-
hello ,@sergiomsilva, could you release the OCR training code now? I follow your WPOD-NET, and get good results in our datasets, but this is only LP detection. And OCR result is not well. So hope you…