deeplabs icon indicating copy to clipboard operation
deeplabs copied to clipboard

Deeplabv3(+) for BDD100k drivable area

Results 2 deeplabs issues
Sort by recently updated
recently updated
newest added

Hi i am getting unexpected keys(s) while running the below command. ``bs=1`` ``backbone='resnet'`` ``dataset='bdd'`` ``model='deeplabv3+'`` ``norm='gn'`` ``save_dir='./prd'`` ``resume='/home/ubuntu/deeplabs/resenet152.h5'`` ``rm -rf $save_dir`` ``mkdir $save_dir`` ``python evaluate.py --backbone $backbone --dataset $dataset --model...

$\alpha_t$ in the focal loss is predefined in the ‘weight’ of torch.nn.CrossEntropyLoss. So I think the 'alpha' in the ./utils/loss/FocalLoss doesn't need to be added again. Did I get it...