/FishNet

FishNet: a mimic of FaceNet with fish image as input

Primary LanguageJupyter NotebookMIT LicenseMIT

FishNet

FishNet: a mimic of FaceNet with fish image as input.

How to Install and Run

  1. Download the pretrained ResNet-50 fish classifier model from here
  2. Create Virtual Environment with Conda
$ conda create -n FishNet python=3.6 pip
$ conda activate FishNet
$ pip install -r requirements.txt
  1. Run the classification with SVM demo (be sure to start jupyter notebook!!!)

Demo

  1. classification with SVM
  2. fish vector calculation

Reference

  1. FaceNet
  2. Keras FaceNet