Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.04 KB

readme.md

File metadata and controls

35 lines (23 loc) · 1.04 KB

DOI ORCiD

Scaffold a 3D folder directory

A very simple python script to set up the directory format for adding 3D data to Github.

The @britishmuseum license terms are CC-BY-NC-SA.

Structure created

Each project you scaffold will create the following directory structure:

/[projectname]/
/[projectname]/images
/[projectname]/masks
/[projectname]/models
/[projectname]/.gitignore
/[projectname]/readme.md
/[projectname]/LICENSE.md

When you come to add data to the project, you will need to put raw images for 3D into the images folder and then the other folders will be populated when you create masks and models within PhotoScan.

Running Scaffold3D script

To run this (tested on OSX only) issue following command in terminal:

python make3D.py -p 'projectname' -wd '/Users/Danielpett/githubProjects/' 

License

CC0