Upload folder using huggingface_hub
Browse files- README.md +23 -0
- config.json +14 -0
- 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_tiny
|
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-t",
|
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:8a1277bc90a1bfbb6d2d83933a9a6bc821931879ca93e26e4fcec12165d41fce
|
3 |
+
size 220372845
|