-
Notifications
You must be signed in to change notification settings - Fork 26
interface instructions and pipeline videos
tom kelly edited this page Jun 26, 2019
·
5 revisions
User interface hints:
- here are some data sets.
- go
file
,open...
and select thetweed.xml
file in the root of the unzipped data set. - select the layer
panos
, then clickdownload
to fetch the panoramas from google. watch the command line for progress. this will take up a bunch of disk space (5mb per image). - it will write a file
.tweed_config
into your home directory; this is the only state it creates outside of the data folders. - look at the command line for feedback (some operations like finding profiles or features are slow, and don't have progress bars)
- use left mouse drag +
W
A
S
D
keys to navigate the 3D view - arrow keys change brightness and camera speed, page up and page down control fov
- right mouse button selects things in the 3D view. for example right clicking on a block with the select tool will import the corresponding 3D mesh if it exists.
- intermediate results (meshes, rendered images, and detected features) are written to the project's data diretory. some of these (in the
scratch
folder) are deleted when you quit. - you can edit the visiblity of different layers with the layer-list check boxes
Rough videos showing various convoluted UI paths for obscure use cases:
- introduction to the ui.
- a pipeline to import obj files to the skeleton format so we can run FrankenGAN etc...
- projecting a panorama onto a mesh. This shows the panorama and obj mesh pipeline for reprojecting panoramic images onto building meshes.
- loading panormas into chordatals and rendering orthographics on facades.
- using the an early prototype of the frankenGAN style interface.