skywolf829 / GSTK

Gaussian Splatting toolkit application. One stop shop for preprocessing your dataset, training your model with human-in-the-loop training, and editing saved GSplat PLY files.
MIT License
4 stars 1 forks source link

Dataset creation from images #37

Closed skywolf829 closed 6 months ago

skywolf829 commented 6 months ago

Some users may not be computer savvy enough to install COLMAP and run it using convert.py on their images. We should introduce a workflow to "Create a Dataset". The user should pick a folders (of images for their scene), and we should take care of running the appropriate COLMAP commands to build a dataset (essentially running convert.py behind the scenes for them).

Will require installing COLMAP (and maybe ImageMagick) in backend and integrating that location into the arguments for the convert.py command. Possibly thru conda?

Once created, the user should be notified with a popup, and the dataset should automatically be loaded.

skywolf829 commented 6 months ago

Can now turn a directory of images into a COLMAP dataset so long as the user provides a colmap executable