The Wayback Machine - https://web.archive.org/web/20200618170936/https://github.com/topics/keras-models
Skip to content
#

keras-models

Here are 201 public repositories matching this topic...

captainst
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

jkllbn2563
jkllbn2563 commented Dec 1, 2018

for i, img in enumerate(images):
# 產生有框的 output files
create_overlay(img, results[i], voc_classes,
output_directory+"/{}.png".format(basename(os.path.splitext(imagesList[i])[0])))

TypeError Traceback (most recent call last)
in ()
29 # 產生有框的 output files
30 create_overlay

Improve this page

Add a description, image, and links to the keras-models topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the keras-models topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.