Closed haileykwak closed 3 years ago
you use the custom datasets you should change the code in the yolox/data/datasets/voc.py data/datasets/voc_classes.py yolox/exp/yolox_base.py
I changed the code in voc_classes.py , yolox_base.py. which portion of the code should be changed in voc.py?
Hi Im training my custom datasets in voc format. training well now but have warning at start.
could this warning have bad result? or just ignore it?
my command and waning below, $ python3 tools/train.py -f exps/example/yolox_voc/yolox_voc_tiny.py -d 1 -b 64 --fp16 -o -c yolox_tiny.pth.tar
It's normal, as the coco pretrained weight has 80 classes but voc only has 20
Hi Im training my custom datasets in voc format. training well now but have warning at start.
could this warning have bad result? or just ignore it?
my command and waning below, $ python3 tools/train.py -f exps/example/yolox_voc/yolox_voc_tiny.py -d 1 -b 64 --fp16 -o -c yolox_tiny.pth.tar