You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|Datasets for identification of individual animals | Trained model for individual re‑identification |Tools for training re‑identification models|
33
+
|Library for handling re‑identification datasets | Trained model for individual re‑identification |Dataset for identification of individual animals|
34
34
35
35
</br>
36
36
37
37
# Introduction
38
-
The `wildlife-tools` library offers a simple interface for various tasks in the Wildlife Re-Identification domain. It covers use cases such as training, feature extraction, similarity calculation, image retrieval, and classification. It complements the `wildlife-datasets` library, which acts as dataset repository.
39
38
40
-
More information can be found in [Documentation](https://wildlifedatasets.github.io/wildlife-tools/)
39
+
The `wildlife-tools` library offers a simple interface for various tasks in the wildlife re-identification domain. Its main features are:
40
+
41
+
- It covers use cases such as training, feature extraction, similarity calculation, image retrieval, and classification.
42
+
- It provides traning codes and usage examples for our models [MegaDescriptor](./megadescriptor.md) and [WildFusion](./wildfusion.md).
43
+
- It complements the [WildlifeDatasets](https://github.com/WildlifeDatasets/wildlife-datasets) library, which acts as dataset repository.
44
+
45
+
More information can be found in the [documentation](https://wildlifedatasets.github.io/wildlife-tools/).
<palign="center">A toolkit for Animal Individual Identification that covers use cases such as training, feature extraction, similarity calculation, image retrieval, and classification.</p>
The `wildlife-tools` library offers a simple interface for various tasks in the Wildlife Re-Identification domain. It covers use cases such as training, feature extraction, similarity calculation, image retrieval, and classification. It complements the `wildlife-datasets` library, which acts as dataset repository.
45
-
46
-
More information can be found in [Documentation](https://wildlifedatasets.github.io/wildlife-tools/)
47
2
48
-
## What's New
49
-
Here’s a summary of recent updates and changes.
3
+
The `wildlife-tools` library offers a simple interface for various tasks in the wildlife re-identification domain. Its main features are:
50
4
51
-
52
-
-**Expanded Functionality:** Local feature matching is done using [gluefactory](https://github.com/cvg/glue-factory)
53
-
- Feature extraction methods: SuperPoint, ALIKED, DISK, SIFT features
54
-
- Matching method: LightGlue, More efficient LoFTR
0 commit comments