Add pipeline tag and library name; include link to Github repository (#1)
Browse files- Add pipeline tag and library name; include link to Github repository (8da04d88aec6ba4f06246c256b15735f3f274fb9)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,9 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# SPTNet: An Efficient Alternative Framework for Generalized Category Discovery with Spatial Prompt Tuning (ICLR 2024)
|
| 6 |
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
<p align="center">
|
| 9 |
<a href="https://arxiv.org/abs/2403.13684"><img src="https://img.shields.io/badge/arXiv-2403.13684-b31b1b"></a> <a href="https://visual-ai.github.io/sptnet/"><img src="https://img.shields.io/badge/Project-Website-blue"></a><a href="#jump"><img src="https://img.shields.io/badge/Citation-8A2BE2"></a>
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: image-classification
|
| 5 |
---
|
| 6 |
|
| 7 |
# SPTNet: An Efficient Alternative Framework for Generalized Category Discovery with Spatial Prompt Tuning (ICLR 2024)
|
| 8 |
|
| 9 |
+
This repository contains the model described in https://arxiv.org/abs/2403.13684.
|
| 10 |
+
|
| 11 |
+
Code: https://github.com/Visual-AI/SPTNet
|
| 12 |
|
| 13 |
<p align="center">
|
| 14 |
<a href="https://arxiv.org/abs/2403.13684"><img src="https://img.shields.io/badge/arXiv-2403.13684-b31b1b"></a> <a href="https://visual-ai.github.io/sptnet/"><img src="https://img.shields.io/badge/Project-Website-blue"></a><a href="#jump"><img src="https://img.shields.io/badge/Citation-8A2BE2"></a>
|