Add dataset card
Browse filesThis PR adds the dataset card. It ensures the dataset is linked to (and can be found at) https://huggingface.co/papers/2411.16198.
It also adds a link to the Github repository and the appropriate task category.
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- object-detection
|
4 |
+
license: apache-2.0
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the benchmark files for the paper [Interpreting Object-level Foundation Models via Visual Precision Search](https://huggingface.co/papers/2411.16198).
|
8 |
+
|
9 |
+
Code: https://github.com/RuoyuChen10/VPS
|