Skip to content

Commit 339ac82

Browse files
committed
cleanup
1 parent 9073f1e commit 339ac82

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

examples/simple_trainer.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,11 @@ class Config:
5252
render_traj_path: str = "interp"
5353

5454
# Path to the Mip-NeRF 360 dataset
55-
# data_dir: str = "data/360_v2/garden"
56-
data_dir: str = "/home/pxlth/Videos/gs-videos/pidhaytsi/entrance-1"
55+
data_dir: str = "data/360_v2/garden"
5756
# Downsample factor for the dataset
58-
data_factor: int = 2
57+
data_factor: int = 4
5958
# Directory to save results
60-
result_dir: str = "results/pidhaytsi-entrance-1"
59+
result_dir: str = "results/garden"
6160
# Every N images there is a test image
6261
test_every: int = 8
6362
# Random crop size for training (experimental)

examples/simple_trainer_2dgs.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,11 @@ class Config:
4343
ckpt: Optional[str] = None
4444

4545
# Path to the Mip-NeRF 360 dataset
46-
# data_dir: str = "data/360_v2/garden"
47-
data_dir: str = "/home/pxlth/Videos/gs-videos/pidhaytsi/entrance-1"
46+
data_dir: str = "data/360_v2/garden"
4847
# Downsample factor for the dataset
49-
data_factor: int = 2
48+
data_factor: int = 4
5049
# Directory to save results
51-
# result_dir: str = "results/garden"
52-
result_dir: str = "results/pidhaytsi-entrance-1"
50+
result_dir: str = "results/garden"
5351
# Every N images there is a test image
5452
test_every: int = 8
5553
# Random crop size for training (experimental)

0 commit comments

Comments
 (0)