README.md
setup.cfg
setup.py
few_shots_clf/__init__.py
few_shots_clf.egg-info/PKG-INFO
few_shots_clf.egg-info/SOURCES.txt
few_shots_clf.egg-info/dependency_links.txt
few_shots_clf.egg-info/requires.txt
few_shots_clf.egg-info/top_level.txt
few_shots_clf/fm_classifier/__init__.py
few_shots_clf/fm_classifier/constants.py
few_shots_clf/fm_classifier/fm_classifier.py
few_shots_clf/fm_classifier/utils/__init__.py
few_shots_clf/fm_classifier/utils/compute_fingerprint.py
few_shots_clf/test/__init__.py
few_shots_clf/test/test_utils/__init__.py
few_shots_clf/test/test_utils/test_get_all_images_from_folder.py
few_shots_clf/test/test_utils/test_read_image.py
few_shots_clf/utils/__init__.py
few_shots_clf/utils/compute_descriptors.py
few_shots_clf/utils/compute_images2labels.py
few_shots_clf/utils/compute_keypoints.py
few_shots_clf/utils/get_all_images_from_folder.py
few_shots_clf/utils/get_iterator.py
few_shots_clf/utils/get_labels_from_catalog.py
few_shots_clf/utils/read_image.py