richardgohth
richardgohth
> > > @FabianHeinemann do you need to convert .xml files from LabelImg to .txt file which used for yolo? hi I need the other way around, from txt to...
cat /deepbin/txt2xml #!/bin/csh -f set f = $1 set ff = `echo $f | cut -d"/" -f2 | sed 's/.txt$//'` echo $ff if ( ! -e $ff.jpg ) then echo...
I wrote some csh scripts, maybe above is it
yes for each file we no longer need to do this hence this script is not maintained sorry
(venv) root@stratton:/strongsort_yolov8/Yolov5_StrongSORT_OSNet# python track.py --yolo-weights yolov8n.pt Traceback (most recent call last): File "/strongsort_yolov8/Yolov5_StrongSORT_OSNet/track.py", line 32, in from yolov8.ultralytics.nn.autobackend import AutoBackend File "/strongsort_yolov8/Yolov5_StrongSORT_OSNet/yolov8/ultralytics/__init__.py", line 5, in from ultralytics.hub import checks File...
Thanks. Did find find the required yolo folder? Yes have recloned many times, including from ultralytics github directly. Always the same. Tried with Ubuntu 18 and 20. It works on...
> An easy fix would be to re-clone the repo i was able to run the yolov5 version. Seems the error is with yolov8 setup.
> The ultralytics package version under requirements is not fixed. So you probably have an updated one. Delete it and install the one I pushed to master thanks for your...
yes. minimum to reproduce the error
sorry my mistake in running the wrong command. here it is , in accordance to your readme =========== python track.py --yolo-weights yolov8n.pt --source /syn2/con_benchmarkvideo/VID_20221220_104833.mp4.rotate.mp4 Traceback (most recent call last): File...