Abhishek Madan

Results 66 comments of Abhishek Madan

Hmm, this is really strange. I think your best bet at this point (if you haven't tried this already) is to look through cmake's logs and see if you can...

The `f` is used when determining the step size in the [line search](https://github.com/alecjacobson/computer-graphics-kinematics#line-search). The heuristic we're using here is that we want each gradient descent step to decrease `f`, so...

That's the only way to check unfortunately. That being said, if your output looks right, it's highly unlikely you will receive a bad grade, so I wouldn't worry about it...

The purpose of `T_i` is to transform a rest bone into its current pose by computing `T_i * b_rest`, taking into account the rotation at the bone _as well as...

Yes, this has been fixed upstream already. Please pull to get the changes.

Oh wait this is the a7 repo...we only fixed this for a4. Thanks for letting me know, I'll go through the remaining assignment repos and fix any lurking compile errors.

On second thought, please hold off on starting future assignments (like this one) for now. We're slightly changing them from last year, so we'll go through them and apply fixes...

Yes, either method works.

The metadata describing the variant, dimensions, and channel depth is at the beginning of the file. We recommend you use the text-based variants of PPM (i.e., not P6), to make...

You'll start seeing results on the skeleton once you implement Catmull-Rom interpolation.