In the llff.py I see that in line 222, code is loading focus_maps self.focus_path = os.path.join(self.root_dir,f"focus_map_{fmo}_{self.focus}.npy")
how to generate these focus maps and are they same as the ones mentioned in the README.md but with wrong file path?
In the
llff.pyI see that in line 222, code is loading focus_mapsself.focus_path = os.path.join(self.root_dir,f"focus_map_{fmo}_{self.focus}.npy")how to generate these focus maps and are they same as the ones mentioned in the
README.mdbut with wrong file path?