-
I've exported the yolov5s.pt model to CoreML creating yolov5s.mlmodel.
I've followed the instructions reported in #251 and #3238.
The command I used is the following:
python3 export.py --weights …
-
Hello,
First, I want to say thank you for your great work.
I've been using your tf.py to convert yolov5s-int8 file and with edgetpu_compile to yolov5s-int8_edgetpu.tflite. There was no error from th…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
PyTorch Hub
### Bug
I encou…
oms12 updated
1 month ago
-
Hi @glenn-jocher,
I use a "pure" Yolov5s model which outputs three tensors, such as: torch.Size([1, 3, 48, 80, 85]) , torch.Size([1, 3, 24, 40, 85]) , and torch.Size([1, 3, 12, 20, 85]).
I would l…
-
### 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…
-
### 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 si…
-
Hi, could you tell me the way to convert pretrained weight from pt to ncnn? Thank you.
-
### 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…
-
Tested Models - YOLOv5s , YOLOV5m
Tested on GPUs - NVIDIA 2070, NVIDIA Quadro 6000
Tested on OS - Ubuntu 20.04, WIndows 10
Inference Batch size : 1
Image size : 640
As per the table provided : …
-
Windows 10 , RTX 3080, CUDA 11.0, cudnn 8.04, pytorch 1.7.0
When I typyed "python detect.py --source data/images --weights yolov5s.pt --conf 0.25"
It shows:
RuntimeError: Expected object of device …