iduta / pyconvsegnet

Semantic Segmentation PyTorch code for our paper: Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition (https://arxiv.org/pdf/2006.11538.pdf)
MIT License
36 stars 5 forks source link

no ade20k_pyvonvsegnet152_pyvonvsegnet.yaml #3

Open daixiaolei623 opened 3 years ago

daixiaolei623 commented 3 years ago

Thank you for your sharing. Could you please share your ade20k_pyvonvsegnet152_pyvonvsegnet.yaml, thers is only ade20k_pyvonvsegnet50_pyvonvsegnet.yaml in the config/ade20k. Thank you very much.

iduta commented 3 years ago

You can just change the layers information from 50 to 152 in the yaml file to obtain the ade20k_pyvonvsegnet152_pyvonvsegnet.yaml

daixiaolei623 commented 3 years ago

@iduta Thank you However, Could you please tell me how to change, just change the "layers: 50" to "layers: 152" in ade20k_pyvonvsegnet50_pyvonvsegnet.yaml? Thank you very much.

iduta commented 3 years ago

yes, and also to potentially update the directory names for saving the results there.