Build from source
Cloning Wis3D
git clone https://gitlab.sh.sensetime.com/3dv-research/wis3d.git
Todo
update gitlab link to github
Install dependencies
Install Node.js
Install python dependencies, run
pip install -r requirements.txt
Build web pages
cd wis3d/app
npm install
npx next build
npx next export
Install wis3d package
cd ../..
python setup.py develop