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

Can't import utils until added __init__.py #33

Closed killer2-1 closed 4 months ago

killer2-1 commented 5 months ago

Thank you for your great work. I was trying to run python train_network.py when it returns ModuleNotFoundError: No module named 'utils.graphics_utils', and the problem was solved after I added the path of parent folder to sys.path and created an empty init.py file to the 'scene' folder. Wonder if anyone has met the same problem?

szymanowiczs commented 4 months ago

Hi @killer2-1 thanks for pointing this out and glad you managed to resolve it.