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

Deprecate use of SelectSegBinaryLayer #2

Open
williford opened this issue Oct 18, 2016 · 1 comment
Open

Deprecate use of SelectSegBinaryLayer #2

williford opened this issue Oct 18, 2016 · 1 comment

Comments

@williford
Copy link
Owner

Create examples with using multiple inputs, without relying on SelectSegBinaryLayer and encourage the use of this layer.

BVLC#4850

@williford
Copy link
Owner Author

In order to replace the functionality of SelectSegBinaryLayer (around line 339 in the cpp file), it would be helpful to have a "Lookup layer", that uses a lookup vector (most likely a one-hot encoded vector) to convert the labels of a segmentation map (for example, 10 labels of PASCAL VOC into either Foreground or Background, depending on which segmentation classes are currently "active").

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

1 participant