AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.71k stars 7.96k forks source link

After displaying "Create 6 permanent cpu-threads", the training is terminated #6064

Open guanchu5 opened 4 years ago

guanchu5 commented 4 years ago

I used a pre-trained model to train my data set. After displaying "Create 6 permanent cpu-threads", the program will exit the training. But I used the ".\darknet.exe detect data/config.data cfg/yolov4-custom.cfg backup/yolov4-custom_best.weights data/images/00016.bmp -thresh 0.5" command to test the picture and succeed.

1593056212(1) 1593055823(1)

wangzizhe commented 4 years ago

@guanchu5 hi, did you solve this issue. I'm facing this issue right now...

YamacTan commented 3 years ago

Have same issue with custom dataset on Google Colab. Did you find the solution?