Skip to content

pabloderen/MachineLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

MachineLearning

Machine Learning notes

Prepare the dataset

Get images from google search

google-search.py

Remove duplicate

duplicated.py

Resize images

Create bash script with:

count=0
for pic in *.jpg
do
 convert $pic -resize 800x600! resize$count.jpg
 ((++count))
done

Label images

https://github.com/tzutalin/labelImg

About

Machine Lerning notes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published