CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos...

75
CS395T Lecture 14: Multi-View Stereo Qixing Huang Oct. 17 th 2018 Slide Credit: Yasutaka Furukawa

Transcript of CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos...

Page 1: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

CS395T Lecture 14: Multi-View Stereo

Qixing Huang

Oct. 17th 2018

Slide Credit: Yasutaka Furukawa

Page 2: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Image-Based Geometry Reconstruction Pipeline

Page 3: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Last Lecture: Multi-View SFM

Multi-View SFM

Page 4: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

This Lecture: Multi-View Stereo

Multi-View Stereo

Page 5: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Multi-view Stereo for Visual Effects

Page 6: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Input Images

Page 7: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Volumetric Stereo

Space Carving

Multi-Baseline Stereo

Page 8: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Volumetric Stereo

Scene Volume

V

Input Images

(Calibrated)

Goal: Determine occupancy, “color” of points in V

Page 9: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Discrete formulation: Voxel Coloring

Discretized

Scene Volume

Input Images

(Calibrated)

Goal: Assign RGBA values to voxels in Vphoto-consistent with images

Page 10: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Voxel Coloring Solutions

1. C=2 (shape from silhouettes)

• Volume intersection [Baumgart 1974]

2. C unconstrained, viewpoint constraints

• Voxel coloring algorithm [Seitz & Dyer 97]

3. General Case

• Space carving [Kutulakos & Seitz 98]

Page 11: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Reconstruction from Silhouettes (C = 2)

Binary Images

Approach:

• Backproject each silhouette

• Intersect backprojected volumes

Page 12: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Volume Intersection

Reconstruction Contains the True Scene

• In the limit (all views) get convex hull

Page 13: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Voxel Algorithm for Volume Intersection

Color voxel black if on silhouette in every image

Page 14: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Properties of Volume Intersection

• Pros– Easy to implement, fast

– Accelerated via octrees [Szeliski 1993] or interval

techniques [Matusik 2000]

• Cons– No concavities

– Reconstruction is not photo-consistent

– Requires identification of silhouettes

Page 15: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Voxel Coloring Solutions

1. C=2 (shape from silhouettes)

• Volume intersection [Baumgart 1974]

2. C unconstrained, viewpoint constraints

• Voxel coloring algorithm [Seitz & Dyer 97]

3. General Case

• Space carving [Kutulakos & Seitz 98]

Page 16: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Voxel Coloring Approach

Page 17: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Voxel Coloring Approach

1. Choose voxel

Page 18: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Voxel Coloring Approach

1. Choose voxel

2. Project and correlate

Page 19: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Voxel Coloring Approach

1. Choose voxel

2. Project and correlate

3. Discard if inconsistent

Page 20: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Voxel Coloring Approach

1. Choose voxel

2. Project and correlate

3. Color if consistent(standard deviation of pixel

colors below threshold)

Page 21: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Voxel Coloring Approach

1. Choose voxel

2. Project and correlate

3. Color if consistent(standard deviation of pixel

colors below threshold)

Visibility Problem: in which images is each voxel

visible?

Page 22: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Depth Ordering: Visit Occluders First!

Layers

Scene

Traversal

Page 23: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Calibrated Image Acquisition

Calibrated Turntable

360° rotation (21 images)

Selected Dinosaur Images

Selected Flower Images

Page 24: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Voxel Coloring Results

Dinosaur Reconstruction72 K voxels colored7.6 M voxels tested7 min. to compute on a 250MHz SGI

Flower Reconstruction70 K voxels colored7.6 M voxels tested7 min. to compute on a 250MHz SGI

Page 25: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Space Carving Results: African Violet

Input Image (1 of 45) Reconstruction

ReconstructionReconstruction Source: S. Seitz

Page 26: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Improvements

Unconstrained camera viewpoints• Space carving [Kutulakos & Seitz 98]

Evolving a surface• Level sets [Faugeras & Keriven 98]

• More recent work by Pons et al.

Global optimization• Graph cut approaches

> [Kolmogoriv & Zabih, ECCV 2002]

> [Vogiatzis et al., PAMI 2007]

Modeling shiny (and other reflective) surfaces• e.g., Zickler et al., Helmholtz Stereopsis

Page 27: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Binocular Stereo

Page 28: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Binocular Stereo

• Given a calibrated binocular stereo pair, fuse it to produce a depth image

image 1 image 2

Dense depth map

Page 29: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Basic Stereo Matching Algorithm

• For each pixel in the first image– Find corresponding epipolar line in the right image– Examine all pixels on the epipolar line and pick the best match– Triangulate the matches to get depth information

• Simplest case: epipolar lines are corresponding scanlines– When does this happen?

Page 30: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Basic stereo matching algorithm

• For each pixel in the first image– Find corresponding epipolar line in the right image

– Examine all pixels on the epipolar line and pick the best match

– Triangulate the matches to get depth information

• Simplest case: epipolar lines are corresponding scanlines– When does this happen?

Page 31: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Simplest Case: Parallel Images

• Image planes of cameras are parallel to each other and to the baseline

• Camera centers are at same height

• Focal lengths are the same

• Then, epipolar lines fall along the horizontal scan lines of the images

Page 32: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Depth from Disparity

f

x x’

BaselineB

z

O O’

X

f

Disparity is inversely proportional to depth!

