ICLR 2024 Poster Paper
Paper
·
Data
·
Models
This is the offical repository for "Modelling complex vector drawings with stroke-clouds". The data set and pre-trained models can be downloaded from the links given. Instructions for inference and training both the srm and lsg are given.
lxml - 4.9
lightning - 2.0.9
pytorch-lightning - 2.0.3
torch - 2.2.0
SRM:
- Add your wandb key or change the logger in srm_train.py.
- Download the training data.
- Run srm_train.py
LSG:
- Generate latent codes with srm_test.py
- Add your wandb key or change the logger in lsg_train.py.
- Run lsg_train.py
- Download the models and run lsg_test.py
- Or run lsg_test.py with your own trained models.
Distributed under the MIT License. See LICENSE.txt
for more information.
Alexander Ashcroft - [email protected]