yujia0913 commited on
Commit
efc1307
·
verified ·
1 Parent(s): 839ebbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -18,8 +18,11 @@ This repository contains the model weights for **Concerto**, a novel approach fo
18
  - **Inference:** [https://github.com/Pointcept/Concerto](https://github.com/Pointcept/Concerto)
19
 
20
  ## Models
 
21
  concerto_base_siglip.pth: replace DINOv2 with SigLIPv2 in cross-modal distillation.
 
22
  concerto_large_linear_prob_head_sc.pth: ScanNet linear probing head.
 
23
  concerto_large_outdoor.pth: outdoor pretraining weight using similar recipe.
24
 
25
  The default models(concerto_large/base/small/tiny) are the pre-release version of our next work, Utonia, which can deal with input without color and normal. If colors and normals are not available, please set them to zeros. We pre-release these for general public use because many tasks lack such information. The original Concerto model is `concerto_base_origin.pth`.
 
18
  - **Inference:** [https://github.com/Pointcept/Concerto](https://github.com/Pointcept/Concerto)
19
 
20
  ## Models
21
+
22
  concerto_base_siglip.pth: replace DINOv2 with SigLIPv2 in cross-modal distillation.
23
+
24
  concerto_large_linear_prob_head_sc.pth: ScanNet linear probing head.
25
+
26
  concerto_large_outdoor.pth: outdoor pretraining weight using similar recipe.
27
 
28
  The default models(concerto_large/base/small/tiny) are the pre-release version of our next work, Utonia, which can deal with input without color and normal. If colors and normals are not available, please set them to zeros. We pre-release these for general public use because many tasks lack such information. The original Concerto model is `concerto_base_origin.pth`.