AlexeyAB / Yolo_mark

GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2
https://github.com/AlexeyAB/darknet
The Unlicense
1.8k stars 680 forks source link

Make executable on linux #200

Open guysoft opened 3 years ago

guysoft commented 3 years ago

The file permissions on git were not executable which required to run

chmod 755 linux_mark.sh

Before executing as documented in the README. This fixes the issue.

guysoft commented 3 years ago

Is this abandoned?