I have a question on this please YOLOv5, as I have been searching all over google and cannot seem to get a fruitful response.
Can I get the same output using this command?
python3 detect.py --weights /Users/yolov5/runs/train/exp6/weights/best.pt --img 640 --conf 0.25 --iou-thres 0.10 --source '/Users/vids50.mp4' --line-thickness 1 --save-txt
I want to get the output in text file when detect.py runs… The output will be a text file or csv file.
as demonstrate here:
# xmin ymin xmax ymax confidence class name
749.50 43.50 1148.0 704.5 0.874023 0 person
114.75 195.75 1095.0 708.0 0.624512 0 person
986.00 304.00 1028.0 420.0 0.286865 27 tie
Or it can be like the following in text file
#
0 person 749.50 43.50 1148.0 704.5
0 person 114.75 195.75 1095.0 708.0
27 tie 986.00 304.00 1028.0 420.0
*** IF yes!! may I request your guidance to this example, please?*** I’ve been struggling with this expression for some weeks now.
I am getting the --saved txt files but not in the about format…please help
Thanx for acknowledging my digital requests.