How to make executable file from yolov5 for Mac M1

Viewed 46

I want to make an executable file for mac from yolov5 detect.py

detect.py has local import libraries + the .pt model itself.

reference

I have tried making the software via chmod +x detect.command and putting all of the needed folders into one. It did not

Any help will be much appreciated

0 Answers
Related