szymanowiczs / splatter-image

Official implementation of `Splatter Image: Ultra-Fast Single-View 3D Reconstruction' CVPR 2024
https://szymanowiczs.github.io/splatter-image
BSD 3-Clause "New" or "Revised" License
795 stars 54 forks source link

omegaconf.errors.ConfigAttributeError: Key 'anneal_opacity' is not in struct full_key: model.anneal_opacity #7

Closed zhangzehao123 closed 7 months ago

zhangzehao123 commented 7 months ago

屏幕截图 2024-01-03 191120zs/splatter-image/assets/117174448/10b4bfd9-0e62-4fbf-862b-f9cbba01f9c8) Hello, I meet the following errors when running "python train_network.py +dataset=[cars,chairs,hydrants,teddybears]", how can I solve this? I have installed all the packages as requirement. Thanks a lot for your help!

linmi1 commented 7 months ago

maybe set HYDRA_FULL_ERROR=1 in environment variable,哈哈

szymanowiczs commented 7 months ago

This has been resolved with the latest commit - try pulling the latest version and run again with for example python train_network.py +dataset=cars