You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download the panFPN model from google drive: panFPN_checkpoint and save to checkpoints/panFPN.pth
Download the vo model from google drive:vo_checkpoint and save to checkpoints/vkitti2_dy_train_semiv4_080000.pth
droidenv env
Creating a new anaconda environment using the provided .yaml file. Use VO_Module/environment_novis.yaml to if you do not want to use the visualization
conda env create -f VO_Module/environment.yml
pip install evo --upgrade --no-binary evo
pip install gdown
Compile the extensions (takes about 10 minutes)
python setup.py install
video panoptic segmentation requirements. The Video panoptic segmentation module is based on Detectron2, you can install Detectron2 following the instructions.