Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pinard Clement
drone-depth-validation-set
Commits
47e747eb
Commit
47e747eb
authored
Nov 23, 2020
by
Clément Pinard
Browse files
Fix : use location_valid instead of location
parent
2029bc81
Changes
1
Hide whitespace changes
Inline
Side-by-side
videos_to_colmap.py
View file @
47e747eb
...
...
@@ -258,6 +258,7 @@ def process_video_folder(videos_list, existing_pictures, output_video_folder, im
videos_summary
[
device
][
"indoor"
]
+=
1
else
:
videos_summary
[
device
][
"outdoor"
]
+=
1
if
sum
(
metadata
[
"location_valid"
])
>
0
:
if
centroid
is
None
:
'''No centroid (possibly because there was no georeferenced lidar pointcloud in the first place)
set it as the first valid GPS position of the first outdoor video'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment