Skip to content

bug in dataset_readers.py #61

@yuzhongruicn

Description

@yuzhongruicn

Hi!
Thanks for the great work.
For those who want to try non-square image, there is a little bug in

fovy = focal2fov(fov2focal(fovx, image.size[1]), image.size[0])

which shoud be
fovy = focal2fov(fov2focal(fovx, image.size[0]), image.size[1])

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