Skip to content

find a mistake in the code #3

@DanielCho-HK

Description

@DanielCho-HK

Is there a typo in the code on line 73 of bezierae.py ?
C = torch.cat([c_final[-1, 0], c_final[-1, 0]], 1) should be changed to C = torch.cat([c_final[-1, 0], c_final[-1, 1]], 1)

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