Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cns-group-public
aff-seg
Commits
49baf4b0
Commit
49baf4b0
authored
Sep 28, 2018
by
timo
Browse files
corrected instructions
parent
810a851d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Readme.md
View file @
49baf4b0
...
...
@@ -37,24 +37,21 @@ unzip AffordanceGT.zip -d data/
For legal reasons we can not provide the original images of the expert dataset but only our annotations (aff_expert.zip).
To extract the annotations and transfer the original images run
```
bash
unzip data/aff_expert.zip
-d
aff_expert
unzip data/aff_expert.zip
-d
data
python3 restore_expert_images.py
```
The simulated data can be obtained with:
```
bash
cd
data
mkdir
affordances_simulated
wget https://owncloud.gwdg.de/index.php/s/8l3gBSAt1hVgEms/download affordances_simulated.zip
unzip affordances_simulated.zip
wget
-O
data/affordances_simulated.zip https://owncloud.gwdg.de/index.php/s/8l3gBSAt1hVgEms/download
unzip data/affordances_simulated.zip
-d
data/affordances_simulated
```
Now, let'
S
get the pretrained weights:
Now, let'
s
get the pretrained weights:
```
bash
mkdir
pretrained
cd
pretrained
wget https://owncloud.gwdg.de/index.php/s/hCbJCtgy3AholZd/download pretrained.zip
wget
-O
pretrained.zip https://owncloud.gwdg.de/index.php/s/hCbJCtgy3AholZd/download
unzip pretrained.zip
mv
out pretrained
```
Make sure the paths in
`paths.yaml`
are properly set.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment