How can metadata be used during prediction? and in what format does it come? numpy array? csv path? pandas?
Posted by: ork @ Feb. 26, 2023, 3:41 p.m.Hi,
Method "predict" gets two arguments:
Frame - a numpy array shape (1280,1280).
Frame's metadata - a dictionary that includes the following keys: Resolution, Sun_elevation, Azimuth, Sun_azimuth
Neta,
MAFAT Challenge Team