lybros / appa

GUI for TheiaSfM multiview geometry and structure from motion library.
6 stars 3 forks source link

CLI, Flags #56

Closed UladBohdan closed 7 years ago

UladBohdan commented 7 years ago

The description of how to use new features here: https://github.com/lybros/Appa/wiki/UI-and-CLI-modes;-passing-Options

Resolves #41 (by implementing config v1.1), #44 (not really resolves, but describes, how to avoid)

Drapegnik commented 7 years ago

./appa --mode=cli --cli_mode=new --project_name=cli-project --project_path=/Users/Drapegnik/Desktop --images_path=/Users/Drapegnik/Desktop/images --action=reconstruction

cli-project/ folder don't created on Desktop

you can:

  1. if it's bug - fix it
  2. if it's feature - fix wiki (include project name into project path param)
Drapegnik commented 7 years ago

update:

cli-project/ folder created in home and empty

looks like 🐛