wutong16 / Voxurf

[ ICLR 2023 Spotlight ] Pytorch implementation for "Voxurf: Voxel-based Efficient and Accurate Neural Surface Reconstruction"
Other
399 stars 28 forks source link

add matplotlib to requirements #5

Closed MvWouden closed 1 year ago

MvWouden commented 1 year ago

After installing the project using requirements.txt following the instructions in the README, I encountered the following error while training a model:

ModuleNotFoundError: No module named 'matplotlib'

Obviously, this is caused by the absence of matplotlib from the requirements.txt. I've added it to the file now, so others will not have the same issue.

wutong16 commented 1 year ago

Thank you!