ErlerPhilipp / Pix2Model

Photogrammetry for everyone!
https://pix2model.cg.tuwien.ac.at/
MIT License
14 stars 4 forks source link

Improved UI #172

Open ErlerPhilipp opened 11 months ago

ErlerPhilipp commented 11 months ago

Requires more refinement but here is the rough idea...

Represent processing steps in UI:

  1. Upload Photos
  2. Images to Point Cloud
  3. Editor (crop point cloud)
  4. Point Cloud to Textured Mesh
  5. Preview and Download Mesh

1 like now but make button always visible (without scrolling) 2 and 4 should get an option to choose algorithms (or parameter presets) 3 and 5 are the editor in different modes (with different enabled operations)

ErlerPhilipp commented 7 months ago

small adaptations for sticking with COLMAP:

  1. mark out-of-bounds points in red, points to be reconstructed in their colors only store the selection box, don't actually crop the pointcloud here?

this needs only simple inputs / operations. we could do this easily on a phone screen. we need only these inputs for the selection box: translation, scale, rotation.

simple cropping: point-in-polygon test for each point in SfM result with triangulated selection box. fast cropping: transform point cloud and selection box to be axis-aligned, check coordinates

ErlerPhilipp commented 7 months ago

display position in queue to users while waiting for next step

ErlerPhilipp commented 7 months ago

minimal version for supporting texturing:

maybe 2 tabs in main menu

ErlerPhilipp commented 4 months ago

Mockup: form draft.pptx

ErlerPhilipp commented 4 months ago

images from the mockup: image image image image image

behavior:

  1. one-pager scrolling for inspiration
  2. upload photos
  3. move to 4th (waiting for editor)
  4. manually move back to point cloud BB editor (expand burger menu)
  5. expand drop-down controls on demand for advanced interaction

open issues: