VSainteuf / utae-paps

PyTorch implementation of U-TAE and PaPs for satellite image time series panoptic segmentation.
MIT License
140 stars 55 forks source link

Question regarding numpy arrays #25

Open fazelkhaha opened 1 year ago

fazelkhaha commented 1 year ago

Very well done job on the paper and the code!

I did have a question about the numpy arrays used for training, specifically the 'heatmap_xx.npy', 'zones_xx.npy', and 'instances_xx.npy' files. I've already found some information about the 'ParcelIDs_xx.npy' and 'target_xx.npy' files, but I was hoping you could provide me with some additional details on how the other files were created. Thank you!

VSainteuf commented 1 year ago

Hi @fazelkhaha , thanks!