Category "yolov4"

How can I eval my models uding validiation data on darknet?

How can I get a valuation with validiation data on darknet? The reason is that darknet has only train.txt and val.txt, while yolov5 and YOLOX have both val and

How to improve the accuracy of Yolov4-tiny.tflite in flutter

I have trained the yolov4-tiny file and successfully converted it to tflite. There were no problems during the computer test, but I encountered difficulties in

Do you understand why the Outputs of my YOLOV4 model has this shape? [duplicate]

I have a question. I trained a YOLOV4 model for face detection and when i tried to look at the output on Neutron i found that the Bounding Box

solved - OpenCV DNN YOLO V4 with CUDA in Python is 5x Faster than the same code in C++

TL;DR; it was a stupid bug in my code. Not a cuda problem at all. I'm trying to compare the performance of the following code: frames = ... for i in range(2000)

Add new class to YOLOv3-tiny/v4-tiny in darknet

I'd like to ask you if it's possible to extend/add new class to pre-trained yolov3/v4-tiny model. I need to add shoe. Let's say it would be 81st object. My expe

How to transfer learning or fine tune YOLOv4-darknet with freeze some layers?

I'm a beginner in object detection field. First, I followed YOLOv4 custom-train from here, I have successfully followed the tutorial. Then I started to think th

Changing darknet weights into tensorflow weights

I used this https://github.com/theAIGuysCode/tensorflow-yolov4-tflite rep to create my own yolov4 detection. The detection with the yolov4.weights and coco.name

Is it possible to combine two different custom YOLOv4 models

I'm working on an object detection project where I have to identify the type of animals and their posture given an image/video. For this purpose, I have two cus

How to Use Custom yolov4 weights in iOS app

I following these steps: Obtained YOLO v4 weights after training on my custom dataset Converted weights to TensorFlow checkpoints Converted Tensorflow checkpoin

How to make confusion matrix in YOLOv4 using mAP's output?

We have found the mean average precisions. In the map, there are TP, FP, FN values but not TN. So, we are trying to find the TN values from which we can measure