yassouali / CCT

:page_facing_up: Semi-Supervised Semantic Segmentation with Cross-Consistency Training (CVPR 2020).
https://yassouali.github.io/cct_page/
MIT License
393 stars 57 forks source link

Adjust the number of decoders #58

Closed 00000022234 closed 2 years ago

00000022234 commented 2 years ago

Hello! thank you for your great contribution to semi supervised semantic segmentation. How to adjust the parameters of the number of decoders in the code? And how to adjust the parameters of the number of noise? Thank you!

yassouali commented 2 years ago

hi @00000022234

to adjust the parameters of the decoder, you'll need to change the config file in configs, for more details see the readme here

00000022234 commented 2 years ago

@yassouali Thank you very much for your reply! I ignored these important details .