Jumabek / darknet_scripts

Auxilary scripts to work with (YOLO) darknet deep learning famework. AKA -> How to generate YOLO anchors?
223 stars 96 forks source link

Problem with log file #23

Open joanna28-web opened 4 years ago

joanna28-web commented 4 years ago

Hi, I have a problem with saving to log file. The only thing saved to it is "yolov3-markers" (that's the content of the log file). I train with this commend: ./darknet detector train markers_detection/build/darknet/x64/obj_improved.data markers_detection/build/darknet/x64/yolov3-markers.cfg backup/yolov3-markers_9000.weights >> log/yolov3-markers.log

Jumabek commented 3 years ago

Hi @joanna28-web , The code is tested only on YOLOv1 and YOLOv2. For using it YOLOv3 or later you may need to read and understand the code yourself and make changes accordingly.