RunyiYang / SUNDAE

The implementation of SUNDAE: Spectrally Pruned Gaussian Fields with Neural Compensation
Other
172 stars 6 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'NN_Comp/NN_comp.yaml' #3

Open eotich32 opened 6 months ago

eotich32 commented 6 months ago

def training(dataset, opt, pipe, testing_iterations, saving_iterations, checkpoint_iterations, checkpoint, debug_from, no_xyz=False, sample_mode="FPRC", sample_rate=0.1, kernal=103): first_iter = 0 tb_writer = prepare_output_and_logger(dataset) gaussians = GaussianModel(dataset.sh_degree) scene = Scene(dataset, gaussians) NN_Comp = UNet(3, 3).cuda() with open('NN_Comp/NN_comp.yaml', 'r') as config: nn_comp_config = yaml.safe_load(config)

# NN_Comp = SUNet_model(nn_comp_config).cuda()
eotich32 commented 6 months ago

大佬们,开源要严谨

yangqing-yq commented 5 months ago

复现出来了,论文里数据对不上。

oneChubby commented 2 months ago

怎么解决的啊?