Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

How to make YOLO RAW tag output format be converted to pre-annotated #255

Closed
XM-8JD2 opened this issue Nov 7, 2023 · 0 comments
Closed

Comments

@XM-8JD2
Copy link

XM-8JD2 commented Nov 7, 2023

I export predictions for multiple images in YOLO using the following instructions

python detect.py --weights C:\Users\x\yolov5\runs\train\exp\weights\best.pt --source "directoryPath" --save-txt --save-csv

Its format is as follows:
exp
=labels
==img1.txt
==img2.txt
...
=img1.png
=img2.png
...

The content in TXT is as follows:
1 0.24349 0.60463 0.311979 0.3

How do I convert this into input predictions usable by label-studio?

@XM-8JD2 XM-8JD2 closed this as completed Nov 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant