hugoycj / torch-bakedsdf

An unofficial pytorch implementation of BakedSDF
https://bakedsdf.github.io/
MIT License
187 stars 8 forks source link

question about train bakedsdf-blender #9

Open LiuShiyu95 opened 8 months ago

LiuShiyu95 commented 8 months ago

Hi, Thanks for your great job! When I use the bakedsdf-blender.yaml config parameters execute the following code, python launch.py --config configs/bakedsdf-colmap.yaml --gpu 0 --train dataset.root_dir=$1 \ --resume_weights_only --resume latest The output result is incorrect. Can you tell me what might be causing it? 1