Skip to content
forked from KCC13/tf-HOG

The histogram of oriented gradients (HOG) implemented in tensorflow.

Notifications You must be signed in to change notification settings

gonenraveh/tf-HOG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

tf-HOG

Updated by myself OCT 2023 as a learning project:

  1. works with TF2.5.0 and up
  2. demo generates few images with different comp.vision algorithms

The histogram of oriented gradients (HOG) implemented in tensorflow. Based on the codes from digamma-ai's tfcv, where I made the following changes:

  1. Fixing the bugs when running with newer version tensorflow (>=1.4).
  2. Completing the orientation function.
  3. Modifying the bin partition function to suit the orientation function.
  4. Automatically pad the input images.
  5. Masking the unwanted gradients of edge pixels.
  6. Visualizing HOG image (use the codes from skimage v0.14).

compare

About

The histogram of oriented gradients (HOG) implemented in tensorflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%