Skip to content

Commit

Permalink
Highlight NOTE
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenhanQian committed Oct 6, 2024
1 parent 691079f commit d3c2e82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ conda install pytorch torchvision pytorch-cuda=12.1 -c pytorch -c nvidia
pip install -e .
```

> **NOTE:**
> [!NOTE]
> - We use an adjusted version of [nvdiffrast](https://github.com/ShenhanQian/nvdiffrast/tree/backface-culling) for backface-culling. To completely remove previous versions and compiled pytorch extensions, you can execute
>
> ```shell
Expand All @@ -60,7 +60,8 @@ Our code relies on FLAME. Please download assets from the [official website](htt
- FLAME 2023 (versions w/ jaw rotation) -> `asset/flame/flame2023.pkl`
- FLAME Vertex Masks -> `asset/flame/FLAME_masks.pkl`
> **NOTE:** It is possible to use FLAME 2020 by download to `asset/flame/generic_model.pkl`. The `FLAME_MODEL_PATH` in `flame.py` needs to be updated accordingly.
> [!NOTE]
> It is possible to use FLAME 2020 by download to `asset/flame/generic_model.pkl`. The `FLAME_MODEL_PATH` in `flame.py` needs to be updated accordingly.
### Video Data
Expand Down
6 changes: 4 additions & 2 deletions doc/nersemble.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Optional arguments
- `--exp.no_photometric`: track only with landmark (very fast, but coarse)

> **NOTE:** We use all 16 views for the optimization, but we only visualize 3 views for efficiency.
> [!NOTE]
> We use all 16 views for the optimization, but we only visualize 3 views for efficiency.
### 3. Export tracking results into a NeRF-style dataset

Expand Down Expand Up @@ -84,4 +85,5 @@ python vhap/combine_nerf_datasets.py \
export/nersemble/UNION10_${SUBJECT}_EMO1234EXP234589_v16_DS4_whiteBg_staticOffset_maskBelowLine
```

> **NOTE**: The `tgt_folder` must be in the same parent folder as `src_folders` because the union dataset read from the original image files by relative paths.
> [!NOTE]
> The `tgt_folder` must be in the same parent folder as `src_folders` because the union dataset read from the original image files by relative paths.

0 comments on commit d3c2e82

Please sign in to comment.