darknet

CUDA error when running Darknet YOLOv4 on Google Colab

CUDA error when running Darknet YOLOv4 on Google Colab Question: I think a recent update with either Colab or Cuda is throwing off the YOLOv4 model. I have previously built this notebook and trained a complete model with it with no problems but now when I run the exact same code, with no changes, I …

Total answers: 2

yolov4 custom object detection error during training

yolov4 custom object detection error during training Question: i have received following error when i trained yolov4 on custom dataset: C:yolo_v4yolo_v4_mask_detectiondarknetbuilddarknetx64>darknet.exe detector train data/obj.data cfg/yolo-obj.cfg yolov4.conv.137 CUDA-version: 10010 (11000), cuDNN: 7.6.5, GPU count: 1 OpenCV version: 4.1.0 valid: Using default ‘data/train.txt’ yolo-obj 0 : compute_capability = 750, cudnn_half = 0, GPU: GeForce RTX 2070 Super …

Total answers: 4