Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ScanObjectNN
|
| 2 |
|
| 3 |
`scanobjectnn_PB_T50_RS_h5.zip` contains h5 files for the hard variant of the ScanObjectNN benchmark.
|
|
@@ -71,5 +76,4 @@ if __name__ == '__main__':
|
|
| 71 |
dataset = ScanObjectNN(root='data/ScanObjectNN', train=True)
|
| 72 |
print(f'Dataset: {dataset}')
|
| 73 |
print(f'First graph: {dataset[0]}')
|
| 74 |
-
```
|
| 75 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
# ScanObjectNN
|
| 7 |
|
| 8 |
`scanobjectnn_PB_T50_RS_h5.zip` contains h5 files for the hard variant of the ScanObjectNN benchmark.
|
|
|
|
| 76 |
dataset = ScanObjectNN(root='data/ScanObjectNN', train=True)
|
| 77 |
print(f'Dataset: {dataset}')
|
| 78 |
print(f'First graph: {dataset[0]}')
|
| 79 |
+
```
|
|
|