File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11.idea /
22* .gv
33* .pdf
4- models /*
4+ models /* .pth
5+ models /runs /*
56runs /*
67* .pth
78* .pyc
@@ -10,4 +11,4 @@ params.py
1011* .txt
1112cluster /script.sh
1213cluster /train_parent.sh
13- experiments /
14+ experiments /
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # Download the parent model to directly use it for online training
4+ wget https://data.vision.ee.ethz.ch/kmaninis/share/OSVOS/Downloads/models/pth_parent_model.zip
5+ unzip pth_parent_model.zip
6+ rm pth_parent_model.zip
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # Download the parent model to directly use it for online training
4+ wget https://data.vision.ee.ethz.ch/kmaninis/share/OSVOS/Downloads/models/vgg_mat.zip
5+ unzip vgg_mat.zip
6+ rm vgg_mat.zip
You can’t perform that action at this time.
0 commit comments