Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question regarding numpy arrays #25

Open
fazelkhaha opened this issue Apr 12, 2023 · 1 comment
Open

Question regarding numpy arrays #25

fazelkhaha opened this issue Apr 12, 2023 · 1 comment

Comments

@fazelkhaha
Copy link

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
Copy link
Owner

Hi @fazelkhaha , thanks!

  • the heatmap.npy is the ground truth for centerness, computed as described in the paper
  • the zones.npy is the mapping pixel -> object, you can check this issue for more details on the computation
  • the instances.npy contains the instance ids of each pixel of a patch. (each object gets a random instance_id and all the pixels of that object share this instance_id).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants