Skip to content

Commit

Permalink
update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
albanie committed Sep 8, 2017
1 parent fa4bead commit fd9467b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,10 @@ vl_contrib('setup', 'mcnSENets') ;
vl_contrib('test', 'mcnSENets') ; % optional
```

**Note:** The ordering of the imagenet labels differs from the standard ordering commonly found in caffe, pytorch etc. These are remapped automically in the evaluation code. The mapping between the synsets indices can be found [here](misc/label_map.txt).
### Dependencies

This code uses the **autonn** wrapper for MatConvNet, which can also be installed with `vl_contrib` (instructions [here](https://github.com/vlfeat/autonn)).

### Notes

The ordering of the imagenet labels differs from the standard ordering commonly found in caffe, pytorch etc. These are remapped automically in the evaluation code. The mapping between the synsets indices can be found [here](misc/label_map.txt).

0 comments on commit fd9467b

Please sign in to comment.