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
806 stars 59 forks source link

Errors when running single-view models #2

Closed LaFeuilleMorte closed 8 months ago

LaFeuilleMorte commented 8 months ago

Hi, thanks for your great work. I encountered an error when I was trying to run : python train_network.py +dataset=[cars,chairs,hydrants,teddybears] But I observed such an error in my terminal:

In 'default_config': Could not find 'hydra/defaults'

Available options in 'hydra': config Config search path: provider=hydra, path=pkg://hydra.conf provider=main, path=file://E:\AiMagic\Gaussians\GenerativeGS\splatter-image\configs provider=hydra-colorlog, path=pkg://hydra_plugins.hydra_colorlog.conf provider=schema, path=structured://

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.

After I checked the ./configs folder, there's no folder named "hydra", nor a file named "defaults" inside it. Is that why this error happened. (I know little about the hydra) And my platform is Windows 10 professional, RTX 3090 GPU.

Best

xiongyuyang commented 8 months ago

same question

LaFeuilleMorte commented 8 months ago

same question

看上去像是缺少一个文件,没有hydra/defaults这个文件

szymanowiczs commented 8 months ago

Closing the issue as solved now with the latest commit