You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to convert pt to onnx? what about the shell codes?
python export.py --weights yolov7.pt --grid --end2end --simplify
--topk-all 100 --iou-thres 0.65 --conf-thres 0.35 --img-size 640 640 --max-wh 640
The text was updated successfully, but these errors were encountered:
If you convert it like that make sure to modify the script to be like yolov7_detector = YOLOv7(model_path, conf_thres=0.3, iou_thres=0.5, official_nms=True)
how to convert pt to onnx? what about the shell codes?
python export.py --weights yolov7.pt --grid --end2end --simplify
--topk-all 100 --iou-thres 0.65 --conf-thres 0.35 --img-size 640 640 --max-wh 640
The text was updated successfully, but these errors were encountered: