Fix link to paper (#3)
Browse files- Fix link to paper (bcba1f663696a480955884ef16e91350b2f529f9)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -32,7 +32,7 @@ configs:
|
|
32 |
This dataset, derived from VG150, provides image-text pairs for scene graph generation. Each example includes an image, an "open" prompt, a "close" prompt, a list of objects, and their relationships. It's designed to be used for training and evaluating models that generate scene graphs from images and textual prompts.
|
33 |
|
34 |
|
35 |
-
This dataset is used in the paper [R1-SGG: Compile Scene Graphs with Reinforcement Learning](
|
36 |
|
37 |
The dataset is structured as follows:
|
38 |
|
|
|
32 |
This dataset, derived from VG150, provides image-text pairs for scene graph generation. Each example includes an image, an "open" prompt, a "close" prompt, a list of objects, and their relationships. It's designed to be used for training and evaluating models that generate scene graphs from images and textual prompts.
|
33 |
|
34 |
|
35 |
+
This dataset is used in the paper [R1-SGG: Compile Scene Graphs with Reinforcement Learning](https://huggingface.co/papers/2504.13617).
|
36 |
|
37 |
The dataset is structured as follows:
|
38 |
|