Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenLJY committed Jul 17, 2023
1 parent 019cef3 commit 96beeec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Accepted by ICCV 2023

<img src="assets/teaser.png" alt="drawing" style="width:80%"/>

<!-- ![image](assets/teaser.png) -->

## Setup
We recommend the use of [miniconda](https://docs.conda.io/en/latest/miniconda.html) to manage system dependencies. The environment was tested on Ubuntu 20.04.4 LTS with a single GPU (12 GB memory required at minimum).
Expand Down Expand Up @@ -69,7 +68,8 @@ This will give you a image grid under `exp/sapien/storage` folder as below. It s
apt update && apt install -y libglfw3-dev
```
</details>
You can also render test images, reconstruct part geometries and get motion estimation by trying the `--test` mode. It could take a while to render all the 50 images. You can optionally add `--mesh_only` to skip the rendering process.
You can also render test images, reconstruct part geometries and get motion estimation by trying the `--test` mode. It could take a while to render all the 50 images. You can optionally add `--mesh_only` to skip the rendering process and only save the extracted meshes for each part.

```
python launch.py --test \
--config pretrain/storage/config/parsed.yaml \
Expand Down

0 comments on commit 96beeec

Please sign in to comment.