RunsenXu commited on
Commit
db4c1ac
·
verified ·
1 Parent(s): 369d67d

Upload config.json

Browse files

Update the default config of the point backbone.

Files changed (1) hide show
  1. 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": "CHANGE_ME!",
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>",