AlexeyAB / Yolo_mark

GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2

Home Page:https://github.com/AlexeyAB/darknet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Which files does make edit?

matt-sharp opened this issue · 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.