kushalvyas / Bag-of-Visual-Words-Python

Implementing Bag of Visual words approach for object classification and detection

Home Page:https://kushalvyas.github.io/BOV.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementing Bag of Visual words approach for object classification and detection

https://kushalvyas.github.io/BOV.html

License:MIT License


Languages

Language:Python 100.0%