/WSCTBFP

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

Primary LanguagePythonMIT LicenseMIT

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