dkliang commited on
Commit
76cb8f0
·
verified ·
1 Parent(s): 6d4bf66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
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
- pipeline_tag: Grant
8
  license: mit
9
  ---
10
 
@@ -12,4 +13,15 @@ license: mit
12
 
13
  Official repository for **GRANT**.
14
 
15
- Pretrained weights and code are provided in this repository.
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ...