piddnad commited on
Commit
05b6b72
1 Parent(s): 2063acb

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +23 -0
  2. config.json +14 -0
  3. pytorch_model.bin +3 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ ## ddcolor_paper
5
+
6
+ Pretrained model for DDColor
7
+
8
+ For more information, see [DDColor Model Zoo](https://github.com/piddnad/DDColor/blob/main/MODEL_ZOO.md)
9
+
10
+ * Paper: https://arxiv.org/abs/2212.11613
11
+ * Code: https://github.com/piddnad/DDColor
12
+
13
+
14
+ ## Citation
15
+
16
+ If our work is helpful for your research, please consider citing:
17
+
18
+ ```
19
+ @inproceedings{kang2023ddcolor,
20
+ title={DDColor: Towards Photo-Realistic Image Colorization via Dual Decoders},
21
+ author={Kang, Xiaoyang and Yang, Tao and Ouyang, Wenqi and Ren, Peiran and Li, Lingzhi and Xie, Xuansong},
22
+ booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
23
+ pages={328--338},
24
+ year={2023}
25
+ }
26
+ ```
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c77db8292398a2ec1397003f0a90266c28e97b013515d5e9a32e73a4c54a67d
3
+ size 911914869