Skip to content

bugs in main_pnp.py #3

@QsingHuan

Description

@QsingHuan

ori_pred = model.pnp_forward_front(model.pnp_forward_rear(input)) # equivalent to `ori_pred = model(input)`

this should be
ori_pred = model.pnp_forward_rear(model.pnp_forward_front(input))
instead of the original one

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