diff --git a/README.md b/README.md new file mode 100644 index 0000000..56ce9d8 --- /dev/null +++ b/README.md @@ -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 + +Where the INPUT_FILE is a cell tracking instance.