-
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…
-
Hi ! Thank you for your excellent work ! I want to ask that would you publish source code? I want to train on my own datasets,thank you very much !
-
Hi
I am encountering an error when using 2 GPUs for training YOLOv10n. Here is the error:
```
(yolov10) C:\Users\muh\yolov10>yolo detect train data=coco.yaml model=yolov10n.yaml epochs=500 batc…
-
I've run through a handful of c++ implementations, including yours. I have the yolov10 model trained and tested. I think I'm having problems with the onnx export from that toolchain.
How do you ge…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Training a model based on my experience it's just so terrible,
1. Quantization does not work
2. Running inference using onnxruntime does not work
3. Converting .onnx model to .tflite does not wor…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
do you think yolo 10 can work with this?
https://github.com/THU-MIG/yolov10
-
调用:TensorRtSharp.Custom.Nvinfer.OnnxToEngine(@"C:\Users\Administrator\Desktop\yolov10n.onnx",1024);
报错:
[05/29/2024-07:28:53] [I] [TRT] [MemUsageChange] Init CUDA: CPU +523, GPU +0, now: CPU 8558, G…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…