Skip to content

Question related to Ablation study & CSS Net five layers freeze #7

@taeyeopl

Description

@taeyeopl

Thanks for sharing the great work!
I have two simple questions related to the ablation study & CSS Net freeze part.

Q1. Can you explain the difference between (R,t) / (R,t),s / (R,t),s,z, which is in the main paper tab3??

image

Due to a limit of my understanding, it is hard to understand the difference clearly included implementation. Is it for making a label or for variables in deep sdf training?? I'm curious because I can't find a place where the all [(R,t), s, and z] parts are affected in your code.

def get_kitti_label(dsdf, grid, latent, scale, trans, yaw, p_WC, bbox):

Q2. As in the code the conv1, bn1, and layer1 were frozen, Can you explain how to count the number of layers (5)??
I saw that in supplementary C.1. CSS Net, "the first five layers are frozen in order to prevent overfitting
to peculiarities of the rendered data".

_freeze_module(self.conv1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions