aclex / detection-experiments

Playground of various object detection models implemented in PyTorch
Apache License 2.0
7 stars 2 forks source link

raise ValueError("bbox_params must be specified for bbox transformations") #4

Closed xings-sdnu closed 8 months ago

xings-sdnu commented 8 months ago

When train on a custom dataset, I run it by this command: python train.py --dataset-style=coco --dataset peach --train-image-set=train --val-image-set=val --net-config preset/gn-0.25-bifpn-fcos.json --scheduler cosine-wr --lr 0.01 --t0 5 --num-epochs 5,but I got this error, how can I solve it? Thank you!

chenyonx commented 2 months ago

hey, brother,how do you sovle it?