zju3dv / mlp_maps

Code for "Representing Volumetric Videos as Dynamic MLP Maps" CVPR 2023
Other
232 stars 10 forks source link

import_module error #1

Closed JACKYLUO1991 closed 1 year ago

JACKYLUO1991 commented 1 year ago

No such file or directory: '/tmp/tmpzweapbc7/tmp7r1yko1j.py' appears when loading import_module library.

pengsida commented 1 year ago

Which command you used?

JACKYLUO1991 commented 1 year ago

python run.py --config configs/zjumocap/dymap_313.py mode visualize vis_novel_view True fixed_time True fast_render True

pengsida commented 1 year ago

Please list the complete error message.

JACKYLUO1991 commented 1 year ago

image

yunzhiy commented 1 year ago

Hi. I run the command and there is no such problem. Maybe you can check your code because there is no --cfg argument in run.py.

pengsida commented 1 year ago

It is quite strange. Because the code won't print the usage message.

JACKYLUO1991 commented 1 year ago

@yunzhiy @pengsida Thanks for the reply, I probably know what's going on, there should be a conflict between the libraries.

pengsida commented 1 year ago

Could you describe the conflict in more details? Thank you.

JACKYLUO1991 commented 1 year ago

@pengsida This is my problem, running the code in the base environment without switching to mlp's environment.

pengsida commented 1 year ago

@JACKYLUO1991 Thank you!

JACKYLUO1991 commented 1 year ago

@pengsida When running the training post-processing script it shows no dymap_mesh_dataset.py file.

pengsida commented 1 year ago

Which command you used?

JACKYLUO1991 commented 1 year ago

@pengsida image This one.

yunzhiy commented 1 year ago

hi. I have fixed the bug and you can try it again.

JACKYLUO1991 commented 1 year ago

@yunzhiy Many thanks.