You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
In the
llff.py
I 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.md
but with wrong file path?The text was updated successfully, but these errors were encountered: