The Basics about Bundle Adjustment (Cyrill Stachniss)

Ғылым және технология

The Basics about Bundle Adjustment
Cyrill Stachniss, Fall 2020
This is Part 1 on a lecture on Bundle Adjustment, see Part 2 here: • The Numerics of Bundle...

Пікірлер: 40

  • @LeviAckerman99999
    @LeviAckerman99999 Жыл бұрын

    A saviour video for my PhD study, cannot imagine there can be such a nice professor who is willing to devote so much effort and time to make everything so clear for free!

  • @CyrillStachniss

    @CyrillStachniss

    Жыл бұрын

    Thanks, I am happy to hear that my material is useful!

  • @avnishpanwar9502

    @avnishpanwar9502

    8 ай бұрын

    What phd are you pursuing? Myself doing a phd on 3d computer vision Slam

  • @vr4782

    @vr4782

    4 ай бұрын

    Totally agree

  • @geethanarayanan2896
    @geethanarayanan289625 күн бұрын

    Too good - I wish I had studied your videos 10 years ago when I was starting out. Somehow, the books don't give an intuitive picture making this a much more difficult area to approach than it should be. Prof. Stachniss, you should write a book with some good pen and paper and programming exercises. Forstner is probably the best right now. (I work in self driving cars, on BEV modelling, and LOVE this subject).

  • @adriennewinter9949
    @adriennewinter99492 жыл бұрын

    Thank you so much for your content! My whole postgraduate research lab are huge fans of yours. You're getting us all through our dissertation-only Masters. Thank you Prof. Stachniss

  • @CyrillStachniss

    @CyrillStachniss

    2 жыл бұрын

    Thanks 😁

  • @borninmountains
    @borninmountains5 ай бұрын

    thank you so much Cyrill for this course, If and only I will pass my computer vision exams will be just because of you.

  • @CyrillStachniss

    @CyrillStachniss

    2 ай бұрын

    Thanks!

  • @BERNARDIN_1986
    @BERNARDIN_198611 ай бұрын

    The best video I have ever seen in this topic, Epic. Thanks for sharing.

  • @thetomer9786
    @thetomer97863 жыл бұрын

    Thanks for the great lectures Cyrill!

  • @LukeSchoen
    @LukeSchoen3 жыл бұрын

    Great Stuff! these videos are golden!

  • @Henqi
    @Henqi2 жыл бұрын

    Thank you for the lecture Cyrill!

  • @rachel2046
    @rachel2046 Жыл бұрын

    Great lecture. Really helped me understand bundle adjustment.

  • @vr4782
    @vr47824 ай бұрын

    Thank you so much for your generosity. God bless you. All your videos are Really gold. Wow wow wow

  • @CyrillStachniss

    @CyrillStachniss

    2 ай бұрын

    Glad you like them!

  • @yunmeihuang909
    @yunmeihuang909 Жыл бұрын

    Thank you! So great courses!

  • @middleburyremotesensing3639
    @middleburyremotesensing3639 Жыл бұрын

    Thanks for this very clear and careful video. Super helpful!!

  • @ruanjacobusvanbreda898
    @ruanjacobusvanbreda8982 жыл бұрын

    Thank you for the great content Mr Stachniss. It really helps to clarify and make this knowledge more accessible. You deserve a million subscribers at least.

  • @CyrillStachniss

    @CyrillStachniss

    2 жыл бұрын

    Thanks!

  • @antun008

    @antun008

    2 жыл бұрын

    ... at least squaresxD

  • @underlecht
    @underlecht2 жыл бұрын

    Best videos on topic. Thank you.

  • @CyrillStachniss

    @CyrillStachniss

    2 жыл бұрын

    Thanks a lot

  • @yuchengluo3747
    @yuchengluo37473 жыл бұрын

    thx a lot for your work !!!

  • @ahmadmaryanto5307
    @ahmadmaryanto53072 жыл бұрын

    thaks very much Prof.

  • @JW-kl2wd
    @JW-kl2wd3 жыл бұрын

    Thanks for the great video

  • @tyoung96
    @tyoung962 жыл бұрын

    Thanks for your great leacture! I have some question. In 1:02:15, What kind of variables when you mentioned variance factor? Does it include all kinds of unknown parameters? Thanks,

  • @muhammadsarimmehdi
    @muhammadsarimmehdi2 жыл бұрын

    28:10 how did you set up that system? Seems like a huge leap from the previous slide to this one

  • @muhammadsarimmehdi
    @muhammadsarimmehdi2 жыл бұрын

    how do you find the control points when you are doing visual inertial SLAM?

  • @sujandhali2483
    @sujandhali24832 жыл бұрын

    How can we do autonomous navigation in orb slam

  • @xiaoda4923
    @xiaoda49232 жыл бұрын

    Hi, thanks for the video! It is a very well explained lecture. Would it be possible for you to share the slides?

  • @CyrillStachniss

    @CyrillStachniss

    2 жыл бұрын

    Sure, see the teaching website of my lab www.ipb.uni-bonn.de

  • @poojakabra1479
    @poojakabra14792 жыл бұрын

    Can someone explain how we get 10M scale parameters, I thought scale factor would be defined for a camera pair and not be different for every point in the pair of images..

  • @mateuszwyszynski4331

    @mateuszwyszynski4331

    Жыл бұрын

    I think it is because we are using homogeneous coordinates. For each 3D point you get only a homogeneous representation after applying projection. The scale in this homogeneous representation (the z coordinate) can be (and I guess usually will be) different for each point. Hence the scale parameter lambda varies across points

  • @juliocastanoamoros6497
    @juliocastanoamoros64973 жыл бұрын

    Hi, I wanted to ask you something about the scale factor. You avoid using this factor when you move from homogeneous world to euclidean world. Afterwards, you say the result of bundle adjustment does not contain any information about absolute scale. I wonder if this happens because of the change from homogeneous to euclidean world. Thank very much in advance for this amazing work!

  • @mav45678

    @mav45678

    3 жыл бұрын

    The answer is no - these are two different (unrelated) scales. Even if you do BA in homogenous coords (i.e. do not get rid of lambdas), you will not be able to recover the absolute scale of the object in the world.

  • @juliocastanoamoros6497

    @juliocastanoamoros6497

    3 жыл бұрын

    @@mav45678 Ok, thank u so much!

  • @444haluk
    @444haluk3 жыл бұрын

    It's a crime that you are watched by thousands and not by hunred of thousands.

  • @CyrillStachniss

    @CyrillStachniss

    3 жыл бұрын

    Thanks

  • @aadi7448

    @aadi7448

    3 жыл бұрын

    Seriously. This is gold. Helps me revisit and consolidate things I learned in grad school.

Келесі