SauravMaheshkar
commited on
Commit
•
e39135b
1
Parent(s):
03d6402
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- graph-ml
|
4 |
+
size_categories:
|
5 |
+
- 1M<n<10M
|
6 |
+
tags:
|
7 |
+
- lrgb
|
8 |
+
---
|
9 |
+
|
10 |
+
# `voc_superpixels_edge_wt_region_boundary_10`
|
11 |
+
|
12 |
+
### Dataset Summary
|
13 |
+
|
14 |
+
| Dataset | Domain | Task | Node Feat. (dim) | Edge Feat. (dim) | Perf. Metric |
|
15 |
+
|---|---|---|---|---|---|
|
16 |
+
| PascalVOC-SP| Computer Vision | Node Prediction | Pixel + Coord (14) | Edge Weight (1 or 2) | macro F1 |
|
17 |
+
|
18 |
+
| Dataset | # Graphs | # Nodes | μ Nodes | μ Deg. | # Edges | μ Edges | μ Short. Path | μ Diameter
|
19 |
+
|---|---:|---:|---:|:---:|---:|---:|---:|---:|
|
20 |
+
| PascalVOC-SP| 11,355 | 5,443,545 | 479.40 | 5.65 | 30,777,444 | 2,710.48 | 10.74±0.51 | 27.62±2.13 |
|
21 |
+
|
22 |
+
## Additional Information
|
23 |
+
|
24 |
+
### Dataset Curators
|
25 |
+
|
26 |
+
* Vijay Prakash Dwivedi ([vijaydwivedi75](https://github.com/vijaydwivedi75))
|
27 |
+
|
28 |
+
### Licensing Information
|
29 |
+
|
30 |
+
[Custom License](http://host.robots.ox.ac.uk/pascal/VOC/voc2011/index.html) for Pascal VOC 2011 (respecting Flickr terms of use)
|
31 |
+
|
32 |
+
### Citation Information
|
33 |
+
|
34 |
+
```
|
35 |
+
@article{dwivedi2022LRGB,
|
36 |
+
title={Long Range Graph Benchmark},
|
37 |
+
author={Dwivedi, Vijay Prakash and Rampášek, Ladislav and Galkin, Mikhail and Parviz, Ali and Wolf, Guy and Luu, Anh Tuan and Beaini, Dominique},
|
38 |
+
journal={arXiv:2206.08164},
|
39 |
+
year={2022}
|
40 |
+
}
|
41 |
+
```
|