YOLOv4-Cloud-Tutorial icon indicating copy to clipboard operation
YOLOv4-Cloud-Tutorial copied to clipboard

This repository walks you through how to Build and Run YOLOv4 Object Detections with Darknet in the Cloud with Google Colab.

Results 23 YOLOv4-Cloud-Tutorial issues
Sort by recently updated
recently updated
newest added

Hi @theAIGuysCode , when we run a Terminal code as `./darknet detect .................` and detect a saved image, it is all manually. With a `Keras/Tensorflow/ PyTorch model`, we can use...

I'm attempting to train my Yolo object detector using the Darknet CNN. I'm using Yolov4 pre-trained weights which as you showed can predict Cars, Traffic Lights, and Stop Signs with...

Hi, AI guy, i am training my custum dataset with two class : bike-rider and motor-rider with colab, link is at below https://colab.research.google.com/drive/1jxEP1ia3oDYf3XvT7NhtfMYly-btW-PB?usp=sharing but from the training log, i find...

Hey there, Thanks for the tutorial. I would like to first train the Yolo with large dataset relevant to my target class and then do transfer learning with with small...

Hi , I want to determine mAP value ( using pre-trained weights and config file) for an image as well as for a video and below is the command I...

In case when the colab gets disconnected in the middle of the training, all the files in the VM are lost (such as the darknet folder). Does this mean that...

Hey, I followed your video and tried to implement on multiple classes, but turns out after training also there was only one class in the weights that I downloaded. I...

stop while training error code : truth.x = 0.958938, truth.y = 0.088214, truth.w = 0.084190, truth.h = 0.134353, class_id = -1 Warning: in txt-labels class_id=-1 >= classes=4 in cfg-file. In...

hi, how do i pass file name in the below command instead of hardcoding the file name to read multiple images at once !./darknet detector test cfg/coco.data cfg/yolov4.cfg yolov4.weights -ext_output...