Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhan-xu authored Oct 6, 2020
1 parent 47e730e commit 9cd489f
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 @@ -52,7 +52,7 @@ the remeshed ones have vertices between 1K to 5K. I use quadratic edge collapse
Please name the simplified meshed as *_remesh.obj.

The predicted rigs are saved as *_rig.txt. You can combine the OBJ file and *_rig.txt into FBX format by
running maya_save_fbx.py provided by us in Maya using mayapy.
running maya_save_fbx.py provided by us in Maya using mayapy. (To use numpy in mayapy, download windows compiled numpy from [here](https://drive.google.com/drive/u/0/folders/0BwsYd1k8t0lEMjBCa2N1Z25KZXc) and put it in mayapy library folder. For example, mine is C:\Program Files\Autodesk\Maya2019\Python\Lib\site-packages)

## Data

Expand Down Expand Up @@ -105,4 +105,4 @@ Notes: As new features, we have three improvements from the paper: (1) To train
`python -u run_skinning.py --train_folder='DATASET_DIR/train/' --val_folder='DATASET_DIR/val/' --test_folder='DATASET_DIR/test/' --checkpoint='checkpoints/skinnet' --logdir='logs/skinnet' --train_batch=4 --test_batch=4 --lr=1e-4 --Dg --Lf`

## License
This project is under dual-license. See the LICENSE README.txt file in this directory for complete text.
This project is under dual-license. See the LICENSE README.txt file in this directory for complete text.

0 comments on commit 9cd489f

Please sign in to comment.