Skip to content

A python script for creating directory structure for 3D projects

License

Notifications You must be signed in to change notification settings

BritishMuseumDH/scaffold3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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