Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

YOLO(detect.py as test script):

actual on WolfSSH yolov5 model - yolov5-custom3

Code Block
cd proj/YOLOv5
python3 export.py --weights ./runs/train/yolov5-customcustom3/weights/best.pt --topk-all 100 --iou-thres 0.5 --conf-thres 0.35 --img-size 800 --data ../configs_for_models/datasetYolo.yaml -include onnx coreml tflite
python3 detect.py --weights ./runs/train/yolov5-customcustom3/weights/best.pt --source ../projDataset/validate/

...