You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered: