/plant-triplet-net

Unsupervised feature extraction from plant image time series using triplets networks

Primary LanguagePython

plant-triplet-net

Self-supervised feature extraction from plant image time series using triplets networks

Quick Guide

  • Clone repository
  • Create conda environment from the evironment.yml file
conda env create -f environment.yml
  • Activate your environment
conda activate plant_triplet_net
  • Go inside the plant_triplet_net folder and install the python package
pip install -e .