Junlinp commited on
Commit
efa1e5c
·
verified ·
1 Parent(s): 393d224

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -58,3 +58,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ database.db filter=lfs diff=lfs merge=lfs -text
62
+ sparse.ply filter=lfs diff=lfs merge=lfs -text
63
+ sparse_txt/images.txt filter=lfs diff=lfs merge=lfs -text
64
+ sparse_txt/points3D.txt filter=lfs diff=lfs merge=lfs -text
database.db ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da3387ab7595490f3afff0f57a342f9abb31efec9a8deef47abb266327edff7b
3
+ size 558403584
sparse.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d92fbf550da98658746c8db161506612fb8080bbead44dd677243763e4894d5
3
+ size 3179805
sparse/0/cameras.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:702e81b09f07c0c341fe9f08239895847aa15b9886a69025e00f6f58df3e30a5
3
+ size 64
sparse/0/images.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:125b178c9ed484ef21e2a6eb083cdb86ad24d0294e233bcdcd5b283705b312c8
3
+ size 78414810
sparse/0/points3D.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d34925c396b33e84566b2a0e917bbc8fb9838e24c1c781b80d3b6da344972a8
3
+ size 20862693
sparse/0/project.ini ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ log_to_stderr=false
2
+ random_seed=0
3
+ log_level=2
4
+ database_path=/mnt/data/junlinp/M60_colmap/database.db
5
+ image_path=/mnt/data/junlinp/M60
6
+ [Mapper]
7
+ ignore_watermarks=false
8
+ multiple_models=true
9
+ extract_colors=true
10
+ ba_refine_focal_length=true
11
+ ba_refine_principal_point=false
12
+ ba_refine_extra_params=true
13
+ ba_global_use_pba=false
14
+ fix_existing_images=false
15
+ tri_ignore_two_view_tracks=true
16
+ min_num_matches=15
17
+ max_num_models=50
18
+ max_model_overlap=20
19
+ min_model_size=10
20
+ init_image_id1=-1
21
+ init_image_id2=-1
22
+ init_num_trials=200
23
+ num_threads=-1
24
+ ba_min_num_residuals_for_multi_threading=50000
25
+ ba_local_num_images=6
26
+ ba_local_max_num_iterations=25
27
+ ba_global_pba_gpu_index=-1
28
+ ba_global_images_freq=500
29
+ ba_global_points_freq=250000
30
+ ba_global_max_num_iterations=50
31
+ ba_global_max_refinements=5
32
+ ba_local_max_refinements=2
33
+ snapshot_images_freq=0
34
+ init_min_num_inliers=100
35
+ init_max_reg_trials=2
36
+ abs_pose_min_num_inliers=30
37
+ max_reg_trials=3
38
+ tri_max_transitivity=1
39
+ tri_complete_max_transitivity=5
40
+ tri_re_max_trials=1
41
+ min_focal_length_ratio=0.10000000000000001
42
+ max_focal_length_ratio=10
43
+ max_extra_param=1
44
+ ba_local_function_tolerance=0
45
+ ba_global_images_ratio=1.1000000000000001
46
+ ba_global_points_ratio=1.1000000000000001
47
+ ba_global_function_tolerance=0
48
+ ba_global_max_refinement_change=0.00050000000000000001
49
+ ba_local_max_refinement_change=0.001
50
+ init_max_error=4
51
+ init_max_forward_motion=0.94999999999999996
52
+ init_min_tri_angle=16
53
+ abs_pose_max_error=12
54
+ abs_pose_min_inlier_ratio=0.25
55
+ filter_max_reproj_error=4
56
+ filter_min_tri_angle=1.5
57
+ local_ba_min_tri_angle=6
58
+ tri_create_max_angle_error=2
59
+ tri_continue_max_angle_error=2
60
+ tri_merge_max_reproj_error=4
61
+ tri_complete_max_reproj_error=4
62
+ tri_re_max_angle_error=5
63
+ tri_re_min_ratio=0.20000000000000001
64
+ tri_min_angle=1.5
65
+ snapshot_path=
sparse_txt/cameras.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # Camera list with one line of data per camera:
2
+ # CAMERA_ID, MODEL, WIDTH, HEIGHT, PARAMS[]
3
+ # Number of cameras: 1
4
+ 1 SIMPLE_RADIAL 2048 1080 1663.5746946286281 1024 540 -0.11818191316872652
sparse_txt/images.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20454da612d8c17ca8d86d708f6c588113ce28dfd8afc8f3066cefbef53c3bf7
3
+ size 133276908
sparse_txt/points3D.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecb061628502c998cb9aa68aad4623ec47d672b7297e0adbb6fbe51d9993b552
3
+ size 31535140