Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
---
|
| 2 |
library_name: pytorch
|
|
|
|
| 3 |
tags:
|
| 4 |
- computer-vision
|
| 5 |
- point-cloud
|
| 6 |
- 3d-scene-understanding
|
| 7 |
-
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
|
@@ -12,4 +13,15 @@ license: mit
|
|
| 12 |
|
| 13 |
Official repository for **GRANT**.
|
| 14 |
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
library_name: pytorch
|
| 3 |
+
pipeline_tag: other
|
| 4 |
tags:
|
| 5 |
- computer-vision
|
| 6 |
- point-cloud
|
| 7 |
- 3d-scene-understanding
|
| 8 |
+
- semantic-segmentation
|
| 9 |
license: mit
|
| 10 |
---
|
| 11 |
|
|
|
|
| 13 |
|
| 14 |
Official repository for **GRANT**.
|
| 15 |
|
| 16 |
+
## Model description
|
| 17 |
+
GRANT is a PyTorch model for 3D scene understanding.
|
| 18 |
+
|
| 19 |
+
## Files
|
| 20 |
+
- `config.json`: model configuration
|
| 21 |
+
- `pytorch_model.bin` or `*.pth`: pretrained weights
|
| 22 |
+
|
| 23 |
+
## Usage
|
| 24 |
+
Please refer to the repository code for training and inference.
|
| 25 |
+
|
| 26 |
+
## Citation
|
| 27 |
+
...
|