t-zhajiang
commited on
Commit
•
03f03f2
1
Parent(s):
a47ea13
update readme
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: ms-pl
|
3 |
+
---
|
4 |
+
|
5 |
+
The pretrained model checkpoints and the datasets for reproducing LayoutFormer++.
|
6 |
+
|
7 |
+
Please refer to the original paper [LayoutFormer++](https://openaccess.thecvf.com/content/CVPR2023/html/Jiang_LayoutFormer_Conditional_Graphic_Layout_Generation_via_Constraint_Serialization_and_Decoding_CVPR_2023_paper.html) and the code implementation [GitHub](https://github.com/microsoft/LayoutGeneration/tree/main/LayoutFormer++).
|
8 |
+
|
9 |
+
Download the files in this repo by using:
|
10 |
+
|
11 |
+
git lfs install
|
12 |
+
git clone https://huggingface.co/jzy124/LayoutFormer
|