nmathewa / tropcyc

Tropical cyclone exp
0 stars 0 forks source link

Array vs Images #7

Closed nmathewa closed 1 year ago

nmathewa commented 1 year ago

Two options for data preprocessing

  1. use plotted images (which is interpolated) eg: generated using matplotlib contourfill plots
  2. Images without interpolation (eg: using cv2)
  3. actual data as numpy arrays
nmathewa commented 1 year ago

completely moved to numpy 3D arrays

nmathewa commented 1 year ago