Repository navigation

#

feature-vector

Framework for correlating two or more well logs using feature vectors generated from CNN's in Pytorch

Python
147
6 年前

Takes 2 images and says how similar they are based on Euclidean distance of feature vectors

Python
58
7 年前

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.

JavaScript
21
1 年前

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.

Python
13
4 年前

image perceptual hash experiment using convolutional neural net models

Jupyter Notebook
12
4 年前

Created a vehicle detection and tracking pipeline with OpenCV, histogram of oriented gradients (HOG), and support vector machines (SVM). Optimized and evaluated the model on video data from a automotive camera taken during highway driving.

Jupyter Notebook
10
8 年前

Exploring an approach that bridges computer vision and natural language processing by jointly modeling the labels of sequences of noisy character images that form complete words. This is a natural problem for chain-structured CRFs

Jupyter Notebook
6
8 年前

Vehicle detection on images and video for Self-Driving Car Engineer Nanodegree program

Python
3
8 年前

Discovers new ontological categories (WordNet synsets) for words based on their lexicosyntactic patterns in Wikipedia

Python
2
7 年前

A capstone project to predict the adoption-speed of listed pets

Jupyter Notebook
2
5 年前