Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 432 Bytes

File metadata and controls

10 lines (6 loc) · 432 Bytes

Main repo, from which this fork was done: https://github.com/vlomonaco/core50

Added files:

  • faiss_knn.py - Implementation of kNN classifier with faiss library
  • test_metric_learning.py - main script to test Metric learning + knn in iterative setup with CORe50 dataset

Environment

This repo contains anaconda environment file: conda_env.yml which can be used with conda env create -f conda_env.yml