wanmeihuali / taichi_3d_gaussian_splatting

An unofficial implementation of paper 3D Gaussian Splatting for Real-Time Radiance Field Rendering by taichi lang.
Apache License 2.0
648 stars 61 forks source link

define images location #103

Closed henrypearce4D closed 1 year ago

henrypearce4D commented 1 year ago

Is there a way to define the image location for the dataset?

At the moment the images have to be in my root taichi_3d_gaussian_splatting folder if absolute paths are not used in the transforms.json file.

the image path in the truck dataset in the json file is image\/ , usually this location is referenced next to the .json files, not the project root.

wanmeihuali commented 1 year ago

You can always put your image where ever you want, and create a soft link for your image folder in root taichi_3d_gaussian_splatting folder... On windows, I believe the shortcut shall also work.

henrypearce4D commented 1 year ago

Thats an interesting method I will have to test thankyou