Upload 129 files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- data/distorted/database.db +3 -0
- data/distorted/sparse/0/cameras.bin +3 -0
- data/distorted/sparse/0/images.bin +3 -0
- data/distorted/sparse/0/points3D.bin +3 -0
- data/distorted/sparse/0/project.ini +65 -0
- data/distorted/sparse/1/cameras.bin +3 -0
- data/distorted/sparse/1/images.bin +3 -0
- data/distorted/sparse/1/points3D.bin +3 -0
- data/distorted/sparse/1/project.ini +65 -0
- data/images/0013.jpg +3 -0
- data/images/0021.jpg +3 -0
- data/images/0022.jpg +3 -0
- data/images/0023.jpg +3 -0
- data/images/0024.jpg +3 -0
- data/images/0025.jpg +3 -0
- data/images/0026.jpg +3 -0
- data/images/0027.jpg +3 -0
- data/images/0028.jpg +3 -0
- data/images/0029.jpg +3 -0
- data/images/0030.jpg +3 -0
- data/images/0031.jpg +3 -0
- data/images/0032.jpg +3 -0
- data/input/0001.jpg +3 -0
- data/input/0002.jpg +3 -0
- data/input/0003.jpg +3 -0
- data/input/0004.jpg +3 -0
- data/input/0005.jpg +3 -0
- data/input/0006.jpg +3 -0
- data/input/0007.jpg +3 -0
- data/input/0008.jpg +3 -0
- data/input/0009.jpg +3 -0
- data/input/0010.jpg +3 -0
- data/input/0011.jpg +3 -0
- data/input/0012.jpg +3 -0
- data/input/0013.jpg +3 -0
- data/input/0014.jpg +3 -0
- data/input/0015.jpg +3 -0
- data/input/0016.jpg +3 -0
- data/input/0017.jpg +3 -0
- data/input/0018.jpg +3 -0
- data/input/0019.jpg +3 -0
- data/input/0020.jpg +3 -0
- data/input/0021.jpg +3 -0
- data/input/0022.jpg +3 -0
- data/input/0023.jpg +3 -0
- data/input/0024.jpg +3 -0
- data/input/0025.jpg +3 -0
- data/input/0026.jpg +3 -0
- data/input/0027.jpg +3 -0
.gitattributes
CHANGED
@@ -53,3 +53,4 @@ 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
|
|
|
|
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
|
56 |
+
data/distorted/database.db filter=lfs diff=lfs merge=lfs -text
|
data/distorted/database.db
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c0302b8f08e44f64262e891b76eb5ed861717578e81c9c29f60fc88c3474f0f
|
3 |
+
size 125669376
|
data/distorted/sparse/0/cameras.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:491440388930d59749010eb9a8777a8275f5d4d3b4d43450ef8d8bda0a0ed7d5
|
3 |
+
size 96
|
data/distorted/sparse/0/images.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58e10f39da7ef50cb334f0e356d18d0512c0b57112ffbbe6a00ef5bc5b28635a
|
3 |
+
size 290429
|
data/distorted/sparse/0/points3D.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fa65c87f51f3ac12dead9a843ad3c7539a0ca1d50068d04da9a5fe1d4470d96
|
3 |
+
size 124342
|
data/distorted/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=data/distorted/database.db
|
5 |
+
image_path=data/input
|
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=9.9999999999999995e-07
|
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=
|
data/distorted/sparse/1/cameras.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7079e2d0f3c71a1e3dfa5e617c3058556eb49f77cfe191d9885931ecf2a88e28
|
3 |
+
size 96
|
data/distorted/sparse/1/images.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6771f5c8fad04d479e40f54d6ef407bf2ff0ed6114e6ed90066b8191c9378fe8
|
3 |
+
size 403322
|
data/distorted/sparse/1/points3D.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f89e61f01474c00cf32af1b234d31d60162eec3918672688b347d2c96c0e70e
|
3 |
+
size 136304
|
data/distorted/sparse/1/project.ini
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
log_to_stderr=false
|
2 |
+
random_seed=0
|
3 |
+
log_level=2
|
4 |
+
database_path=data/distorted/database.db
|
5 |
+
image_path=data/input
|
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=9.9999999999999995e-07
|
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=
|
data/images/0013.jpg
ADDED
Git LFS Details
|
data/images/0021.jpg
ADDED
Git LFS Details
|
data/images/0022.jpg
ADDED
Git LFS Details
|
data/images/0023.jpg
ADDED
Git LFS Details
|
data/images/0024.jpg
ADDED
Git LFS Details
|
data/images/0025.jpg
ADDED
Git LFS Details
|
data/images/0026.jpg
ADDED
Git LFS Details
|
data/images/0027.jpg
ADDED
Git LFS Details
|
data/images/0028.jpg
ADDED
Git LFS Details
|
data/images/0029.jpg
ADDED
Git LFS Details
|
data/images/0030.jpg
ADDED
Git LFS Details
|
data/images/0031.jpg
ADDED
Git LFS Details
|
data/images/0032.jpg
ADDED
Git LFS Details
|
data/input/0001.jpg
ADDED
Git LFS Details
|
data/input/0002.jpg
ADDED
Git LFS Details
|
data/input/0003.jpg
ADDED
Git LFS Details
|
data/input/0004.jpg
ADDED
Git LFS Details
|
data/input/0005.jpg
ADDED
Git LFS Details
|
data/input/0006.jpg
ADDED
Git LFS Details
|
data/input/0007.jpg
ADDED
Git LFS Details
|
data/input/0008.jpg
ADDED
Git LFS Details
|
data/input/0009.jpg
ADDED
Git LFS Details
|
data/input/0010.jpg
ADDED
Git LFS Details
|
data/input/0011.jpg
ADDED
Git LFS Details
|
data/input/0012.jpg
ADDED
Git LFS Details
|
data/input/0013.jpg
ADDED
Git LFS Details
|
data/input/0014.jpg
ADDED
Git LFS Details
|
data/input/0015.jpg
ADDED
Git LFS Details
|
data/input/0016.jpg
ADDED
Git LFS Details
|
data/input/0017.jpg
ADDED
Git LFS Details
|
data/input/0018.jpg
ADDED
Git LFS Details
|
data/input/0019.jpg
ADDED
Git LFS Details
|
data/input/0020.jpg
ADDED
Git LFS Details
|
data/input/0021.jpg
ADDED
Git LFS Details
|
data/input/0022.jpg
ADDED
Git LFS Details
|
data/input/0023.jpg
ADDED
Git LFS Details
|
data/input/0024.jpg
ADDED
Git LFS Details
|
data/input/0025.jpg
ADDED
Git LFS Details
|
data/input/0026.jpg
ADDED
Git LFS Details
|
data/input/0027.jpg
ADDED
Git LFS Details
|