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

Segmentation Relabeling #73

Closed
twongjirad opened this issue Aug 23, 2016 · 2 comments
Closed

Segmentation Relabeling #73

twongjirad opened this issue Aug 23, 2016 · 2 comments
Assignees

Comments

@twongjirad
Copy link
Member

For the near future, we might want to relabel semantic segmentation label images so that individual particles can be relabeled with more inclusive categories.

Specific example is to provide the same label for "MIP tracks" which include muon and charged pions. Similarly, label "shower tracks" for electrons, gammas, and pi-zeros.

Would be good to have a model that can redo this labeling.

@twongjirad
Copy link
Member Author

Added in #74.

@drinkingkazu
Copy link

For training purpose, this is already possible with SegFiller on the fly w/o making a new file.
When we train single particles, we combine Pi0=>Gamma, Kaon=>Pion, etc.
Another thing SegFiller is useful for is that it can re-label on the fly w/ 0-indexing labels instead of using enum values, so it is a natural translation to how it's used by caffe for instance.
Training for MIP/HIP/Shower segmentation is tried out using SegFiller indeed!

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

No branches or pull requests

2 participants