BiSeNet icon indicating copy to clipboard operation
BiSeNet copied to clipboard

use for kitti, how to train or finetune,thanks!

Open emilyemliyM opened this issue 3 years ago • 2 comments

Dear author,

If I want to use the model to do the training in the Kitti dataset. So we have the different category number, for the sityscapes ,it is 20 . For Kitti, for examplt, the category number is 6. So how to o the training work? add a conv2d(20, 6)? or anything else.

emilyemliyM avatar Aug 19 '22 14:08 emilyemliyM

I use the command below:L torchrun --nproc_per_node=2 train_amp.py --finetune-from pretrain_weight/model_final_v2_city.pth

But it shows that missing a lot of key : I just set the category num to 5.

emilyemliyM avatar Aug 19 '22 15:08 emilyemliyM

Maybe you are using unmatched config file and finetune weight file.

CoinCheung avatar Aug 23 '22 12:08 CoinCheung

Close this, since this is not activate for long time, and likely the problem is solved.

CoinCheung avatar Nov 15 '22 03:11 CoinCheung