Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# libct
A fast approximate primal-dual solver for tracking-by-assignment cell-tracking problems. For running assue the [Gurobi](https://www.gurobi.com/) is installed. Meson is required for building (can be easily installed via pip). Afterwards:

> ./setup-dev-env

installs in a temporary directory and opens up a shell. To run cell-tracking run:

> python bin/ct <INPUT_FILE>

Where the INPUT_FILE is a cell tracking instance.