ZhaochongAn commited on
Commit
b1a3763
·
2 Parent(s): 835b5f1 bf77952
Files changed (3) hide show
  1. .gitattributes +4 -0
  2. LICENSE +42 -0
  3. README.md +1 -1
.gitattributes CHANGED
@@ -9,6 +9,7 @@
9
  *.joblib filter=lfs diff=lfs merge=lfs -text
10
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
  *.lz4 filter=lfs diff=lfs merge=lfs -text
 
12
  *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
  *.model filter=lfs diff=lfs merge=lfs -text
14
  *.msgpack filter=lfs diff=lfs merge=lfs -text
@@ -53,3 +54,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
 
 
9
  *.joblib filter=lfs diff=lfs merge=lfs -text
10
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
  *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
  *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
  *.model filter=lfs diff=lfs merge=lfs -text
15
  *.msgpack filter=lfs diff=lfs merge=lfs -text
 
54
  *.jpg filter=lfs diff=lfs merge=lfs -text
55
  *.jpeg filter=lfs diff=lfs merge=lfs -text
56
  *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
LICENSE ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: scannet
4
+ license_link: https://kaldir.vc.in.tum.de/scannet/ScanNet_TOS.pdf
5
+ pretty_name: ScanNet
6
+ size_categories:
7
+ - 100B<n<1T
8
+ extra_gated_prompt: >-
9
+ Before we are able to offer you access to the database, please agree to the following
10
+ terms of use.
11
+
12
+ After approval, you (the "Researcher") receive permission to use the ScanNet database
13
+ (the "Database") at Stanford University and Princeton University. In exchange for being
14
+ able to join the ScanNet community and receive such permission, Researcher hereby
15
+ agrees to the following terms and conditions:
16
+
17
+ 1. Researcher shall use the Database only for non-commercial research and educational
18
+ purposes.
19
+
20
+ 2. Princeton University and Stanford University make no representations or warranties
21
+ regarding the Database, including but not limited to warranties of non-infringement or
22
+ fitness for a particular purpose.
23
+
24
+ 3. Researcher accepts full responsibility for his or her use of the Database and shall
25
+ defend and indemnify Princeton University and Stanford University, including their
26
+ employees, Trustees, officers and agents, against any and all claims arising from
27
+ Researcher's use of the Database, including but not limited to Researcher's use of any
28
+ copies of copyrighted 3D models that he or she may create from the Database.
29
+
30
+ 4. Researcher may provide research associates and colleagues with access to the
31
+ Database provided that they first agree to be bound by these terms and conditions.
32
+
33
+ 5. Princeton University and Stanford University reserve the right to terminate
34
+ Researcher's access to the Database at any time.
35
+
36
+ 6. If Researcher is employed by a for-profit, commercial entity, Researcher's employer
37
+ shall also be bound by these terms and conditions, and Researcher hereby represents
38
+ that he or she is fully authorized to enter into this agreement on behalf of such
39
+ employer.
40
+
41
+ 7. The law of the State of New Jersey shall apply to all disputes under this agreement.
42
+ ---
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  ---
4
 
5
  # [CVPR 2025] GFS-VL: Generalized Few-shot 3D Point Cloud Segmentation with Vision-Language Model
 
1
  ---
2
+ license: scannet
3
  ---
4
 
5
  # [CVPR 2025] GFS-VL: Generalized Few-shot 3D Point Cloud Segmentation with Vision-Language Model