-
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 …
-
### Describe the problem
When using [a sample code from the FiftyOne's docs](https://docs.voxel51.com/integrations/super_gradients.html) for visualizing the predictions of a super-gradients `yolo_n…
-
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…
-
转换出来和实际标注不一致
-
i think this is same issue with #297
i trained this command
python3 flow --model cfg/tiny-yolo-voc-136c-combo18.cfg --train --dataset ./train/train15/Images --annotation ./train/train15/Annotations …
-
OS: Ubuntu 18.04
Python version 3.6.7 + Qt5
YOLO annotation
Some labels don't save correctly.
They sometimes move 1 pixel to the left and 1 pixel to the top.
The position if you move a Label …
-
Hi!
I have the following code:
detector = new Detector(model, label, DetectionModels.YOLO);
My model and label file are the right one. I debugged it and it writes the labels and bytes correctly…
-
some label format such as .txt, it exist '\n', so
the 146th line in Yolo2Pascal-annotation-conversion/yolo2pascal/yolo_io.py, modified as following:
classIndex, xcen, ycen, w, h, _ = bndBox.strip("…
eeric updated
3 years ago
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Expo…
-
Add functions to convert between different bounding box formats.
I suggest adding the following formats:
- [ ] xyxy - upper left and lower right corners
- [ ] xywh - upper left corner, width, heigh…