Aleksei Bochkovskii
Aleksei Bochkovskii
> Hi, I'm making a project to detect the color of traffic lights by YOLO. > Can the YOLO distinguish between green and red, which are the color of traffic...
> Should I add empty txt files for the background images? Yes. https://github.com/AlexeyAB/darknet#how-to-improve-object-detection > desirable that your training dataset include images with non-labeled objects that you do not want to...
@chi8411 Hi, * You should use `width=832 height=832` or `width=1024 height=1024` in your cfg-file * Also you can try to use these modified cfg-files: * https://github.com/AlexeyAB/darknet/blob/master/cfg/yolov3_5l.cfg * https://github.com/AlexeyAB/darknet/blob/master/cfg/yolov3-tiny_3l.cfg