heheyas / V3D

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

unknown import #7

Open fffh1 opened 8 months ago

fffh1 commented 8 months ago

Hi May I ask the following import is from which package : from scripts.sampling.simple_mv_latent_sample import sample_one

sora158 commented 8 months ago

seems not upload now

boom-syndra commented 8 months ago

You should add the current directory to the Python interpreter's search path. This way, you can import folders from the current directory as modules, just use 'sys.path.append', then it's OK。

sora158 commented 8 months ago

You should add the current directory to the Python interpreter's search path. This way, you can import folders from the current directory as modules, just use 'sys.path.append', then it's OK。

Thank you!