Description Usage Arguments Value
This is modified function of fread from data.table package by adjusting to the format of DeepLabCut files
1 |
[direc] |
optional: directory of csv files |
[fps] |
optional: camera fps |
[spline] |
if TRUE , drop frames of low likelihood frames and interpolate with smooth spline function. Since peformance of extrapolation is serverely bad, initial and last dropped frames would be NA. Default is TRUE. |
[threshold] |
threshold for dropping frames if spine = TRUE. Default is .9 |
data frame of trajectories
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.