-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I tried to fit the parameters according to the README.md and scripts folder. But the result is bad.

Here is the command that I use:
`python src/preprocess.py --process_fn=blend_shapes --indir=data/usc-hair --outdir=data/blend-shapes --bs_type=strands --n_coeff=64 --svd_solver=full --fft=true
python src/preprocess.py --process_fn=texture --indir=data/usc-hair --outdir=data/neural-textures/high-res --size=256 --interp_mode=nearest --bsdir=data/blend-shapes/fft-strands-blend-shapes.npz --n_coeff=64 --fft=true
python src/projector.py --model=./perm_v1.0 --target="/mnt/data/Program Data/PyCharmWorkSpace/perm/data/neural-textures/high-res/strands00001.npz" --num-steps-warmup=1000 --num-steps=9000 --outdir=fitting/tryfitting --head_mesh=data/head.obj --save-video=false
`
And I only use one .data hair file, does it cause the problem?
