wutong16 / Voxurf

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

use mmengine #35

Open heyitstonyg opened 9 months ago

heyitstonyg commented 9 months ago

mmcv.Config was throwing errors modified run.py to: import mmengine changed mmcv.Config to mmengine.Config