Xu Sheng

Results 3 comments of Xu Sheng

![chart_yolov4](https://user-images.githubusercontent.com/5069558/97938162-a8063100-1dbb-11eb-81dd-532e7d97b501.png) I have somehow solved my issue by revising the following codes in detector.c //mean_average_precision = validate_detector_map(datacfg, cfgfile, weightfile, 0.25, 0.5, 0, net.letter_box, &net_map); mean_average_precision = validate_detector_map(datacfg, cfgfile, weightfile, 0.25,...

> Thanks, @lostagex, that change did work for me. =) > > However, I noticed that the validation step is taking place on the CPU, so it is absurdly slow....

OK, thanks a lot. @silasalves I will try to reduce subdivisions. Hope the performance will not depress us. > @lostagex I think I figured out the problem. After reverting the...