heheyas / V3D

V3D: Video Diffusion Models are Effective 3D Generators
https://heheyas.github.io/V3D/
447 stars 16 forks source link

ModuleNotFoundError: No module named 'scripts.sampling' #12

Open sora158 opened 6 months ago

sora158 commented 6 months ago
V3D$ PYTHONPATH="." python recon/train_from_vid.py  -w --sh_degree 0 --iterations 4000 --lambda_dssim 1.0 --lambda_lpips 2.0 --save_iterations 4000 --num_pts 100_000 --video output/000002.mp4
Traceback (most recent call last):
  File "/mnt/newhome/sora/NeRF/V3D/recon/train_from_vid.py", line 28, in <module>
    from scripts.sampling.simple_mv_latent_sample import sample_one
ModuleNotFoundError: No module named 'scripts.sampling'

hello, during 3dGS reconstruction part, I meet this eroor No module named 'scripts.sampling', can you tell me why is that?

linmi1 commented 5 months ago

the same question,Have anyone solved?

linmi1 commented 5 months ago

I just annotated this sentence,then OK

abrar-khan-368 commented 2 months ago

you can comment that line number 30, in recon/train_from_video.py from scripts.sampling.simple_mv_latent_sample import sample_one