All Projects → kushalvyas → Bag Of Visual Words Python

kushalvyas / Bag Of Visual Words Python

Licence: mit
Implementing Bag of Visual words approach for object classification and detection

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bag Of Visual Words Python

Easy Yolo
Yolo (Real time object detection) model training tutorial with deep learning neural networks
Stars: ✭ 98 (-10.09%)
Mutual labels:  object-detection
Yolov3 Model Pruning
在 oxford hand 数据集上对 YOLOv3 做模型剪枝(network slimming)
Stars: ✭ 1,386 (+1171.56%)
Mutual labels:  object-detection
Keras Yolo3
Training and Detecting Objects with YOLO3
Stars: ✭ 1,532 (+1305.5%)
Mutual labels:  object-detection
Autoassign
Pytorch implementation of "AutoAssign: Differentiable Label Assignment for Dense Object Detection"
Stars: ✭ 100 (-8.26%)
Mutual labels:  object-detection
Tooth Detection
🦷 Detection of restorations and treatments on dental x-rays in Tensorflow, using Faster-RCNN
Stars: ✭ 99 (-9.17%)
Mutual labels:  object-detection
Opentpod
Open Toolkit for Painless Object Detection
Stars: ✭ 106 (-2.75%)
Mutual labels:  object-detection
Driving In The Matrix
Steps to reproduce training results for the paper Driving in the Matrix: Can Virtual Worlds Replace Human-Generated Annotations for Real World Tasks?
Stars: ✭ 96 (-11.93%)
Mutual labels:  object-detection
Links Detector
📖 👆🏻 Links Detector makes printed links clickable via your smartphone camera. No need to type a link in, just scan and click on it.
Stars: ✭ 106 (-2.75%)
Mutual labels:  object-detection
Efficientdet.pytorch
Implementation EfficientDet: Scalable and Efficient Object Detection in PyTorch
Stars: ✭ 1,383 (+1168.81%)
Mutual labels:  object-detection
Sod
An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)
Stars: ✭ 1,460 (+1239.45%)
Mutual labels:  object-detection
Ios camera object detection
Realtime mobile visualize based Object Detection based on TensorFlow and YOLO model
Stars: ✭ 100 (-8.26%)
Mutual labels:  object-detection
Airbnb Amenity Detection
Repo for 42 days project to replicate/improve Airbnb's amenity (object) detection pipeline.
Stars: ✭ 101 (-7.34%)
Mutual labels:  object-detection
Refinedet
Single-Shot Refinement Neural Network for Object Detection, CVPR, 2018
Stars: ✭ 1,430 (+1211.93%)
Mutual labels:  object-detection
Detectron Self Train
A PyTorch Detectron codebase for domain adaptation of object detectors.
Stars: ✭ 99 (-9.17%)
Mutual labels:  object-detection
Yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
Stars: ✭ 19,914 (+18169.72%)
Mutual labels:  object-detection
Soccer Ball Detection Yolov2
YOLOv2 trained against custom dataset
Stars: ✭ 97 (-11.01%)
Mutual labels:  object-detection
Tensorflow2.0 Examples
🙄 Difficult algorithm, Simple code.
Stars: ✭ 1,397 (+1181.65%)
Mutual labels:  object-detection
Yolov3 tensorflow
Complete YOLO v3 TensorFlow implementation. Support training on your own dataset.
Stars: ✭ 1,498 (+1274.31%)
Mutual labels:  object-detection
Deep learning object detection
A paper list of object detection using deep learning.
Stars: ✭ 10,334 (+9380.73%)
Mutual labels:  object-detection
Ssd Pytorch
SSD: Single Shot MultiBox Detector pytorch implementation focusing on simplicity
Stars: ✭ 107 (-1.83%)
Mutual labels:  object-detection

Bag-of-Visual-Words-Python

This repo is no longer maintained

This repository has been archived. It's just for learning purposes and will not be fixing issues / versioning / accepting PRs. Thanks for viewing the code / blog post!

This is a python implementation of the Bag of Visual Words model. Be sure to check it out on my blog

Project Architecture :

:::python 
- root dir/
	|- images/
			|- test /
				|- obj1/
				|- obj2/

			|- train /
				|- obj1/
				|- obj2/

	|- helpers.py
	|- Bag.py 


:~$ python Bag.py --train_path images/train/ --test_path images/test/

Output

im1 im2 im3 im4 im5 im5

NOTE: I've added the MIT LICENSE to the repo. Anyone is free to use this code in accordance with the MIT LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].