Upload config.json
Browse filesUpdate the default config of the point backbone.
- config.json +1 -1
config.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
"vocab_size": 32000,
|
22 |
"point_backbone": "PointBERT",
|
23 |
"point_backbone_ckpt": "",
|
24 |
-
"point_backbone_config_name": "
|
25 |
"use_color": true,
|
26 |
"mm_use_point_start_end": true,
|
27 |
"DEFAULT_POINT_PATCH_TOKEN": "<point_patch>",
|
|
|
21 |
"vocab_size": 32000,
|
22 |
"point_backbone": "PointBERT",
|
23 |
"point_backbone_ckpt": "",
|
24 |
+
"point_backbone_config_name": "PointTransformer_8192point_2layer",
|
25 |
"use_color": true,
|
26 |
"mm_use_point_start_end": true,
|
27 |
"DEFAULT_POINT_PATCH_TOKEN": "<point_patch>",
|