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

a small typo issue in binary segmentation (camvid) ipynb example #227

Open
captainst opened this issue Oct 15, 2019 · 1 comment
Open

a small typo issue in binary segmentation (camvid) ipynb example #227

captainst opened this issue Oct 15, 2019 · 1 comment

Comments

@captainst
Copy link

captainst commented Oct 15, 2019

In file binary segmentation (camvid).ipynb, block 5, there is:

# Lets look at data we have
dataset = Dataset(x_train_dir, y_train_dir, classes=['car', 'pedestrian'])
image, mask = dataset[5] # get some sample
visualize(
    image=image, 
    cars_mask=mask[..., 0].squeeze(),
    sky_mask=mask[..., 1].squeeze(),
    background_mask=mask[..., 2].squeeze(),
)

here, sky_mask should be pedestrain. I was first a bit confused to see the title on plot shown as "sky_mask" while the mask shows pedestrain.

Excellant work man and many thanks !

@qubvel
Copy link
Owner

qubvel commented Oct 22, 2019

Thanks, will fix it

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

2 participants