I want to make an executable file for mac from yolov5 detect.py
detect.py has local import libraries + the .pt model itself.
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