AlonzoLeeeooo commited on
Commit
d2adfef
·
verified ·
1 Parent(s): 5ffd1cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ <div align="center">
5
+
6
+ # Pre-Annotated Dataset of Shape-Guided ControlNet
7
+
8
+
9
+ [[`GitHub`]](https://github.com/AlonzoLeeeooo/shape-guided-controlnet) / [[`Model Weights`]](https://huggingface.co/AlonzoLeeeooo/shape-guided-controlnet)
10
+ </div>
11
+
12
+ Pre-annotated dataset of the re-implemented ControlNet with shape masks.
13
+
14
+ # Details
15
+ This dataset contains 82,783 shape masks, where the filename of each mask corresponds to its source image in the COCO 2014 training set.
16
+ All masks are annotated using an off-the-shelf saliency detection model, i.e., `U2-Net`.
17
+ For detailed usage of this dataset, please refer to the instructions in this [GitHub repo](https://github.com/AlonzoLeeeooo/shape-guided-controlnet).