Author: Gulce Kurtay, Valentina Staneva (2025)
This book includes Jupyter notebooks that align with the NOAA IFCB Technical Memo. It documents workflows for managing, processing, and analyzing IFCB image data.
- Data Access and Storage
- Regional Classifier Development through Transfer Learning
- Deploying and Monitoring Classifiers
- Segmentation and Trait Extraction
-
Browse the chapters on the left sidebar.
-
Build the book locally by running:
jupyter-book build .
This project uses multiple conda environments to run different parts of the workflow.
To create and activate the ifcb_predict environment, run:
conda create -n ifcb_predict python=3.10.12
conda activate ifcb_predictThen, navigate to the folder containing the requirements file and install the dependencies:
cd "C:\Desktop\IFCB-image-data-process\environments"
pip install -r ifcb_predict2.txtTo create and activate the PyTorch GPU-enabled environment, run:
conda env create -f environments/environment-pytorch.yml
conda activate ifcb-gpu-env