Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mks0601 authored Dec 10, 2024
1 parent b666ece commit be36175
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fitting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ ${ROOT}
* We provide pre-processed XHumans data in [here](https://drive.google.com/drive/folders/1TalHPkbohPoTPNawVi2gbj6M8nAyYAE9?usp=sharing).
* We used the same pre-processing stage of the above one for the custom videos after setting `dataset = 'XHumans'` in `main/config.py`.

## Troubleshoots
Q. Face of fitted smplx looks bad [[issue13](https://github.com/mks0601/ExAvatar_RELEASE/issues/13)]

A. Checkout renderings in `data/Custom/data/flame_init/renders`. Some people run the fitting without preparing DECA's results.


Q. RuntimeError: indices should be either on cpu or on the same device as the indexted tensor

A. Run `export CUDA_VISIBLE_DEVICES=0` before running the fitting.

## Reference
```
Expand Down

0 comments on commit be36175

Please sign in to comment.