Skip to content
TeresaEsch edited this page Feb 14, 2024 · 10 revisions

Welcome to the DaCapo wiki!

DaCapo is a framework for easy application of established machine learning techniques to help identify objects e.g., organelles) in large, multi-dimensional images. It's goal is to bring the power of machine learning tools to all biologists, regardless of how much (or little) experience they have using these techniques.

In this wiki user guide, you can find what you need to use DaCapo.

  1. What files and applications you need before you start
  2. Setting up a DaCapo-specific environment on your computer
  3. Creating configuration files to tell DaCapo wht to do
  4. Evaluating your results.

dacapo_git_map.pdf

dacapo allows you to configure machine learning jobs as combinations of DataSplits, Architectures, Tasks, Trainers, on arbitrarily large volumes of multi-dimensional images. dacapo is not tied to a particular learning framework, but currently only supports torch with plans to support tensorflow

Clone this wiki locally