Skip to content

Commit 6f8e603

Browse files
committed
Minor fix to download STEGO pre-trained weights
1 parent 0fe93c7 commit 6f8e603

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ First clone the WVN and our STEGO reimplementation.
105105
mkdir ~/git && cd ~/git
106106
git clone git@github.com:leggedrobotics/wild_visual_navigation.git
107107
git 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.

docker/first_run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ pip3 install -e /root/catkin_ws/src/self_supervised_segmentation > /dev/null
66
echo "pip3 install -e /root/catkin_ws/src/wild_visual_navigation ..."
77
pip3 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+
912
echo "catkin build ..."
1013
catkin build > /dev/null
1114

0 commit comments

Comments
 (0)