Skip to content

Freeze model #7

@l0stpenguin

Description

@l0stpenguin

Hi,
I am interested in the depth map estimation of this project. I tried freezing the model to a .pb file but i cannot figure out the output node which produces the depth map. Can you please tell me the output node name?

checkpoint_file = './model/deeplens/deeplens.ckpt'
frozen_model_file = './deeplens.pb'
output_node_names = '??' 
# Call freeze graph
freeze_graph(
            input_graph="",
             input_saver="",
             input_binary=False,
             input_checkpoint=checkpoint_file,
             output_node_names=output_node_names,
             restore_op_name="save/restore_all",
             filename_tensor_name="save/Const:0",
             output_graph=frozen_model_file,
             clear_devices=True,
             initializer_nodes="")

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