Skip to content

Commit 7f2fab6

Browse files
authored
Merge branch 'saic-mdal:main' into main
2 parents 89a97a1 + 43de211 commit 7f2fab6

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Official implementation by Samsung Research
55
by Roman Suvorov, Elizaveta Logacheva, Anton Mashikhin,
66
Anastasia Remizova, Arsenii Ashukha, Aleksei Silvestrov, Naejin Kong, Harshith Goka, Kiwoong Park, Victor Lempitsky.
77

8+
<p align="center" "font-size:30px;">
9+
🔥🔥🔥
10+
<br>
11+
<b>
12+
Our model generalizes surprisingly well to much higher resolutions (~2k❗️) than it saw during training (256x256), and achieves the excellent performance even in challenging scenarios, e.g. completion of periodic structures.</b>
13+
</p>
14+
815
[[Project page](https://saic-mdal.github.io/lama-project/)] [[arXiv](https://arxiv.org/abs/2109.07161)] [[Supplementary](https://ashukha.com/projects/lama_21/lama_supmat_2021.pdf)] [[BibTeX](https://senya-ashukha.github.io/projects/lama_21/paper.txt)]
916

1017
<p align="center">
@@ -70,17 +77,17 @@ Install tool for yandex disk link extraction:
7077
pip3 install wldhx.yadisk-direct
7178
```
7279
73-
The best model (Places):
80+
The best model (Places2, Places Challenge):
7481
7582
```
7683
curl -L $(yadisk-direct https://disk.yandex.ru/d/ouP6l8VJ0HpMZg) -o big-lama.zip
7784
unzip big-lama.zip
7885
```
7986
80-
All models (Places):
87+
All models (Places & CelebA):
8188
8289
```
83-
curl -L $(yadisk-direct https://disk.yandex.ru/d/AmdeG-bIjmvSug) -o lama-models.zip
90+
curl -L $(yadisk-direct https://disk.yandex.ru/d/EgqaSnLohjuzAg) -o lama-models.zip
8491
unzip lama-models.zip
8592
```
8693
@@ -263,16 +270,18 @@ Config names for models from paper (substitude into the training command):
263270
264271
Which are seated in configs/training/folder
265272
266-
### Training time
273+
### Links
274+
- All the data (models, test images, etc.) https://disk.yandex.ru/d/AmdeG-bIjmvSug
275+
- Test images from the paper https://disk.yandex.ru/d/xKQJZeVRk5vLlQ
276+
- The pre-trained models https://disk.yandex.ru/d/EgqaSnLohjuzAg
277+
- The models for perceptual loss https://disk.yandex.ru/d/ncVmQlmT_kTemQ
278+
- Our training logs are available at https://disk.yandex.ru/d/9Bt1wNSDS4jDkQ
267279
268-
TODO
269280
270-
### Our training logs
281+
### Training time & resources
271282
272-
The training logs are available at [https://disk.yandex.ru/d/9Bt1wNSDS4jDkQ](https://disk.yandex.ru/d/9Bt1wNSDS4jDkQ).
273-
TODO: IPython with tables?
283+
TODO
274284
275-
-----
276285
## Acknowledgments
277286
278287
* Segmentation code and models if form [CSAILVision](https://github.com/CSAILVision/semantic-segmentation-pytorch).

0 commit comments

Comments
 (0)