Code and data for "Deep learning from videography as a tool for measuring infection in poultry". Release of video and physiological data is pending approval from the Department of Veterinary and Animal Sciences at the University of Copenhagen
Version: 3.10.10
The dependencies for downstream analyses are listed in env.yml
You can install a virtual environment using conda
by running:
conda env create -f env.yml
Available soon
python -m dlc4ecoli.dlc.extract --path /path/to/data
You can reproduce most figures by running the plots.ipynb
notebook.
The other brms figures are created from the R script (see below).
Version: 4.4.0
install.packages(brms, envalysis, ggdist, ggplot2)
Simply run the analysis.R script after setting the work directory to this repository
setwd("path/to/dlc4ecoli")