Hello! This template is for people who want to play around with 3d gaussian splatting with their own dataset but do not have suitable hardware.
You can run this template in Google Colab and train your own dataset.
- Make sure you select a GPU that supports CUDA.
1.1. I recommend V100, as I find it the most cost-efficient. - Upload your dataset to Google Drive and mount it in Colab.
- Replace the path: {path_to_dataset}
- Follow the instructions in the template.