/core50

CORe50: a new Dataset and Benchmark for Continual Learning

Primary LanguagePythonOtherNOASSERTION

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