Skip to content

WIP: Added a generic image extractor

Anjith GEORGE requested to merge generic_image_extractor into master
  • Adds a generic image extractor (no need to make separate extractors for every single architecture)
  • Specify the network architecture and how do you want to get the scores from the output of the network in a config file
  • use --extractor-file argument to load the trained model paths

Merge request reports