-
I am trying to train a YOLOX model with default configuration settings.I have only changed the number of classes according to my dataset and dataset paths inside the cfg.You can see my configuration b…
-
-
(ysfish) C:\Users\winds\Downloads\genshin_auto_fish>python yolox_tools/train.py -f yolox/exp/yolox_tiny_fish.py -d 1 -b 8 --fp16 -o -c weights/yolox_tiny.pth …
-
python yolox_tools/train.py -f yolox/exp/yolox_tiny_fish.py -d 1 -b 8 --fp16 -o -c weights/yolox_tiny.pth
Traceback (most recent call last):
File "yolox_tools/train.py", line 13, in
from yo…
-
Hello Guys, nice work btw.
I'm training a tiny and nano version, using the mixed data.
I got a lot of errors, after debugging I realize that paths from Cityscapes were cropped at some point and ET…
-
(ysfish) C:\Users\winds\Downloads\genshin_auto_fish-master>python yolox_tools/train.py -f yolox/exp/yolox_tiny_fish.py -d 1 -b 8 --fp16 -o -c weights/yolox_tiny.pth …
-
(ysfish) C:\Users\winds\Downloads\genshin_auto_fish-master>python yolox_tools/train.py -f yolox/exp/yolox_tiny_fish.py -d 1 -b 8 --fp16 -o -c weights/yolox_tiny.pth …
-
https://github.com/ifzhang/ByteTrack
-
`
(ysfish) E:\code\python\genshin_auto_fish>python fishing.py image -f yolox/exp/yolox_tiny_fish.py -c weights/best_tiny3.pth --conf 0.25 --nms 0.45 --tsize 640 --device cpu
2021-09-21 11:52:40.103 …
-
大佬大佬,请教一下,我在YOLOX训练时会报错。
提示 【Errno 2】 No such file or directory: ../datas/fish_dataset\\annotations\\fish_p2_75+jam.json
命令是python yolox_tools/train.py -f yolox/exp/yolox_tiny_fish.py -d 1 -b 8 --…