OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ILSVRC
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
README.md
1
## Accuracy evaluation for
ILSVRC
2012 (Imagenet Large Scale Visual Recognition Challenge) image classification task
3
This binary can evaluate the accuracy of TFLite models trained for the [
ILSVRC
2012 image classification task]
7
To run the binary download the
ILSVRC
2012 devkit [see instructions](#downloading-
ilsvrc
) and run the [`generate_validation_ground_truth` script](#ground-truth-label-generation) to generate the ground truth labels.
42
Path to blacklist file. This file contains the indices of images that are blacklisted for evaluation. 1762 images are blacklisted in
ILSVRC
dataset. For details please refer to readme.txt of ILSVRC2014 devkit.
51
## Downloading
ILSVRC
56
The
ILSVRC
2012 devkit `validation_ground_truth.txt` contains IDs that correspond to synset of the image.
62
ILSVRC_2012_DEVKIT_DIR=[set to path to
ILSVRC
2012 devkit]
85
//tensorflow/lite/tools/accuracy/
ilsvrc
:imagenet_accuracy_eval
92
adb push bazel-bin/tensorflow/lite/tools/accuracy/
ilsvrc
/imagenet_accuracy_eval /data/local/tm
[
all
...]
/external/tensorflow/tensorflow/lite/tools/accuracy/
README.md
31
For further examples, check the usage in [imagenet accuracy evaluation binary](
ilsvrc
/imagenet_model_evaluator.cc)
35
###
ILSVRC
(Imagenet Large Scale Visual Recognition Contest) classification task
36
For measuring accuracy for [
ILSVRC
2012 image classification task](http://www.image-net.org/challenges/LSVRC/2012/), the binary can be built
38
[instructions.](
ilsvrc
/)
Completed in 48 milliseconds