wutong16 / Voxurf

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

requirements version #18

Closed YLongJin closed 1 year ago

YLongJin commented 1 year ago

the mmcv config is always have bug 'AttributeError: 'ConfigDict' object has no attribute 'pretty_text'', could you give me you depend package version

wutong16 commented 1 year ago

Hi, please try if mmcv==1.7.1 works for you.

YLongJin commented 1 year ago

I try mmcv-full==1.7.1 solve this problem.