deeplabv3p_rsseg.yaml 217 B

1234567891011
  1. # Configurations of DeepLab V3+ with RSSeg dataset
  2. _base_: ../_base_/rsseg.yaml
  3. save_dir: ./test_tipc/output/seg/deeplabv3p/
  4. model: !Node
  5. type: DeepLabV3P
  6. args:
  7. in_channels: 3
  8. num_classes: 5