naivete5656 / WSCTBFP

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 98.7%Language:Dockerfile 0.5%Language:Shell 0.4%Language:MATLAB 0.4%