Skip to content

Resize operation and hardcoded values #1

@grau4

Description

@grau4

Dear Wenzheng Chen,
Dear Fangyin Wei,

thank you for making your excellent work publicly available!

As there are just a few comments throughout the code, I wonder if you could help me to clarify couple of operations within the network class "DeepVoxels", defined in "DL_inference/network7_256/deepvoxel.py". Between lines 110-115 the volume x, which has size (256,128,128) after applying LCT, is then resized/cropped along the zdim=256 by doing zdimnew = zdim * 100 // 128, which yields a zdimnew=200. Is there a particular reason as for why the volume should be resized at this point? Also, why 100 and 128? Is there a way to avoid hardcoded numbers in that step?

Best regards

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