shanemankiw / Panodiff

Official implementation for ACM MM 2023 paper '360-Degree Panorama Generation from Few Unregistered NFoV Images'
44 stars 2 forks source link

Question in mask_path = 'datasets/90binarymask.png' #5

Closed RYYAI closed 1 month ago

RYYAI commented 6 months ago

Under

./Panodiff/dataloaders/rota_dataset.py

TODO: add these paths when ziyu told me to.

mask_path = 'datasets/90binarymask.png'

Sorry, I didn't find mask_path = 'datasets/90binarymask.png' in the repo. What's this and how can I find it ? And What for?

shanemankiw commented 6 months ago

It is a binary mask indicating the region in panorama that, 90 degree FoV with no rotation, covers. It looks like this: 90binarymask It is used if we are trying to input a 90 degree FoV with no rotation and outpaint the rest.