ostapient commited on
Commit
93621bb
·
1 Parent(s): d47c0cf
Files changed (1) hide show
  1. demo/gs_train.py +2 -2
demo/gs_train.py CHANGED
@@ -245,8 +245,8 @@ def train(
245
  """
246
  render_resize_method: crop, pad
247
  """
248
- gaussians = GaussianModel(dataset.sh_degree)
249
- scene = Scene(dataset, gaussians, load_iteration=iteration, shuffle=False)
250
 
251
  iteration = scene.loaded_iter
252
 
 
245
  """
246
  render_resize_method: crop, pad
247
  """
248
+ # gaussians = GaussianModel(dataset.sh_degree)
249
+ # scene = Scene(dataset, gaussians, load_iteration=iteration, shuffle=False)
250
 
251
  iteration = scene.loaded_iter
252