Skip to content
#

feature-vector

Here are 32 public repositories matching this topic...

Extract a feature vector for any image and find the cosine similarity for comparison using Pytorch. I have used ResNet-18 to extract the feature vector of images. Finally a Django app is developed to input two images and to find the cosine similarity.

  • Updated Apr 6, 2024
  • JavaScript

The program uses HOG and LBP features to detect human in images. First, use the HOG feature only to detect humans. Next, combine the HOG feature with the LBP feature to form an augmented feature (HOG-LBP) to detect human. A Two-Layer Perceptron (feedforward neural network) will be used to classify the input feature vector into human or no-human.

  • Updated May 11, 2021
  • Python

Improve this page

Add a description, image, and links to the feature-vector topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the feature-vector topic, visit your repo's landing page and select "manage topics."

Learn more