facebookresearch / banmo

BANMo Building Animatable 3D Neural Models from Many Casual Videos
Other
538 stars 58 forks source link

unable to load materials from: ./wood.obj.mtl #68

Closed limaolin2017 closed 1 year ago

limaolin2017 commented 1 year ago

when I run: bash scripts/template.sh, here are the following error messages:

unable to load materials from: ./wood.obj.mtl

limaolin2017 commented 1 year ago

My script is as follows:

cd ./banmo eval "$(conda shell.bash hook)"

source /soft/easybuild/x86_64/software/Miniconda3/4.9.2/etc/profile.d/conda.sh conda activate banmo-cu113

export LD_LIBRARY_PATH=/gpfs/home/mli/.conda/envs/banmo-cu113/lib/:$LD_LIBRARY_PATH

seqname="cat-pikachiu"

python preprocess/img2lines.py --seqname $seqname

bash scripts/template.sh 0,1 $seqname 10001 "no" "no"

bash scripts/render_mgpu.sh 0,1 $seqname logdir/$seqname-e120-b256-ft2/params_latest.pth \ "0 1 2 3 4 5 6 7 8 9 10" 256

gengshan-y commented 1 year ago

Hi, this is a warning (that is expected to happen) and does not affect the final rendering results. Please feel free to ignore or suppress it.

limaolin2017 commented 1 year ago

OK, thank you so much!