Skip to content

Commit

Permalink
Added explanation of NAB standardization variants to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Callidior committed Nov 21, 2018
1 parent d86cf11 commit ec04257
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ The following values can be specified for `--dataset`:
- **ILSVRC**: Interface to the [ILSVRC 2012][4] dataset.
- **ILSVRC-caffe**: [ILSVRC 2012][4] dataset with Caffe-style pre-processing (i.e., BGR channel ordering and no normalization of standard deviation).
- **NAB**: Interface to the [NABirds][5] dataset, expecting images in the sub-directory `images`.
- **NAB-caffe**: [NABirds][5] dataset with Caffe-style pre-processing.
- **NAB-ilsvrcmean**: [NABirds][5] dataset using channel-wise mean and standard deviation computed on ILSVRC.

For ILSVRC, you need to move the test images into sub-directories for each class. [This script][6] could be used for this, for example.

Expand Down

0 comments on commit ec04257

Please sign in to comment.