ivanyipwf
Results
1
comments of
ivanyipwf
Download .pt model. https://github.com/ultralytics/YOLOv5/releases/download/v6.1/YOLOv5s.pt And export to ONNX again git clone https://github.com/ultralytics/YOLOv5 cd YOLOv5 pip install -r requirements.txt pip install onnx python3 export.py --weights models/YOLOv5s.pt --include onnx Use the new...