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
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
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
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)
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
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
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
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
I following these steps: Obtained YOLO v4 weights after training on my custom dataset Converted weights to TensorFlow checkpoints Converted Tensorflow checkpoin
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