Git Product home page Git Product logo

dmnet_rina's Introduction

Author

Rina Bao (ctc682) [email protected] The codes contain the implementations of our below paper, please cite our paper when you are using the codes.

Bao R, Al-Shakarji NM, Bunyak F, Palaniappan K. DMNet: Dual-stream marker guided deep network for dense cell segmentation and lineage tracking. In IEEE International Conference on Computer Vision (ICCV) Workshop on Computer Vision for Automated Medical Diagnosis, pp. 3354-3363, (2021).

This codes is for ISBI2021 6th Cell Segmentation and Tracking Challenge secondary track

Instructions

Setting up environment

Using Anaconda 3 (or miniconda3) on linux, run the following:

The Anaconda environment was tested on Linux with CUDA 10.2.

conda env create -f environment.yml
conda activate cell

Training

1> Download the pretrained HRNet on imagenet from their website.

cd training_codes

mkdir models_imagenet

https://github.com/HRNet/HRNet-Image-Classification/

download the HRNet-W32-C model and put the model in models_imagenet

2> For six settings in "GT", "ST", "GT+ST", "allGT", "allST", "allGT+allST":

cd generate_bash

bash allGT.sh bash allST.sh bash allGT+ST.sh

For each dataset configuration training,

bash $dataset.sh

Testing

cd inference_codes

Running all bash files for testing

Thanks!

dmnet_rina's People

Contributors

rinabaomu avatar

Watchers

 avatar

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.