Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zzyunzhi committed Oct 28, 2024
1 parent 91418a9 commit 315b2b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
conda create --name sclg python=3.11
conda activate sclg
pip install mitsuba
# if you run into Segmentation fault, you might need specific mitsuba versions
# if you run into segmentation fault, you might need specific mitsuba versions
# e.g., `pip install --force-reinstall mitsuba==3.5.1` on MacOS
pip install unidecode Pillow anthropic transforms3d astor ipdb scipy jaxtyping imageio

Expand All @@ -24,7 +24,7 @@ python -m spacy download en_core_web_md

pip install --force-reinstall numpy==1.26.4 # to be compatible with transforms3d

git clone https://github.com/zzyunzhi/scene-lagnaugage.git
git clone https://github.com/zzyunzhi/scene-language.git
cd scene-language
pip install -e .
```
Expand Down Expand Up @@ -140,7 +140,7 @@ The following table lists helper functions defined in [this](scripts/outputs/stu
The current codebase allows you to generate 3D scenes with text or image prompts.
Other tasks and renderers reported in the paper will be supported in future updates.

Please submit a PR or [email us](mailto:[email protected])
Please submit a PR or [email](mailto:[email protected]) us
if you have feature requests, suggestions for improvements, or would like to share your results.

### Citation
Expand Down

0 comments on commit 315b2b3

Please sign in to comment.