Skip to content

Weakly-Supervised Cell Tracking via Backward-and-Forward Propagation, in ECCV 2020

License

Notifications You must be signed in to change notification settings

naivete5656/WSCTBFP

Repository files navigation

Weakly-Supervised Cell Tracking via Backward-and-Forward Propagation

by Kazuya Nishimura, Junya Hayashida, Chenyang Wang, Dai Fei Elmer Ker, Ryoma Bise

[Home] [Project] [Paper]

Illastration

Prerequisites

Installation

Python setting

Conda user

conda env create -f=requirement.yml
conda activate pytorch

Docker user

docker build ./docker
sh run_docker.sh

Background estimation

matlab -nodesktop -nosplash -r 'Background_estimation.m

Cell detection

python predict.py

Backward Propagation

python backward_propagation.py

Forward Propagation

python forward_propagation.py

Association

python association_with_forward_propagation.py

About

Weakly-Supervised Cell Tracking via Backward-and-Forward Propagation, in ECCV 2020

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages