Skip to main content

Tools for using idtracker.ai

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

Steps to track a video with idTracker.ai

Download the episodes from Google Drive

When downloading more than one file (or folder) of some GB each from Google Drive, Google tries to compres it but it can't, a bunch of files are then downloaded separately in the folder and you need to organize them.

These files should be saved at the external drive. Each one is around 4GB and you don't want to run out of space in the OS drive.

Once done, the files contain some extra numbers in their names (the video GX010128.MP4 is downloaded as GX010128-012.MP4, for example). You can rename each file individually or use the bash command rename -v 's/-[0-9]{3}././' *.MP4 to rename all of them at once

Prepare the videos

You don't want to track every 5 minuts episode individually and join them afterwards. The episodes (from the same experiment) must be concatenated using ffmpeg.

The larger the number of fishes in the experiment, the sorter the videos have to be so that idtracker.ai can track them. For up to 8 fishes, 30 minutes of 50fps videos (~90k frames) are ok for our computer. But try to track 30 minutes of 39 fish and your RAM will die (at least with our RAM with 64GB).

ffmpeg -safe 0 -f concat -i <(find . -type f -name '*154.MP4' -printf "file '$PWD/%p'\n" | sort) -c copy /home/jordi/0154.MP4

... working on it ...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

id_manual_tools-0.0.5.tar.gz (17.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

id_manual_tools-0.0.5-py3-none-any.whl (19.5 kB view details)

Uploaded Python 3

File details

Details for the file id_manual_tools-0.0.5.tar.gz.

File metadata

  • Download URL: id_manual_tools-0.0.5.tar.gz
  • Upload date:
  • Size: 17.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for id_manual_tools-0.0.5.tar.gz
Algorithm Hash digest
SHA256 25cb8738391417c4a2cad8aac030f5c5c93b865817e3dbe0af55cb3dcac70dc3
MD5 31003390da7f09d7e3ebbe127539eba6
BLAKE2b-256 c903ee5db75673d5bed9346ec4880a895ab056671d483a4c8ca01c339b352758

See more details on using hashes here.

File details

Details for the file id_manual_tools-0.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for id_manual_tools-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c1ae1d688d42d55e37b5656f1bc57383247decb4ba7c2ca5362ee7aa9e048965
MD5 23b2892d3005a834cbffaa2117de1d1c
BLAKE2b-256 8089aa7702feed6aa310ea0ca766a514206e13ecd663ee6a170dc936620b757a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page