-
![image](https://github.com/THU-MIG/yolov10/assets/76899569/be249ff9-4107-4f1c-99cb-2c8b3709484a)
-
I have downloaded the latest release using wget and after prediction I found that the result name contains indices not the class names as I used to, here is the steps that I have done:
```
!wget -…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
![WX20240525-032909@2x](https://github.com/THU-MIG/yolov10/assets/7877379/564a0a22-b031-4762-b774-ff7e066f4585)
win10,torch 1.10.1 , torchvision 0.11.2
-
Can you provide an official code for obtaining COCO indicators? I used the code from yolov8 to obtain the coco indicator prompt: Results do not correspond to the current coco set
-
File "E:\yolov10-main\ultralytics\utils\loss.py", line 200, in
pred_distri, pred_scores = torch.cat([xi.view(feats[0].shape[0], self.no, -1) for xi in feats], 2).split(
AttributeError: 'str' …
-
File "d:\yolo\yolov10-main\ultralytics\utils\loss.py", line 200, in
pred_distri, pred_scores = torch.cat([xi.view(feats[0].shape[0], self.no, -1) for xi in feats], 2).split(
AttributeError:…
-
If I want to resume training, is it correct to call it like this: "yolo detect train model=F:/01CODE/yolov10-main/runs/detect/train/weights/last.pt resume=True"?
-
ls
CONTRIBUTING.md README.md docker examples mkdocs.yml requirements.txt ultralytics
LICENSE custom.yaml docs figures pyproject.toml tests
root@d23379bf052c:/mnt# pip in…
-
Thanks for your work!
I set the batchsize to 16, and train did not report any errors during the training process. However, I noticed that the batch size of val was 8. And I used 4 gpus.
The number…