NeuralSVG
Official implementation of NerualSVG
File Explorer
Download Latest Version (.zip)- __init__.py
- auxilary.py
- bpe_simple_vocab_16e6.txt.gz
- clip.py
- model.py
- simple_tokenizer.py
- test_consistency.py
- astronaut.png
- LICENSE
- MANIFEST.in
- model-card.md
- README.md
- requirements.txt
- setup.py
- run_shaping.yaml
- run_sketching.yaml
- examples_aspect_ratio_sportscar.jpg
- examples_control_color_sydney.jpg
- examples_dropout_astronaut.jpg
- examples_dropout_bunny.jpg
- examples_dropout_rooster.jpg
- examples_generation_1.jpg
- examples_sketches_margarita.jpg
- teaser.jpg
- put_loras_here
- train.py
- __init__.py
- data_config.py
- log_config.py
- model_config.py
- optim_config.py
- train_config.py
- train_steps_config.py
- __init__.py
- data_setups.py
- __init__.py
- attention_utils.py
- model.py
- nerf_mlp_multi.py
- painter.py
- painter_nerf.py
- __init__.py
- coach_logger.py
- __init__.py
- coach_utils.py
- vis_utils.py
- __init__.py
- coach.py
- losses.py
- __init__.py
- .gitignore
- .pre-commit-config.yaml
- CONTRIBUTING.md
- LICENSE
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/SagiPolaczek/NeuralSVG
Downloads the entire project code from GitHub to your computer.
cd NeuralSVG
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
