Skip to content

Script to process and create photogrammetric models on UMBC's HPCF.

Notifications You must be signed in to change notification settings

PiSquared/HPCFMeshroomScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To use just the photogrammetry program you use python run_alicevison.py 
then the folder where all the generated data should go, 
then the folder with the images, 
then the folder with the alicevision binaries, 
and finally the number of images to scan in. 
So an example would be like "python run_alicevision.py build_files photos Meshroom-2019.1.0/aliceVision/bin 41". 
Then the final model should be in the texturing folder within the generated data folder.

To use the program with the combination of photogrammetry and photometrics you use python run_alicevison_combo.py 
then the folder where all the generated data should go, 
then the folder with the images for the photogrammetrics, 
then the folder with the alicevision binaries, 
then the number of images to scan in,
and finally the folder with the different views for the photometrics.
So an example would be like "python run_alicevision_combo.py build_files photos Meshroom-2019.1.0/aliceVision/bin 41 views". 
Then the final model should be in the texturing folder within the generated data folder, and the bump map should be in the Normal Texture folder.

About

Script to process and create photogrammetric models on UMBC's HPCF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages