oppo-us-research / SpacetimeGaussians

[CVPR 2024] Spacetime Gaussian Feature Splatting for Real-Time Dynamic View Synthesis
https://oppo-us-research.github.io/SpacetimeGaussians-website/
Other
617 stars 45 forks source link

Fix mmcv submodule #71

Closed remmel closed 3 months ago

remmel commented 3 months ago

Hello,

The mmcv submodule does not point to any repo. I suggest to fix it; and thus slighly simplify the setup process.

before: image

$ git submodule status
fatal: no submodule mapping found in .gitmodules for path 'thirdparty/mmcv'

after: image

$ git submodule status
 3ba02dfd35c326306346bd9d35a887efc2b30fb0 thirdparty/mmcv (v2.2.0-13-g3ba02dfd)

(Note that when changing branch, it might be able to run git submodule update --init because git clone --recursive does not get submodule of others branchs)

lizhan17 commented 3 months ago

Thank you !