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

Allow custom semantic segmentation tags #1587

Open
nsubiron opened this issue Apr 29, 2019 · 2 comments
Open

Allow custom semantic segmentation tags #1587

nsubiron opened this issue Apr 29, 2019 · 2 comments
Assignees
Labels
backlog c++ Requires changing C++ code feature request

Comments

@nsubiron
Copy link
Collaborator

Our current semantic segmentation tags are limited to 12 classes. The system works by checking the file path of every mesh, and if the 3rd folder matches the name of one of our tags we tag it.

It would be nice if this was based on some config file (JSON?) that it's loaded at runtime, perhaps using regular expressions to match the path and filename.

@germanros1987
Copy link
Member

@marcgpuig do we have a limitation of 12 classes? My understanding is that we could have an arbitrary number of classes. Could you please confirm?

@marcgpuig
Copy link
Contributor

@germanros1987 no, we support a total of 255 possible classes limited by UE4. However, these classes are limited in compile time, so no more classes can be created nor modified from the PythonAPI, and I think this is what the issue is referring to.

@germanros1987 germanros1987 assigned Axel1092 and unassigned marcgpuig Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog c++ Requires changing C++ code feature request
4 participants