WU-CVGL / SCINeRF

[CVPR 2024 Highlight] SCINeRF: Neural Radiance Fields from a Snapshot Compressive Image
MIT License
29 stars 5 forks source link

Question about mask #2

Closed glorioushonor closed 2 months ago

glorioushonor commented 3 months ago

Good job! Are the 8 masks for SCI automatically generated by hardware? These masks are definitely not randomly generated; they seem to follow certain rules. If I want to use software to generate masks that meet the requirements of the SCI system for five images, how should I do it? Looking forward to your reply.

yunhaoli2020 commented 3 months ago

Hello. Unfortunately these masks are generated randomly. But they are not "fully" random by following some certain rules. The mask generation process is regularized by the certain mask overlapping rate. Please refer to the supplementary materials of our paper for more details, which illustrates the mask generation process.