Page 33: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Stereo Image Rectification

Page 34: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Stereo Image Rectification

• reproject image planes onto a common• plane parallel to the line between optical centers• pixel motion is horizontal after this transformation• two homographies (3x3 transform), one for each input image

reprojection➢C. Loop and Z. Zhang. Computing Rectifying Homographies for Stereo Vision. IEEE

Conf. Computer Vision and Pattern Recognition, 1999.

Page 35: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Rectification Example

Page 36: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Matching cost

disparity

Left Right

scanline

Correspondence search

• Slide a window along the right scanline and compare contents of that window with the reference window in the left image

• Matching cost: SSD or normalized correlation

Page 37: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Left Right

scanline

Correspondence search

SSD

Page 38: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Left Right

scanline

Correspondence search

Norm. corr

Page 39: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Effect of window size

–Smaller window+ More detail

– More noise

–Larger window+ Smoother disparity maps

– Less detail

W = 3 W = 20

Page 40: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Results with window search

Window-based matching Ground truth

Data

Page 41: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Non-local constraints

• Uniqueness – For any point in one image, there should be at most one matching

point in the other image

Page 42: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Non-local constraints

• Uniqueness – For any point in one image, there should be at most one matching point in

the other image

• Ordering– Corresponding points should be in the same order in both views

Page 43: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Non-local constraints

• Uniqueness – For any point in one image, there should be at most one matching point in

the other image

• Ordering– Corresponding points should be in the same order in both views

Ordering constraint doesn’t hold

Page 44: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Consistency Constraints

• Uniqueness – For any point in one image, there should be at most one matching point in

the other image

• Ordering– Corresponding points should be in the same order in both views

• Smoothness– We expect disparity values to change slowly (for the most part)

MRF Formulation:

Pixel matching score Consistency Scores

Page 45: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Comparsion

Window-BasedSearch:

Graph Cut: Ground Truth

Page 46: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Stereo matching as energy minimization

I1I2 D

• Graph-cuts can be used to minimize such energyY. Boykov, O. Veksler, and R. Zabih, Fast Approximate Energy Minimization via Graph Cuts, PAMI 2001

Page 47: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Active stereo with structured light

• Project “structured” light patterns onto the object– Simplifies the correspondence problem

– Allows us to use only one camera

camera

projector

L. Zhang, B. Curless, and S. M. Seitz. Rapid Shape Acquisition Using Color Structured Light and Multi-pass Dynamic Programming. 3DPVT 2002

Page 48: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Kinect: Structured infrared light

http://bbzippo.wordpress.com/2010/11/28/kinect-in-infrared/

Page 49: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Multi-Baseline Stereo

Page 50: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Same formulation with more images

• Change label from disparity to depth

• Change Ed(d) by using more images

...

Page 51: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Same formulation with more images

• Change label from disparity to depth

• Change Ed(d) by using more images

Page 52: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Same formulation with more images

• Change label from disparity to depth

• Change Ed(d) by using more images

...

Page 53: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Same formulation with more images

• Change label from disparity to depth

• Change Ed(d) by using more images

... ... ...

Cost of assigning this depthcomes from

Page 54: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Stereo: Basic Idea

error

depth

Page 55: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Multiple-Baseline Stereo Results

I1 I2 I10

[Okutomi and Kanade’ 93]

Page 56: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Mesh Reconstruction

Page 57: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Merging Depth Maps

vrip [Curless and Levoy 1996]

• compute weighted average of depth maps

set of depth maps(one per view)

merged surfacemesh

Page 58: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

VRIP

depth map 1 depth map 2 combination

signed

distance

function

isosurface

extraction

Page 59: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Depthmap Merging

59

Depthmap 1 Depthmap 2

Page 60: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Merging Depth Maps: Temple Model

16 images (ring)47 images (ring)317 images

(hemisphere)input image ground truth model

[Goesele et al. 06]

Page 61: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

State-of-The-Art

Page 62: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Multi-View Stereo from Internet Collections

[Goesele et al. 07]

Page 63: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Challenges

• Appearance variation

• Resolution

• Massive collections

82754 results for photos matching notre and dame and paris

Page 64: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

206 Flickr images taken by 92 photographers

Law of Nearest Neighbors

Page 65: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Local view selection• Automatically select neighboring views for each point in the image

• Desiderata: good matches AND good baselines

4 best neighboring views

reference view

Page 66: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Local view selection• Automatically select neighboring views for each point in the image

• Desiderata: good matches AND good baselines

4 best neighboring views

reference view

Page 67: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Local view selection• Automatically select neighboring views for each point in the image

• Desiderata: good matches AND good baselines

4 best neighboring views

reference view

Page 68: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Notre Dame de Paris

653 images

313 photographers

Page 69: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law
Page 70: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

129 Flickr images taken by 98 photographers

Page 71: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

merged model of Venus de Milo

Page 72: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

56 Flickr images taken by 8 photographers

Page 73: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

merged model of Pisa Cathedral

Page 74: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

Accuracy compared to laser scanned model:

90% of points within 0.25% of ground truth

Page 75: CS395T Lecture 14: Multi-View Stereohuangqx/2018_CS395_Lecture_14.pdf · 82754 results for photos matching notre and dame and paris. 206 Flickr images taken by 92 photographers Law

How can Deep Learning Help?