mx-mark / VideoTransformer-pytorch

PyTorch implementation of a collections of scalable Video Transformer Benchmarks.
272 stars 34 forks source link

HOG visualization #13

Open JHang2020 opened 2 years ago

JHang2020 commented 2 years ago

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

mx-mark commented 2 years ago

@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