Once you have finished tracking a video, you can manually inspect the results
and fix any potential error using the trackFixer
app provided with the
package. You can launch trackFixer
by typing the following command in the R
console:
trackFixer()
Once you click the Save
button in trackFixer
, the data that is saved in the
"[original_file_name]_fixed.csv" file has the same columns has those saved
originally by trackR
(see here for more details).
The file will also contain 2 additional columns:
track_fixed
is the identity of the tracked object after the corrections have
been applied. The track
column retains the original, uncorrected identity.ignore
indicates whether you can ignore (TRUE) or not (FALSE) the
corresponding row when you analyze the data. Ignored rows are those, for
instance, from tracks that you have chosen to remove or merge with another
track. You can now proceed to the rest of the tutorials.
The video used throughout this tutorial was provided by Sridhar, V. H., Roche, D. G., and Gingins, S. (2019). Tracktor: Image-based automated tracking of animal movement and behaviour. Methods Ecol. Evol. 10, 691. doi:10.1111/2041-210X.13166 and used here with permission of the authors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.