File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ First clone the WVN and our STEGO reimplementation.
105105mkdir ~ /git && cd ~ /git
106106git clone git@github.com:leggedrobotics/wild_visual_navigation.git
107107git clone git@github.com:leggedrobotics/self_supervised_segmentation.git
108+ ./self_supervised_segmentation/models/download_pretrained.sh
108109```
109110
110111(Recommended) Create new virtual environment.
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ pip3 install -e /root/catkin_ws/src/self_supervised_segmentation > /dev/null
66echo " pip3 install -e /root/catkin_ws/src/wild_visual_navigation ..."
77pip3 install -e /root/catkin_ws/src/wild_visual_navigation > /dev/null
88
9+ echo " downloading STEGO pretrained weights to self_supervised_segmentation/models/"
10+ ./src/self_supervised_segmentation/models/download_pretrained.sh
11+
912echo " catkin build ..."
1013catkin build > /dev/null
1114
You can’t perform that action at this time.
0 commit comments