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

Which files does make edit? #205

Closed matt-sharp closed 3 years ago

matt-sharp commented 3 years ago

Is this just those contained within src and include directories?

The reason I ask is because the AWS environment I'm executing YOLOv4 in is restricted so I can't run the make command. To circumvent this I'm compiling Darknet in Google Colab and then uploading the whole directory into my Darknet directory on my AWS instance.
Now I just want to upload the parts changed by make and I want to be sure I'm not breaking anything.