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
I'm running PYTHONPATH="$PWD" && python models/export.py --weights yolov7-face.pt --img 640 --batch 1
Export to onnx works fine, but export to CoreML fails with error:
CoreML: export failure: Unknown value for constant: ScriptObject <__torch__.torch.classes.xnnpack.Conv2dOpContext>
The text was updated successfully, but these errors were encountered:
I'm running
PYTHONPATH="$PWD" && python models/export.py --weights yolov7-face.pt --img 640 --batch 1
Export to onnx works fine, but export to CoreML fails with error:
The text was updated successfully, but these errors were encountered: