Add initial dataset card
#1
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- image-to-image
|
| 4 |
+
license: bsd-3-clause
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This repository contains a subset of the SAM-FB dataset, as described in the paper [Affordance-Aware Object Insertion via Mask-Aware Dual Diffusion](https://huggingface.co/papers/2412.14462). The full dataset can be built using the instructions in the Github repository.
|
| 8 |
+
|
| 9 |
+
Code: https://github.com/KaKituken/affordance-aware-any
|