darknet yolov3 yolov4 fool training tools and tutorials on windows

This tool supports fast training of darknet GPU or CPU version. Users can start their own training tasks without basic knowledge of yolo. This tool supports 5 frame fool-style training, support

yolov3

yolov3-spp

yolov3-tiny

yolov4

yolov4-tiny

Take a look at the screenshot first

 

Step 1: Compile darknet normally, gpu will get darknet.exe by default. If you compile the CPU version, you will get darknet_nogpu.exe. At this time, you need to change darknet_nogpu.exe to darknet.exe.
Step 2: Open the software and drag the data set to Click on the software interface to start conversion to obtain the training command.
Step 3: Just paste the command into the cmd window to start training. The software needs to be authorized to use. If you follow the WeChat public account, the Future Independent Research Center can contact us

Software advantages:

(1) Fully automatic configuration, users do not need to manually configure any parameters, only need to select their own parameters in the software interface to complete the entire automatic configuration

(2) Efficient, label files are automatically generated, categories are automatically recognized and converted to cfg network configuration, training instructions are automatically provided for you, users only need to open a cmd window and enter commands to start training

(3) Save time and energy. Allow yourself more time to learn other knowledge or learn more related knowledge

(4) The operation is simple, even a person who has never used training can use it without too much manual intervention

 

To learn more, please watch the official tutorial:

https://www.bilibili.com/video/BV1wt4y1B7Mf

 

Guess you like

Origin blog.csdn.net/FL1623863129/article/details/113362949