Skip to content

Conversation

MGAMZ
Copy link
Contributor

@MGAMZ MGAMZ commented Aug 8, 2024

Motivation

The current implementation do not work correctly when num_classes is larger than 16. Because the gt seg map was forced to uint8 dtype.

Modification

Let gt seg map being np.uint32, rather than uint8 for no reason. The function works fine after the modification.

The current implementation do not work correctly when num_classes is larger than 16. Because the gt seg map was forced to uint8 dtype.
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

Successfully merging this pull request may close these issues.

1 participant