Skip to content
#

segmentation

Here are 1,251 public repositories matching this topic...

albumentations
akinsella
akinsella commented Apr 4, 2019

Hello,

On Ubuntu 16.04, the code of tutorial imagenet-example-2.md cannot compile without adding the following line in CMakeLists.txt:

add_compile_options(-std=c++11)

When the previous line is not added, I get the following output:

-- Configuring done
-- Generating done
-- Build files have been written to: /home/akinsella/Workspace/Projects/Jetson/my-recognition
[
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

daniel-j-h
daniel-j-h commented Jun 10, 2018

When generating lists of tile ids covering geometries we are seeing a difference between the tile-cover and the rs cover generated tile ids. For the same geometries:

wc -l /tmp/tile-cover.tiles
116230 /tmp/tile-cover.tiles

wc -l /tmp/rs-cover.tiles 
115248 /tmp/rs-cover.tiles

Our rs cover tool does not include 982 tiles the `ti

Improve this page

Add a description, image, and links to the segmentation 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 segmentation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.