-
您好
我在計算anchors時出現Wrong label
不知道是不是在convert_to_yolo_txt就有問題
想請問您當初在做轉換時有碰到這個問題嗎?
若有出現Wrong label是不是要將錯誤的data刪除?
-
Hi,
I am working on YOLO and I want to show predicted labels in Urdu language. For this purpose I have generated the Urdu labels as you can see the image below
![image](https://user-images.githubus…
-
val: WARNING: dataset/split_val/images/P2802__1__824___4225.png: ignoring corrupt image/label: 'dict' object has no attribute 'index'
Class Images Labels P R …
-
Hi, @AlexeyAB .
I got different results by use `darknet.py` with **same** `*.cfg, *.weights, *.data, threshold(0.25) and test image` in the following two ways.
+ One
In command line, for ex…
-
I aint able to get any prediction after running detector using pre trained weights in yolo. the last instruction is of time consumed. "prediction.png " is created but with no labels neither the shell …
-
![图片](https://github.com/WongKinYiu/yolov9/assets/161602700/758b9143-b5e4-4361-ae06-48d2f037135b)
-
Help me please to rewrite this training code for the classification task with ResNet18 model on my own custom dataset.
Dataset structure:
train: images + csv label file
val: images + csv label file…
-
I uploaded some 50 Images. After labelling I tried to export in YOLO format. But it takes a lot of time, which is giving very bad User Experience. Is there any way to reduce this export time?
-
For now I am doing inference on images following the code in the inference.ipynb file. However, I have realised that it uses image paths to be able to make the inference.
However, due to limitatio…
-
Hi, I have labelled some images using CVAT AI and exported the labels in the Coco format. I am not sure how to annotate custom keypoints data or convert the keypoints data from coco to yolo format. An…