You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
207 B
11 lines
207 B
2 years ago
|
# Configurations of FactSeg with RSSeg dataset
|
||
|
|
||
|
_base_: ../_base_/rsseg.yaml
|
||
|
|
||
|
save_dir: ./test_tipc/output/seg/factseg/
|
||
|
|
||
|
model: !Node
|
||
|
type: FactSeg
|
||
|
args:
|
||
|
in_channels: 3
|
||
|
num_classes: 5
|