Wolf065 commited on
Commit
9a69a7f
1 Parent(s): d1c4918

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "encoder_name": "convnext-l",
3
+ "decoder_name": "MultiScaleColorDecoder",
4
+ "input_size": [
5
+ 512,
6
+ 512
7
+ ],
8
+ "num_output_channels": 2,
9
+ "last_norm": "Spectral",
10
+ "do_normalize": false,
11
+ "num_queries": 100,
12
+ "num_scales": 3,
13
+ "dec_layers": 9,
14
+ "model_type": "swin"
15
+ }