Skip to content

Camvid multiclass segmentation to single class implementation #502

Answered by Shawn94
Shawn94 asked this question in Q&A
Discussion options

You must be logged in to vote

I`ve found out the solution to this problem:

  1. You will need to expand dims to 1 of your mask images (512,640,1)
  2. Normalize your mask image values. Normally in a single class, the values are either 255 or 0, so you should change it to 1 and 0, respectively.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Shawn94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant