cubert-gmbh/efficient-track-anything
EfficientTAM checkpoints (mirror)
Byte-identical mirror of `yunyangx/efficient-track-anything` at revision 9bdd8ab585b19ef95f9c9ed847ac9478301890b4 (code and licence: <https://github.com/yformer/EfficientTAM>) for the Cuvis.AI plugins. No fine-tuning, conversion or re-serialization: the files below are the upstream release as published, with the upstream licence text in LICENSE.
Why this mirror exists
Cuvis.AI provisions model weights once into a shared cache (download-model download <name> from cuvis-ai-core) and then runs its pipelines in an offline, token-free runtime that only reads that cache. Hosting the exact upstream files under the cubert-gmbh organisation makes that provisioning reproducible (commit-pinned and sha256-verified) and takes the per-user Hugging Face account and token out of the users' path.
Files and provenance
Mirrored on 2026-09-04 by Cubert GmbH from the sources above. The sha256 values are the upstream values; tools/mirror_weights.py check in cuvis-ai-core re-verifies this repository against them and against the upstream licence text.
Licence
Apache License 2.0. The LICENSE file is the upstream licence text taken verbatim from <https://github.com/yformer/EfficientTAM> (the upstream Hugging Face repository carries the apache-2.0 tag but ships no LICENSE file) at the mirror date. Copyright remains with the upstream authors; Cubert GmbH claims no rights in these files.
Usage with Cuvis.AI
uv run download-model download efficienttam_s
uv run download-model download efficienttam_ti
uv run download-model download efficienttam_s_512x512
uv run download-model download efficienttam_ti_512x512download-model (from cuvis-ai-core) provisions the file into the shared Hugging Face cache and verifies its sha256. From cuvis-ai-core 0.16.0 on, ModelWeights.resolve("<name>") returns the cached path and the cuvis-ai-rtsam2 nodes resolve their weights through it, so a pipeline needs no manual step once the weights are provisioned; earlier plugin releases still fetch from their original upstream sources.
