Skip to content

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

@eotich32

Description

@eotich32

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions