lihaolin88 / 3D-Half-Gaussian-Splatting

69 stars 4 forks source link

split train set and test set #7

Open zhaobenshan11 opened 2 months ago

zhaobenshan11 commented 2 months ago

Hello The dataset that has just been put down, for example, mip-nerf360, can't you use it directly, python train.py -s data/360_v2/counter -m output/counter, isn't this okay, if not, then how to split the training set and the test set.

lihaolin88 commented 2 months ago

Hello, thank you for your interest! Yes, you can use the code run with the original dataset with the command "python train.py -s data/360_v2/counter --eval", just run with a "--eval" setting, and then the code will automatically split train and test.