Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 555 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 555 Bytes

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