darknet_scripts icon indicating copy to clipboard operation
darknet_scripts copied to clipboard

Problem with log file

Open joanna28-web opened this issue 4 years ago • 1 comments

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

joanna28-web avatar Jun 01 '20 12:06 joanna28-web

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.

Jumabek avatar Aug 20 '21 09:08 Jumabek