final project discussions - stanford universityweb.stanford.edu/class/cs148/pdf/final_project... ·...

94
Final Project Discussions CS148 Fall 2019

Upload: others

Post on 22-May-2020

4 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Final Project DiscussionsCS148 Fall 2019

Page 2: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Overview● Quick overview of how each CA evaluates images● Positive and negative examples from prior years● Today: Kevin, Amy, Yinchen● Thursday: Crystal, Fang-Yu, Jane, Lucas, Yilin

Page 3: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Reminder: Final Project Deliverables● Due 12/11 (12 PM PST)

1. Writeup2. Image3. Variant A4. Variant B

● Due 12/12 (12 PM PST): High quality render of #2

● Grading: images sorted into ten “buckets”

Page 4: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Stats from 2017● Bucket 10 -- 9 images -- A+● Bucket 9 -- 16 images -- A+● Bucket 8 -- 25 images -- A● Bucket 7 -- 22 images -- A-● Bucket 6 -- 16 images -- A-● Bucket 5 -- 15 images -- B+● Bucket 4 -- 9 images -- B● Bucket 3 -- 2 images -- B-● Bucket 2 -- 4 images -- B-● Bucket 1 -- 0 images -- N/A

Page 5: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Stats from 2018● Bucket 10 -- 11 images -- ● Bucket 9 -- 23 images -- (A+)● Bucket 8 -- 29 images -- ● Bucket 7 -- 30 images -- ● Bucket 6 -- 35 images -- (A)● Bucket 5 -- 24 images -- (A-)● Bucket 4 -- 15 images -- (B+)● Bucket 3 -- 14 images -- (B)● Bucket 2 -- 10 images -- ● Bucket 1 -- 2 images -- (B-)

Page 6: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Kevin’s Slides

Page 7: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

An Example Final Project Walkthrough

Page 8: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image
Page 9: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Scanline Rendering vs. RaytracedScanline Rendering Raytraced

Page 10: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Scanline Rendering vs. RaytracedScanline Rendering Raytraced

First, let’s examine the scanline rendering more up-close

Page 11: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image
Page 12: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Plane textured with a photo of water and normal map.

Page 13: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Generated with a loop using mostly the same objects.

Page 14: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Loaded-in mesh.

Page 15: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Background is an image textured onto a plane.

Page 16: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image
Page 17: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Point lights at each lantern, but no reflections or shadows.

Page 18: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Also would expect some reflection of the sky with all those stars.

Page 19: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Scanline Rendering vs. RaytracedScanline Rendering Raytraced

How to address the issues with the ray tracer functionality?

Page 20: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Reflections / Shadows

Page 21: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Note: Enabling reflections and shadows may cast shadows onto your background planes. This person appropriately edited the code to handle this.

Page 22: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Artistically, the diagonal placing is an improvement.

Page 23: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Scanline Rendering vs. RaytracedScanline Rendering Raytraced

Overall, nice result without needing to be too technical.

Page 24: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image
Page 25: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Mountain are hard to see and should have some light (tricky to implement)

Page 26: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Low Poly; Flat Shading

Page 27: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Brighter the further away?

Page 28: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Some More Technical Projects

Page 29: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image
Page 30: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Background image blurred + scaled in photoshop.

Page 31: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Objects mostly downloaded, except the mugs.

Page 32: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Implemented marble subsurface scattering using GPUGems.http://developer.download.nvidia.com/books/HTML/gpugems/gpugems_ch16.html

Page 33: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Simulated ceramic with transmissive objects.

Page 34: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Flat shading due to low poly.

Page 35: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Objects look too “perfect”

Page 36: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image
Page 37: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Transmissive

Page 38: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Large area lights for outdoors effect.

Page 39: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Refraction + Caustics with Photon Mapping

Page 40: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Depth of Field

Page 41: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

● Bifrost simulation in Maya to generate water mesh

● Made his own background texture using a combo of Maya and Photoshop

● Still implemented a few technical effects in the raytracer as well

● Transmissive shadow rays, area light attenuation, depth of field...

Page 42: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

A Last Note on (Artistic) Focus

Page 43: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image
Page 44: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image
Page 45: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Initial Idea Final Submission (Bucket 10)

Page 46: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Initial Submission (Bucket 5) Final Submission (Bucket 6)

Page 47: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image
Page 48: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image
Page 49: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Oh, one really final note...

Page 50: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Ron really likes cars!

Page 51: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Amy’s Slides

Page 52: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Amy Chen, Eric Huang

Page 53: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Amy Chen, Eric Huang

