VideoTransformer-pytorch icon indicating copy to clipboard operation
VideoTransformer-pytorch copied to clipboard

HOG visualization

Open JHang2020 opened this issue 2 years ago • 1 comments

How do you visualize hog feature? The output is a histogram, right? Thanks!

JHang2020 avatar Apr 06 '22 08:04 JHang2020

@Eason-Great Yes, the prediction is the hog features. As for the hog visulization, we follow the source code in the scikit-image https://github.com/scikit-image/scikit-image/blob/v0.19.0/skimage/feature/_hog.py#L48-L307

mx-mark avatar Apr 08 '22 03:04 mx-mark