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
010c3e58
Commit
010c3e58
authored
Oct 30, 2020
by
Pinard Clement
Browse files
Change colmap model_merger
parent
4da3e944
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
010c3e58
...
...
@@ -287,7 +287,7 @@ This will essentially do the same thing as the script, in order to let you chang
python generate_sky_masks.py \
--img_dir /path/to/images \
--colmap_img_root /path/to/images \
--maskroot /path/to/images_mask \
--mask
_
root /path/to/images_mask \
--batch_size 8
```
...
...
@@ -390,7 +390,7 @@ This will essentially do the same thing as the script, in order to let you chang
python generate_sky_masks.py \
--img_dir /path/to/images/videos/dir \
--colmap_img_root /path/to/images \
--maskroot /path/to/images_mask \
--mask
_
root /path/to/images_mask \
--batch_size 8
```
...
...
@@ -421,6 +421,8 @@ This will essentially do the same thing as the script, in order to let you chang
--input /path/to/geo_registered_model \
--output /path/to/lowfps_model \
--Mapper.fix_existing_images 1
--database_path /path/to/video_scan.db \
--image_path /path/to/images
```
3. Re-georeference the model
...
...
@@ -430,8 +432,8 @@ This will essentially do the same thing as the script, in order to let you chang
```
colmap model_merger \
--input1 /path/to/geo_registered_model \
--input2 /path/to/lowfps_model \
--input
_path
1 /path/to/geo_registered_model \
--input
_path
2 /path/to/lowfps_model \
--output /path/to/lowfps_model
```
...
...
@@ -439,8 +441,8 @@ This will essentially do the same thing as the script, in order to let you chang
```
colmap model_merger \
--input1 /path/to/geo_registered_model \
--input2 /path/to/lowfps_model \
--input
_path
1 /path/to/geo_registered_model \
--input
_path
2 /path/to/lowfps_model \
--output /path/to/georef_full
```
...
...
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