Wanted to create a surreal and futuristic scene

Chose colors, lighting, and composition to focus on ship in the foreground

Implemented depth of field

Page 54: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

What I will be looking for in an image:● Appears natural (no weird shadows, aliasing)● Errors are not immediately apparent● Coherent story to the image (objects “belong” together)● Good lighting, composition, and choices of colors in the scene.

Bonus points for:● Interesting premise● Effective use of technical extensions (depth of field, motion blur, etc)

Page 55: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

What I will be looking for in an image:● Appears natural (no weird shadows, aliasing)● Errors are not immediately apparent● Coherent story to the image (objects “belong” together)● Good lighting, composition, and choices of colors in the scene.

Bonus points for:● Interesting premise● Effective use of technical extensions (depth of field, motion blur, etc)

Page 56: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Lighting

Page 57: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Bad Lighting - No Shadows

Page 58: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Bad Lighting - Unrealistic Shadows

Page 59: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Bad Lighting - Too Dark

Page 60: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Good Lighting - Christmas Lights● We often encourage you to start with simple white lights; this is a very effective counterexample● Note the colors on the table, the picture frames, the red and green on the figure’s arms, etc.● Refraction in the glasses, reflection on the tabletop

Page 61: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Good Lighting - “Sunlight”

Page 62: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Some tips about Lighting

Having multiple point lights give a soft, dim scene. Feel free to add lights in any place in your scene.

Page 63: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

A strong area light usually is good for well lit scenes. And you can use another point light to fill up.

Reference: CS348 Assignment 1

Page 64: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

https://vimeo.com/63602119

Lighting can completely change the mood of your scene!

Page 65: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Composition

Page 66: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

“Model Clutter”● Individual models look good!● But they aren’t tied together into a

coherent image

Page 67: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Contrast with...● More models than in previous scene!● But their arrangement make sense; the

image tells a story

Page 68: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Rule of Thirds

Page 69: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Rule of Thirds

Page 70: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Frames

Page 71: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Triangles

Page 72: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Make sure the focus of the image is where you want it!

Page 73: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Make sure the focus of the image is where you want it!

Page 74: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Make sure the focus of the image is where you want it!

?

Page 75: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Color

Page 76: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image
Page 77: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image
Page 78: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image
Page 79: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

https://color.adobe.com/create/color-wheel/

https://www.tigercolor.com/color-lab/color-theory/color-harmonies.htm

Tools for Choosing Colors

Page 80: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Yinchen’s Slides

Page 81: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Walk through my project last year

Page 82: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Part 1. Mountain1.1 From Heightmap to Geometry

- Import into geometry (Maya, Blender, and Unity3d all have supporting tools)

- Smooth the surface(Some import tools would claim the height for places not covered by the heightmap are zero)

- Export the obj file for future usage.

Page 83: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Part 1. Mountain1.2 Bind some materials

Fetch some textures of snowy ground / mountain.We are not super strict about where should be snow and where should be dirt, so no uv-mapping is needed! (but randomized texture preferred)

Page 84: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Part 2. SkydomeSimilar to Skybox but easier to handle and better performance.

Hemisphere geometry + Holographic image texture

Page 85: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

It was in bucket 6, so what can we improve?

Page 86: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

- Improper resolution for the road. Bricks are blurry.

- Illuminating background with no proper light sources is not so realistic

- Composition is not emphasizing any part (I missed the project instruction lecture last year)

Page 87: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Images I really love but rank average

Bucket 6

Maybe because:

- lighting is too dark

- A chunk of bright color around the roof

Page 88: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Bucket 6

Maybe because:

- model and sphere in the scene has noise

- Lighting is too dark

Page 89: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Bucket 7

- Hard Shadow in open scenario

- Transparency can be higher

Page 90: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Miscellaneous Tips

- Arrange the context of the scenes to show the best visual effects. (Similar structure and contents but scores are 9 vs 7)- In the second image, glowing background conflicts with the light source on the table.

Page 91: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

- Arrange the color wisely. It can influence a lot of region in the image. (9 vs 6)

Page 92: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

- Don’t struggle too much on technical parts that are not your emphasized part. (10)

Page 93: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

Final tip: It’s hard to please all. When you hesitate, just follow your own preference rather than guessing what others would prefer.

Page 94: Final Project Discussions - Stanford Universityweb.stanford.edu/class/cs148/pdf/Final_Project... · Reminder: Final Project Deliverables Due 12/11 (12 PM PST) 1. Writeup 2. Image

That’s it for today!