Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
disp-map-analysis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Elphel
disp-map-analysis
Commits
3a39ee57
Commit
3a39ee57
authored
Nov 02, 2022
by
Clement Vachet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Highlight code blocks
parent
ee46880b
Pipeline
#2709
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
README.md
README.md
+10
-10
No files found.
README.md
View file @
3a39ee57
...
...
@@ -8,10 +8,10 @@ Note: Data preprocessing stage to generate input files for AI analysis via ir-tp
### 1.1. Extracting images of interest from multi-layer 3D TIFF files
Example:
'''
```
python3 ./Preprocessing_2DPhaseCorrelation.py --crop_border --input $i --targetdisp $TargetDispImage \
--groundtruth $GroundTruthImage --confidence $ConfidenceImage --disp_lma $DispLMAImage --corr $CorrImage --verbose
'''
```
Notes:
-
Input file is a special multi-layer TIFF file
...
...
@@ -21,10 +21,10 @@ Notes:
### 1.2. Generating 3D TIFF files as direct input files to neural network ir-tp-net
Example:
'''
```
python3 ./Preprocessing_CombinedImages.py --corr $CorrImage --targetdisp $TargetDispImage \
--groundtruth $GroundTruthImage --confidence $ConfidenceImage --disp_lma $DispLMAImage --output $CombinedImage
'''
```
Notes:
-
Output file is a 3D image with 124 layers
-
scaled to the size of the correlation image
...
...
@@ -41,20 +41,20 @@ Note: Data postprocessing stage to analyze outputs from AI analysis
### 3.1. Density analysis
Examples:
'''
```
python3 ./Compute_Density.py --pred $i --groundtruth $GroundTruthImage --adjtilesdim 1 --output $Density_CSVFile --inclusionmask $InclusionMask_File --exclusionmask $ExclusionMask_File --threshold 2.0 --verbose
'''
```
Note: input file is the predicted disparity map
### 3.2. RMSE analysis
Example:
'''
```
python3 ./Compute_RMSE_WithThreshold.py --pred $i --groundtruth $GroundTruthImage --adjtilesdim $AdjTilesDim --threshold $RMSE_Threshold --output $RMSE_CSVFile
python3 ./Compute_RMSE_WithFiltering.py --pred $i --groundtruth $GroundTruthImage --confidence $ConfidenceImage --disp_lma $DispLMAImage --adjtilesdim 1 --threshold $Threshold --output $RMSE_CSVFile --output_mask $RMSEFiltering_MaskFile
'''
```
Note: input file is the predicted disparity map
...
...
@@ -63,9 +63,9 @@ Note: input file is the predicted disparity map
Quality control stage generating multi-layer 3D tiff file
'''
```
python3 ./Compute_Inference_QCImage.py --pred $i --groundtruth $GroundTruthImage --targetdisp $TargetDispImage --mask $DataFilteringMask --threshold 2.0 --output $InferenceQC_File --verbose
'''
```
Notes:
-
input file is the predicted disparity map
...
...
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