AlexeyAB/Yolo_mark

Which files does make edit?

matt-sharp opened this issue · 0 comments

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.