Giter Site home page Giter Site logo

biomobst / kso-data-management Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tdeneke/koster_data_management

0.0 0.0 0.0 4.06 MB

Notebooks to upload/download footage, connect to a citizen science project and publish marine biological observations.

License: MIT License

Jupyter Notebook 99.59% Dockerfile 0.41%

kso-data-management's Introduction

KSO - Data management

The Koster Seafloor Observatory is an open-source, citizen science and machine learning approach to analyse subsea movies.

Contributors Forks Stargazers Issues MIT License

KSO Information architecture

The system processes underwater footage and its associatead metadata into biologically-meaningfull information. The format of the underwater media is standard (.mp4 or .png) and the associated metadata should be captured in three csv files (“movies”, “sites” and “species”) following the Darwin Core standards (DwC). koster_info_diag

Module Overview

This data management module contains scripts and resources to move and process underwater footage and its associated data (e.g. location, date, sampling device).

Data_man_module

The system is built around a series of easy-to-use Jupyter notebook tutorials. Each tutorial allows users to perform a specific task of the system (e.g. upload footage to the citizen science platform or analyse the classified data). The notebooks rely on the koster utility functions.

Tutorials

Name Description Try it!
1. Check footage and metadata Check format and contents of footage and sites, media and species csv files Open In Colab binder
2. Upload new media to the system* Upload new underwater media to the cloud/server and update the csv files Open In Colab binder
3. Upload clips to Zooniverse Prepare original footage and upload short clips to Zooniverse Open In Colab binder
4. Upload frames to Zooniverse Extract frames of interest from original footage and upload them to Zooniverse Open In Colab binder
5. Train ML models Prepare the training and test data, set model parameters and train models Open In Colab binder
6. Evaluate ML models Use ecologically-relevant metrics to test the models Open In Colab binder
7. Publish ML models Publish the model to a public repository Open In Colab binder
8. Analyse Zooniverse classifications Pull up-to-date classifications from Zooniverse and report summary stats/graphs Open In Colab binder
9. Download and format Zooniverse classifications Pull up-to-date classifications from Zooniverse and format them for further analysis Coming soon
10. Run ML models on footage Automatically classify new footage Coming soon

* Project-specific tutorial

Local Installation

If you want to fully use our system (Binder and Colab has computing limitations), you will need to download this repository on your local computer or server.

Requirements

Installation

Create a new conda environment

Follow the documentation to create a new environment in conda

Download this repository

Clone this repository using

git clone --recurse-submodules https://github.com/ocean-data-factory-sweden/kso-data-management.git

Install dependecies

Navigate to the folder where you have cloned the repository or unzipped the manually downloaded repository.

cd kso-data-management

Then install the requirements by running.

pip install -r requirements.txt

Create initial information for the database

If you will work in a new project you will need to input the information about the underwater footage files, sites and species of interest. You can use a template of the csv files and move the directory to the "db_starter" folder.

Link your footage to the database

You will need files of underwater footage to run this system. You can download some samples and move them to db_starter. You can also store your own files and specify their directory in the tutorials.

Dev instructions

If you would like to expand and improve the KSO capabilities, please follow the instructions below and reach out if there are any issues.

Dev requirements

Dev set up

  • Install conda
  • Create new environment
  • Install git and pip (with conda)
  • Clone kso repo and its submodules (ideally your fork)
  • To avoid issues with different notebook kernels we recommend creating a new one:
pip install ipykernel
python -m ipykernel install --user --name="new_environment"

Merging your changes

Before pushing your code to the main branch of KSO, please:

  • run Black on the code you have edited
black filename 
  • update the timestamp on the notebook
python update_ts.py filename 

Installation in High Performance Computers

Installation for SNIC Users*

* SNIC login credentials and access to Chalmers VPN using Windows or MAC required.

Log in the Alvis Portal and click on "Interactive Apps" and then "Jupyter". This open the server creation options.

Here you can keep the settings as default, apart from the "Number of hours" which you can set to the desired limit. Then choose either Data Management (Runtime (User specified jupyter1.sh)) or Machine Learning (Runtime (User specified jupyter2.sh)) from the Runtime dropdown options.

screenshot_load

This will directly queue a server session using the correct container image, first showing a blue window and then you should see a green window when the session has been successfully started and the button "Connect to Jupyter" appears on the screen. Click this to launch into the Jupyter notebook environment.

screenshot_start

Important note: The remaining time for the server is shown in green window as well. If you have finished using the notebook server before the alloted time runs out, please select "Delete" so that the resources can be released for use by others within the project.

Troubleshooting

If you experience issues uploading movies to Zooniverse, it might be related to the libmagic package. In Windows, the following commands seem to work:

pip install python-libmagic
pip install python-magic-bin

Citation

If you use this code or its models in your research, please cite:

Anton V, Germishuys J, Bergström P, Lindegarth M, Obst M (2021) An open-source, citizen science and machine learning approach to analyse subsea movies. Biodiversity Data Journal 9: e60548. https://doi.org/10.3897/BDJ.9.e60548

Collaborations/questions

You can find out more about the project at https://www.zooniverse.org/projects/victorav/the-koster-seafloor-observatory.

We are always excited to collaborate and help other marine scientists. Please feel free to contact us with your questions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.