GithubHelp home page GithubHelp logo

stanfordvl / cs131_release Goto Github PK

View Code? Open in Web Editor NEW
441.0 441.0 332.0 67.35 MB

Released assignments for the Stanford's CS131 course on Computer Vision.

Home Page: http://cs131.stanford.edu

License: Other

Jupyter Notebook 97.58% Python 2.42% Shell 0.01%

cs131_release's People

Contributors

adriengaidon-tri avatar alinachou avatar anarcomey avatar anshkhurana avatar brentyi avatar dependabot[bot] avatar leobxpan avatar maximevo avatar mjrnguyen avatar mrlsdvd avatar nguyenjd22 avatar niebles avatar omoindrot avatar pranavu avatar qucarolyn avatar ranjaykrishna avatar sashahar avatar shoarora avatar shubhangdesai avatar tessrinaldo avatar wxy1224 avatar yinanyz avatar yvonne0413 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cs131_release's Issues

CS131 Feedback Project 2

  • the autograder tests often report false is not true - would be helpful to have more meaningful feedback in autograder tests (ie. providing the computed output compared to the reference output)

2020 Homework 5 Forward Energy Error

I've been doing these exercises on my own but couldn't get the test code with the 3x3 matrix in the forward energy part of the problem set to pass. Upon closer inspection, it looks like the forward energy may be computed with the difference in energy, not the difference in image intensity as the lecture notes say it should be. Am I wrong in my understanding of how this is supposed to work? For instance I expect the solution cost for the middle value of the 3x3 test matrix to be the minimum of 2.5+0.5=3, 0.5+0.5+0.5=1.5, 3+0.5+1=4.5 for vertical, left and right seams, which is 1.5 yet the solution cost claims it to be 2. The only way I can get 2 for this cost is if I compute the new introduced energy as the difference in energy, not the difference in pixel intensity. I can make a PR for it if I'm not mistaken here, although I also don't really know what the boundary conditions are supposed to be in this case.

CS131 Project 1 Feedback from Win2024

  • Many students having issues in RANSAC that don’t appear until the stitch multiple images step, add a clearer sanity check on RANSAC, (ie. Printing out the keypoint values or H values), or give students some form of better intuition for debugging the question.

  • Do the same on split_multiple_images (sanity check the H values and the composite matrix shape before having them move on to the next step(s))

  • 1.2 (b) is unclear after removing the proof above from last year (show that $(K^{-1}v_i)^\top(K^{-1}v_j) = 0, \text{for each } i \neq j.$). I'd recommend putting this after 1.3 (c) or removing the question completely

HW2 Question

Quick question on the HW2 problems from Section 1.3 on Non-maximum suppression.

Everything so far makes sense except for the second step of the algorithm:

  1. Compare the edge strength of the current pixel with the edge strength of the pixel in the positive and negative gradient directions. For example, if the gradient direction is south (theta=90), compare with the pixels to the north and south.

What I'm not understanding is when theta=90, why is the gradient direction south and not north? It seems as though theta is being measured clockwise from the positive x-axis. Why?

hw3_release Extra Credit: Stitching Multiple Images?

Hello, I am a beginner. In hw3_release Extra Credit: Stitching Multiple Images, I don't know how to do.
The problem said given a sequence of m images, then stitch an ordered chain of images. I want to take the first and second images then stitch together, formed a new images, then stitch together the third images. But it is too complex and maybe have some simple ways.
I notice that you haven't do this problem, if you have any idea, please complete the code. I am a beginner, it is too hard for me. Thank you so much.

question about Harris Detector

symmetric

The above slide comes from lecture-06.
I assume the eigenvectors determine the change direction, but what lamda^(-0.5) mean while lamda is eigenvalues?
any sugguestion is welcomed
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.