Git Product home page Git Product logo

root-tracking's Introduction

Root-Tracking

Estimating root turnover from two minirhizotron images.

Source code for the paper "Tracking Growth and Decay of Plant Roots in Minirhizotron Images" (WACV2023).

Problem Overview


Setup:

Tested with Python 3.7

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

#download pretrained models
python fetch_models.py

Inference (or see the example notebook):

python infer.py \
       sample_data/CW_T001_L003_06.08.18_174938_009_SS.tiff \
       sample_data/CW_T001_L003_02.08.19_093548_022_CA.tiff \
       --segmentation_model=models/detection/2022-04-19_028a_WM.pt.zip \
       --similarity_model=models/tracking/2022-01-10_030_roottracking.stage2.pt.zip

Training:

python train.py \
       --inputfiles=path/to/data/*.tiff \
       --segmentation_model=path/to/segmentation/model.pt.zip

Citation

@InProceedings{RootTracking_2023_WACV,
    author    = {Gillert, Alexander and Peters, Bo and Freiherr von Lukas, Uwe and Kreyling, J\"urgen and Blume-Werry, Gesche},
    title     = {Tracking Growth and Decay of Plant Roots in Minirhizotron Images},
    booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
    month     = {January},
    year      = {2023}
}

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.