# Third-party assets ## Models ### DINOv3 Built with DINOv3 Animap's cattle identity embedding is a local ONNX export of `timm/vit_small_patch16_dinov3.lvd1689m`. The weights are covered by Meta's bespoke DINOv3 licence, not by Apache-2.0. Two published texts of that licence differ. The `LICENSE.md` shipped with the weights, dated 19 August 2025, ends clause 1.b.i at providing a copy of the agreement. The text at `ai.meta.com/resources/models-and-libraries/dinov3-license`, dated 14 August 2025 and linked from the Hugging Face model card, additionally requires that you prominently display "Built with DINOv3". Section 8 lets Meta amend the licence unilaterally with immediate effect. Displaying the attribution satisfies both readings, which is why it appears here. **This file is not yet enough.** "Prominently display" points at a surface a person using Animap can see, and the app has no about screen. The outstanding surfaces are listed in `attribution_outstanding` in `services/inference/app/adapters/licences.py`, and `tests/test_attribution.py` asserts that this file carries the string and that those surfaces still do not. - Source: https://huggingface.co/timm/vit_small_patch16_dinov3.lvd1689m - Licence: https://github.com/facebookresearch/dinov3/blob/main/LICENSE.md ### DINOv2 The alternate embedding backbone, `facebook/dinov2-small`, is licensed Apache-2.0 for both code and weights. It requires no attribution beyond the licence text travelling with any redistributed copy, and Animap redistributes none. - Source: https://huggingface.co/facebook/dinov2-small - Licence: https://github.com/facebookresearch/dinov2/blob/main/LICENSE ### YOLOX The shipped detector is YOLOX-m, from Megvii's YOLOX repository, under Apache-2.0. Megvii publishes no separate licence for the released ONNX weights; the repository's licence is read as covering the artefacts it distributes, and that inference is recorded in `docs/adr/0017-ultralytics-licence.md`. - Source: https://github.com/Megvii-BaseDetection/YOLOX - Licence: https://github.com/Megvii-BaseDetection/YOLOX/blob/main/LICENSE ## Material Design Icons Animap includes the following icons from Material Design Icons by Pictogrammers: - `cow` - `turkey` - `arrow-left` - `home-outline` - `bell-outline` - `dots-horizontal` - `camera-outline` Material Design Icons is licensed under the Apache License 2.0. - Project: https://pictogrammers.com/library/mdi/ - License: https://pictogrammers.com/docs/general/license/ - Source: https://github.com/Templarian/MaterialDesign