zju3dv / mlp_maps

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

Typo in requirements.txt #9

Closed MikePelton closed 1 year ago

MikePelton commented 1 year ago

Hi - thanks for this phenomenal piece of work. There's a wee typo I think: "requirements.txt" references "pymcudes", pretty sure that should be "pymcubes"?

swanilee commented 1 year ago

I've solved the problem, so I'm leaving a comment to help.

To install "pymcubes", do $ pip install --upgrade PyMCubes

( Ref. https://github.com/pmneila/PyMCubes )

yunzhiy commented 1 year ago

Thank you for pointing out the existing errors and I have updated "requirements.txt".