Skip to content

Deep Learning model training for recognizing whether an image contains a hotdog or not. Using a hotdog dataset. Don't ask why.

Notifications You must be signed in to change notification settings

arawxx/Hotdog-or-Not

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hotdog or not?

A simple binary classification of pictures of hotdogs, using MobileNetV3.

MobileNetV3 has been implemented by myself from scratch. Link to repository.

Data provided from this link.

data folder structure must be as below:

data
|
|
+____test
|    |
|    |____hotdog
|    |
|    |____nothotdog
|
|
|
|
+____train
     |
     |____hotdog
     |
     |____nothotdog

About

Deep Learning model training for recognizing whether an image contains a hotdog or not. Using a hotdog dataset. Don't ask why.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published