Histograms of Oriented Gradients (HOG)

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ธ.ค. 2024

ความคิดเห็น • 45

  • @lengua79
    @lengua79 11 ปีที่แล้ว +2

    I checked this video after reading the Dalal and Triggs paper and everything became clearer. Great post. Thanks a lot.

  • @tnmyk_
    @tnmyk_ 3 ปีที่แล้ว +1

    How are the HOG feature vectors visualized at 10:08? what exactly is being plotted to visualize the features?

  • @ucthanhnguyen632
    @ucthanhnguyen632 4 ปีที่แล้ว +2

    Thank you so much professor, I am looking for the answer for the re sample image for using HOG and found it. 14:05

  • @thangnguyen1677
    @thangnguyen1677 7 ปีที่แล้ว +6

    I have a question . Image has 105 blocks and each block has 9 bins. But the features dimension is 105*4*9 so what does 4 stand for ?

    • @saibhargavavula8881
      @saibhargavavula8881 7 ปีที่แล้ว +8

      each block is 2*2 cells(4) , each cell has 9 bins...

    • @thangnguyen1677
      @thangnguyen1677 7 ปีที่แล้ว

      Sai Bhargav Avula oh thanks so much. it's clear for me now

    • @aleksandarjovanovic9080
      @aleksandarjovanovic9080 7 ปีที่แล้ว +1

      Ok, so the histograms are calculated per cell or per block? I'm missing something at this point... Because if they are calculated at cell level, then we use the blocks only to define cells?

    • @hakimalwerfally5756
      @hakimalwerfally5756 7 ปีที่แล้ว +1

      In each cell , the histogram will be
      calculated.

    • @DineshKumar-qd6ie
      @DineshKumar-qd6ie 5 ปีที่แล้ว

      @@saibhargavavula8881 but no. of cells =16*8=128
      And each cell has 9bins. So shouldn't it be 128*9=1152

  • @hansamaldharmananda9605
    @hansamaldharmananda9605 4 ปีที่แล้ว

    Thank you, professor, I was also searching how that HOG was implemented, and now the idea is clear. Thank you very much, sir.

    • @anderszion9389
      @anderszion9389 3 ปีที่แล้ว

      I guess it's kinda off topic but do anyone know of a good website to watch newly released series online?

    • @jamesonjaden9776
      @jamesonjaden9776 3 ปีที่แล้ว

      @Anders Zion I dunno lately I've been using Flixportal. just search on google after it =) -jameson

    • @anderszion9389
      @anderszion9389 3 ปีที่แล้ว

      @Jameson Jaden Thank you, signed up and it seems like they got a lot of movies there :) Appreciate it!!

    • @jamesonjaden9776
      @jamesonjaden9776 3 ปีที่แล้ว

      @Anders Zion You are welcome =)

  • @edneal5712
    @edneal5712 6 ปีที่แล้ว

    How can we make a HOG descriptor out of binary image(black and white image) where the value just 1 or 0. Because in the paper that i am using right now it using the HOG method to make a feature vector out of a sketch binary image.

  • @mustafabayraktar3787
    @mustafabayraktar3787 10 ปีที่แล้ว +1

    so then, is the unit of matlab output of extractHOGfeatures command of in radian? if this descriptor spits out dominant direction, right?

  • @searinox16
    @searinox16 9 ปีที่แล้ว +3

    After the normalization of the blocks what happens to the four different histograms of the same cell?

  • @karelgtr
    @karelgtr 7 ปีที่แล้ว

    Minute 6:33, why did he exchange the ratios? 1/4 Should be related to Bin 90 and 3/4 should be related to Bin 70. Right?

    • @saibhargavavula8881
      @saibhargavavula8881 7 ปีที่แล้ว +1

      NO.. here our consideration is 85 degrees .. and its distance from 70 is 15 degrees which means its chances of getting added to that bin is less(hence 1/4 as per calc.) where as for 90 , distance is just 5 so its chances are more to enter that bin(hence 3/4 ).. Hope you got the point

  • @aaborkar
    @aaborkar 10 ปีที่แล้ว +1

    There seems to be redundant data during concatenation. E.g. if you have cells
    1 2 3 4 5
    6 7 8 9 10
    Block 1 contains 1,2,6,7 and Block 2 contains 2,3,7,8 and so on. And after concatinating the histograms, we will get a vector that is something like this
    H1,H2,H6,H7,H2,H3,H7,H8.... This histograms from cell 2 and 7 are repeated in the vector. Same will apply for many other cells. Technically, just concatenating the histograms of the cells should suffice? H1 H2 H3 H4 .... or any particular order
    Unless there is some hidden significance of this the feature vector seems to be longer than needed. Am I missing something?

    • @davidgol5151
      @davidgol5151 9 ปีที่แล้ว +2

      Amol Borkar The trick is in the normalization

    • @clickle23
      @clickle23 6 ปีที่แล้ว

      "In fact, we typically overlap the blocks so that each scalar cell response contributes several components to the final descriptor vector, each normalized with respect to a different block. This may seem redundant but good normalization is critical and including overlap signicantly improves the performance." What the hell does "each normalized w.r.t. a different block" mean?

  • @kajapraneetha2885
    @kajapraneetha2885 6 ปีที่แล้ว

    how does the numtiple human detection in a single frame using hog ?

  • @rabicode
    @rabicode 2 ปีที่แล้ว

    Can you tell how to analysis the performance ratio?

  • @martinjensen8587
    @martinjensen8587 7 ปีที่แล้ว

    How does orientation binning work for 0-180 degrees? How does he account of the rest of the gradient orientations? I know that it might be signed -180 to 180, but how doesn't he make the histogram from -180 to 180 then?

    • @clickle23
      @clickle23 6 ปีที่แล้ว

      The bins are made unsigned since (I guess) the HOG is basically an histogram distribution over EDGEs and edges are sign insensitive.

  • @sepidfi5117
    @sepidfi5117 7 ปีที่แล้ว

    who can give me a numerical examples about HOG descriptor? I need it

  • @beattyoi1
    @beattyoi1 11 ปีที่แล้ว +1

    Excellent Description

  • @manub.n6223
    @manub.n6223 8 ปีที่แล้ว +3

    Thanu you Dr. Shah

  • @shahzaibhayatkhan
    @shahzaibhayatkhan 9 ปีที่แล้ว +1

    Thank you sir. you delivered it well #UserFromPakistan

  • @mochamadyusufsolihin6253
    @mochamadyusufsolihin6253 5 ปีที่แล้ว

    does anyone know what's the deficiency of HOG feature

  • @F1mus
    @F1mus 11 ปีที่แล้ว +1

    great description thanks

  • @AnAn-ru4ky
    @AnAn-ru4ky 8 ปีที่แล้ว

    Thank you but I have 2 questions for this issue that i dont understand clearly:
    2. After using HOG, we will get a feature vector for input image matrix, right?
    2. I think we must prove this method by matrix, i mean input matrix, so with HOG, where is matrix of image?

  • @desicallrecording1638
    @desicallrecording1638 6 ปีที่แล้ว +1

    Happy holi and dhuladi

  • @WahranRai
    @WahranRai 6 ปีที่แล้ว +15

    Why not illustrate the hog calculation with one exemple, in order to see what is magnitude vote etc.... It is too much bla bla !!!

  • @havayastik
    @havayastik 11 ปีที่แล้ว

    it is cropped

  • @akshitajadhav715
    @akshitajadhav715 5 ปีที่แล้ว

    Got clear as compare to SIFT

  • @ArturoDezaPeru
    @ArturoDezaPeru 10 ปีที่แล้ว +7

    #boss

  • @yufu3268
    @yufu3268 10 ปีที่แล้ว

    thanks professor

  • @HinduNationalist2
    @HinduNationalist2 8 ปีที่แล้ว

    Thank you sir..

  • @ANitinJain
    @ANitinJain 11 ปีที่แล้ว

    Great

  • @kriteshvani8274
    @kriteshvani8274 6 ปีที่แล้ว

    Yes, we are indian