Skip to content

Commit

Permalink
Minor fix to download STEGO pre-trained weights
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattamala committed Apr 12, 2024
1 parent 0fe93c7 commit 6f8e603
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ First clone the WVN and our STEGO reimplementation.
mkdir ~/git && cd ~/git
git clone git@github.com:leggedrobotics/wild_visual_navigation.git
git clone git@github.com:leggedrobotics/self_supervised_segmentation.git
./self_supervised_segmentation/models/download_pretrained.sh
```

(Recommended) Create new virtual environment.
Expand Down
3 changes: 3 additions & 0 deletions docker/first_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ pip3 install -e /root/catkin_ws/src/self_supervised_segmentation > /dev/null
echo "pip3 install -e /root/catkin_ws/src/wild_visual_navigation ..."
pip3 install -e /root/catkin_ws/src/wild_visual_navigation > /dev/null

echo "downloading STEGO pretrained weights to self_supervised_segmentation/models/"
./src/self_supervised_segmentation/models/download_pretrained.sh

echo "catkin build ..."
catkin build > /dev/null

Expand Down

0 comments on commit 6f8e603

Please sign in to comment.