Skip to content

GaneshDoosa/computervision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Computer Vision

NOTE: When working with image datasets, we first must consider the total size of the dataset in terms of bytes. Is our dataset is large enough to fit into the available RAM on our machine? Can we load the dataset as if loading a large matrix or array? Or is the dataset so large that it exceeds our machine’s memory, requiring us to “chunk” the dataset into segments and only load parts at a time?

Image Classification Using k-NN:

  • Dataset: cats, dogs and pandas (from pyimagesearch)
  • Libraries: scikit-learn
  • Advantages:
  • Disadvantages:
References:
  1. Rosebrock, A. (2017). Deep learning for computer vision with Python: starter bundle. PyImageSearch.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages