Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
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
9e81b536
Commit
9e81b536
authored
Dec 22, 2020
by
Clément Pinard
Browse files
Update README main_pipeline command
parent
7aa7c549
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9e81b536
...
...
@@ -324,7 +324,20 @@ You can run the whole script with ```python main_pipeline.py```. If you don't ha
Example command :
```
python main_pipeline.py --input_folder /media/user/data/input_dataset/ --raw_output_folder /media/user/data/ground_truth_raw/ --converted_output_folder /media/user/data/ground_truth_converted/ --workspace ../workspace --total_frames 600 --SOR 10 5 --eth3d ../dataset-pipeline/build/ --nw ../AnafiSDK/out/pdraw-linux/staging/native-wrapper.sh --generic_model OPENCV --max_num_matches 25000 --match_method exhaustive --multiple_models --registration_method interactive --mesh_resolution 0.1 --splats --splat_threshold 0.05 --lowfps 1 --save_space --log out.log --system epsg:3949 -vv
python main_pipeline.py \
--input_folder /media/user/data/input_dataset/ \
--raw_output_folder /media/user/data/ground_truth_raw/ \
--converted_output_folder /media/user/data/ground_truth_converted/ \
--workspace ../workspace \
--total_frames 600 --SOR 10 5 \
--eth3d ../dataset-pipeline/build/ \
--nw ../AnafiSDK/out/pdraw-linux/staging/native-wrapper.sh \
--generic_model OPENCV \
--max_num_matches 25000 \
--match_method exhaustive \
--multiple_models --registration_method interactive \
--mesh_resolution 0.1 --splats --splat_threshold 0.05 \
--lowfps 1 --save_space --log out.log --system epsg:3949 -vv
```
#### Parameters breakdown
...
...
Write
Preview
Supports
Markdown
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