Update README.md
Browse files
README.md
CHANGED
@@ -3,13 +3,13 @@ tags:
|
|
3 |
- model_hub_mixin
|
4 |
- pytorch_model_hub_mixin
|
5 |
library_name: transformers
|
6 |
-
license:
|
7 |
pipeline_tag: keypoint-detection
|
8 |
---
|
9 |
|
10 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
11 |
|
12 |
-
This is a LightGlue variant trained on DISK, which requires `kornia` to be installed and is usable with transformers with the following lines of code
|
13 |
```python
|
14 |
from transformers import LightGlueForKeypointMatching
|
15 |
|
|
|
3 |
- model_hub_mixin
|
4 |
- pytorch_model_hub_mixin
|
5 |
library_name: transformers
|
6 |
+
license: apache-2.0
|
7 |
pipeline_tag: keypoint-detection
|
8 |
---
|
9 |
|
10 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
11 |
|
12 |
+
This is a LightGlue variant trained on DISK, with a commecially permissive license, which requires `kornia` to be installed and is usable with transformers with the following lines of code
|
13 |
```python
|
14 |
from transformers import LightGlueForKeypointMatching
|
15 |
|