/Latent-Features-Detection

Repository for tools responsible for detection of the latent features

Primary LanguagePythonMIT LicenseMIT

Using Gradual Extrapolation for Automating Latent Feature Detection

Repository with code used for semi-automated latent features detection.

Steps

  1. Download imagenet_9 images or imagenet.
  2. Traing chosen network using im9_train.py
  3. Perform ROI detection using roi.py
  4. Now You can use model-with-9-classes or model's Zoo one.
  5. Perform calculation of Graudal Extrapolation inside ROIs using GE_in_ROI_counter.py
  6. Count average per class using maping-roi-average.py

Datasets

All dataset are stored in GDrive

It includes:

  • ImageNet 9: ~500 images each class
  • ImageNet: ~60 images each class

See also

Citation

TODO: after I publish this paper...