About 296,000 results
Open links in new tab
  1. What's the complete loss function used by yolov4?

    Aug 23, 2021 · It proposes to compare width and height a bit more interestingly (consistency between aspect ratios), but it keeps the MSE for the comparison between bounding box …

  2. OpenCV YoloV4-tiny weights and .cfg file? - Stack Overflow

    Nov 15, 2021 · OpenCV YoloV4-tiny weights and .cfg file? Asked 3 years, 8 months ago Modified 1 year, 9 months ago Viewed 14k times

  3. Using Darknet YOLOv4 in python to detect objects from an image …

    May 6, 2021 · So I'm using the Darknet Framework with YoloV4. This is my yolo_image.py code: import darknet import cv2 # darknet helper function to run detection on image def …

  4. How to Modify Data Augmentation in Darknet's YOLOv4

    Jul 6, 2022 · Here, the angle, saturation, exposure, and hue all are part of data augmentation. You can eliminate all data augmentation by setting the value to 0. As data argumentation's …

  5. darknet mask and anchor values for yolov4 - Stack Overflow

    May 10, 2021 · But you should change indexes of anchors masks= for each [yolo]-layer, so for YOLOv4 the 1st- [yolo]-layer has anchors smaller than 30x30, 2nd smaller than 60x60, 3rd …

  6. yolov4 - Matlab add string variable as column in table - Stack …

    Feb 6, 2023 · 0 I'm trying to use YOLOv4 in MATLAB R2022b to carry out detections on all images in a directory, and append results to a text file. I can append just the detection results …

  7. yolov4..cfg : increasing subdivisions parameter consequences

    Jun 6, 2021 · I'm trying to train a custom dataset using Darknet framework and Yolov4. I built up my own dataset but I get a Out of memory message in google colab. It also said "try to …

  8. YOLOv4 Transfer Learning/ Fine tuning - Stack Overflow

    Sep 13, 2020 · To answer your questions: If you want to use transfer learning, you don't have to freeze any layers. You should simply start training with the weights you have stored from your …

  9. Understanding darknet's yolo.cfg config files - Stack Overflow

    I have searched around the internet but found very little information around this, I don't understand what each variable/value represents in yolo's .cfg files. So I was hoping some of …

  10. python - Is it possible to run two YOLO (yolov4) object detection ...

    Mar 14, 2021 · Is it possible to run two YOLO (yolov4) object detection models in a single application? Asked 4 years, 3 months ago Modified 2 years, 9 months ago Viewed 3k times