Skip to content

caomanhhaipt/object-detection-binary-classifiers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

object-detection-binary-classifiers

Python implementation of object detection binary classifiers using Bag of words method

Installation

  1. Clone this repository.
  2. Ensure packages are installed using "pip install -r requirements.txt".

Dataset

We use a dataset Cifar-10 that is a famous dataset for image classification.

Experiment

# Running directly from the repository:
python3 runner/main.py

Notice: if you get an error, you can try running the source code directly with the Pycharm IDE.