Conversation
Shape error: The shape of batch['mask'] is [H, W, 1], not[H, W]
|
I haven't tested the latest mask changes yet (we'll be doing it soon) |
I used the bear data mentioned in nerf2nerf. The mask was generated by myself, a picture with a black center and white sides. full_images_datamanager is used, and I think the code used for generating the mask should at https://github.com/nerfstudio-project/nerfstudio/blob/main/nerfstudio/data/utils/data_utils.py#L25. |
|
Hi, the same situation for me, it should be merged. |
kerrj
left a comment
There was a problem hiding this comment.
thank you! @brentyi it looks like the rest of the repo expects HxWx1, so we should probably change aria to be consistent with that. see https://github.com/nerfstudio-project/nerfstudio/blob/main/nerfstudio/data/utils/data_utils.py#L25
Shape error: The shape of batch['mask'] is [H, W, 1], not[H, W]
Shape error: The shape of batch['mask'] is [H, W, 1], not[H, W]