Category "yolov5"

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 train dataset with 100 classes using yolov5

I need to train a dataset with 100 classes. Each class has 200 images. Has anyone trained such a large dataset using yolo v5 previously? What GPU have you requi

After exporting yoloV5 model (.pt) to .pb, the .pb variables folder have only 1Kb, I think beacause of this the model cant be used

here one of the converted model is right (not 1Kb) and the other isnt right (1Kb) I used this command to export my model !python export.py --weights /content/dr

YoloV5 Image identification and Tracking -How to Draw a A continuous line connecting the previous point and current point until the object is in frame

I am trying to Detect human objects and balls from video input, I am able to identify both objects and draw a square box around the identified objects, but how

RuntimeError: The size of tensor a (80) must match the size of tensor b (56) at non-singleton dimension 3

I ran detect.py in YOLOv5-5.0 and it shown me this. How can I fix it? Here is the problem: Traceback (most recent call last): File "F:\python_yolov5\yolov5-5.