lionelmessi6410 / Scene-Recognition-with-Bag-of-Words
Solve classical computer vision topic, image recognition, with simplest method, tiny images and KNN(K Nearest Neighbor) classification, and then move forward to the state-of-the-art techniques, bags of quantized local features and linear classifiers learned by SVC(support vector classifier).
☆37Updated 5 years ago
Alternatives and similar repositories for Scene-Recognition-with-Bag-of-Words:
Users that are interested in Scene-Recognition-with-Bag-of-Words are comparing it to the libraries listed below
- Face detection based on SVM(Support Vector Machine).☆13Updated 5 years ago
- From scratch, simple and easy-to-understand Pytorch implementation of various generative adversarial network (GAN): GAN, DCGAN, Condition…☆22Updated 3 months ago
- Image Classification using SIFT, Bag of words, k means clustering and SVM Classification☆84Updated 7 months ago
- Trained a classifier to recognize 3000 images with 15 categories using Bag of Features model and Spatial Pyramid Matching algorithm. Impr…☆41Updated 6 years ago
- Frames Extraction With OpenCV and Python☆15Updated 4 years ago
- Local Feature Matching: Computer Vision University Project☆21Updated 4 years ago
- Using Tensorflow and a Support Vector Machine to Create an Image Classifications Engine☆61Updated 6 years ago
- For the CIFAR-10 dataset, extracting HOG features and using SVM classifier to classify them, at last, we get the accuracy.☆43Updated 5 years ago
- Implementation of `Learning Fine-grained Image Similarity with Deep Ranking` using ResNet-101 and implemented in Pytorch☆23Updated 4 years ago
- Image Classification with `sklearn.svm`☆58Updated 3 years ago
- 基于numpy实现支持svm算法,包括简单smo算法,启发式smo算法,并增加了完整注释☆21Updated 5 years ago
- Pytorch implementation of Siamese networks that learns to classify its inputs, the neural networks learns to differentiate between two pe…☆30Updated 5 years ago
- Image classification using SVM, KNN, Bayes, Adaboost, Random Forest and CNN.Extracting features and reducting feature dimension using T-S…☆13Updated 4 years ago
- Video classification using the UCF101 dataset for action recognition. We extract SIFT, MFCC and STIP features from the videos, we encode …☆28Updated 4 years ago
- my codes for learning attention mechanism☆50Updated 4 years ago
- A Python implementation of the Kanade–Lucas–Tomasi (KLT) feature tracker☆92Updated 5 years ago
- 国科大2021秋季学期计算机算法设计与分析(陈玉福老师)课程作业相关代码以及说明☆28Updated 2 years ago
- This application uses LIBSVM and PIL to perform image classification on a set of images.☆88Updated 9 years ago
- Build content-based image retrieval system using deep learning, applied some large scale similarity search technicals like Kdtree, LSH, F…☆9Updated 3 years ago
- Key frames extraction in traffic videos using K-Means☆13Updated 6 years ago
- 重庆邮电大学研究生学位论文LaTex模板☆24Updated 3 years ago
- 浙江大学2018年冬季机器学习课程☆12Updated 5 years ago
- 这是一个入门机器学习/深度学习的小项目,包含随机森林,多层感知器,卷积神经网络,实现了训练可视化,多分类混淆矩阵等计算☆48Updated 4 years ago
- This is an simple image retrieval platform by CNN based on pytorch and flask.☆35Updated 8 months ago
- traffic sign detection with HOG feature and SVM model☆79Updated 6 years ago
- 2016~2018南京大学计算机系暑期夏令营上机试题(根据博客上收集的题目还原题目并给出自己的解法版本,仅供参考学习)☆46Updated 5 years ago
- pytorch实现AlexNet,在mnist数据集上实验,用精确率、召回率等指标评估,并绘制PR、ROC曲线☆19Updated 2 years ago
- CS231n 2019年春季学期课程作业☆133Updated 2 years ago
- 自动登录东南大学每日打卡报平安☆44Updated 3 years ago
- My solution to assignments in Stanford CS131 Computer Vision: Foundations and Applications (Fall 2018)☆34Updated 5 years ago