YOLOv4-Cloud-Tutorial
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.
I have 850 different objects to detect and I am thinking using YOLO to solve this problem. but as you know default yolo algorithm works on 80 different objects. has...
Hi @theAIGuysCode, can I please get your License Plate Detector pretrained weights. I also need to train a License Plate Detector for different plates, and would need your weights for...
hi everyone i'm currently having a problem like this. when i try to run !python generate_train.py !python generate_test.py Traceback (most recent call last): File "generate_train.py", line 4, in os.chdir(os.path.join("data", "obj"))...
how to show graphs in tensorboard when running this code?
Hello! Recently watched your video, started to do everything according to your guide, however training stage just finishes, no new weights config appear after that, I just start that block,...
Hi everyone, I have been training a model with 6 classes for a max_batches=12000, in my drive I can't find the weights saved after every 1000 iterations, (for example 1000,2000,3000...
I have followed all the steps and mounted the drive properly hence gdrive appears on the file manager tab. However, while training I have followed the mydrive/yolov4/backup in both obj.data...
am using the following command in object detection !./darknet detector test cfg/coco.data cfg/yolov4.cfg yolov4.weights -ext_output -dont_show data/horses.jpg -out result.json I get the following console output , ``` data/horses.jpg: Predicted in...
Does the above instruction mean that for class=1, we are to change filters to 18 in the three conv layers before each YOLO layer? Or does it mean we are...
I generated 3,000 synthetic images of rectangles (only one class, class="0"), along with 3,000 label files ("*.txt") that I think are appropriate. The training loss went from 11,000 down to...