-
I am currently training YOLOv10 model in Google Colab using Custom Dataset, with the training progress saved in Google Drive folder. However, when i try to resume the training, the following error mes…
-
Currently, im trying to implement GSConv module into Yolov10b module.
conv.py
![image](https://github.com/user-attachments/assets/b8a3cc28-d0c4-4dbb-bdfd-cd424ff4c7fa)
task.py
![image](https:/…
-
I encountered a TypeError when trying to import YOLOv10 from the ultralytics package on my local machine. The error message is as follows:
!git clone https://github.com/THU-MIG/yolov10.git
cd y…
-
D:\yolov10\yolov10-main>CALL d:\Anaconda3\Scripts\activate.bat d:\Anaconda3\envs\yolov10
2024-05-31 18:03:03.393293: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see s…
-
Hello,
Thank you for all your work. Given the accuracy and latency of the new yolov10 model, are you planning to release a version trained on SportsMOT using yolov10 backbone instead of yolox?
T…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Train, Export
### Bug
…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Export
### Bug…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Expo…
-
I am trying to run an inference on a video (1920x1080) from the Gradio interface. I uploaded the video, chose the default (m) model, and set the image size to 1280 and the confidence threshold to 0.5.…
-
MWA:
```bash
git clone https://github.com/THU-MIG/yolov10
cd yolov10
python3.9 -m venv venv-yolov10
source venv-yolov10/bin/activate
yolo version
# gives 8.1.34
```
Also running the follo…