Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 355 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 355 Bytes

OneClassClassification

One class image classification with pytorch.

There are images which have one of three categories (bags, sneakers or speakers) and images without one. My aim is to build classifier that will determine the presence or absence of a category.

I suggest use ResNet50 like image feature extractor and then use OneClassSVM algorithm.