A tool for manual tracking and tagging of animals in camera trap images
- Open a set of images by clicking
Browse..
and selecting multiple image files. - Use the left and right arrow keys (or click the previous and next buttons) to move through the sequence.
- Start a new track by clicking the
Add sequence
button and clicking on a point in the image. - To track the same point in the sequence, move to a different frame and click again. Points can only be added whilst in 'Add mode' and only one point can be added per sequence on a single frame. To move any already added points then click on the
Add mode
button to switch into 'Edit mode' and click and drag the points to move them. - Data can be exported to a CSV file by using the button at the top.
Information on all tracks added can be seen underneath the image window.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation, consult the docs for vue-loader.