Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

btrack examples

Example notebooks can be found in this directory.

Example datasets and configurations can be found at: https://github.com/lowe-lab-ucl/btrack-examples

Or, alternatively can be accessed using btrack itself:

from btrack import datasets

# example segmentation
segmentation = datasets.example_segmentation()

# example config
config = datasets.cell_config()

# example objects
track_objects = datasets.example_track_objects()