ck-tensorflow icon indicating copy to clipboard operation
ck-tensorflow copied to clipboard

Common information for all image-recognition packages.

Open Chunosov opened this issue 7 years ago • 1 comments

The problem is not related just for TF packages, but seems we have a plenty of them, so I put it here. If needed, we can move it to more common repo.

While working on common preprocessing scripts for benchmarking programs (https://github.com/ctuning/ck-tensorflow/pull/66) I've realized that we have a lack of some general knowledge about image recognition packages. I have to use vars like CK_ENV_TENSORFLOW_MODEL_IMAGE_WIDTH and it makes these scripts not so common as they should be.

Suggestion is each image recognition package, no matter TF or Caffe or something else, should provide set for common variables, at least:

  • input image size
  • number of recognizable classes (it can differ even for ImageNet, e.g. 1001 for Mobilenet)
  • weights file name and path (not CK_ENV_TENSORFLOW_MODEL_WEIGHTS but something more library independent)

Chunosov avatar Jun 15 '18 11:06 Chunosov

@ens-lg4 Any comments?

psyhtest avatar Apr 25 '19 21:04 psyhtest