Skip to content

A computer vision neural network for brand logo identification.

License

Notifications You must be signed in to change notification settings

KumarUniverse/simsiam-logo-identifier

Repository files navigation

SimSiam Logo Identifier

A computer vision network for brand logo identification based on the SimSiam neural network. This network was created to satisfy the CSE 586 Computer Vision II class project requirement.

simsiam

This PyTorch implementation is based on the SimSiam paper by Chen, et al.

Datasets

Hyundai logo Toyota logo Volkswagen logo
  • FlickerLogos Dataset - a brand logos dataset that contains 8,240 images of 32 logo classes from different industries.

DHL logo

How to use

Python simsiam_logo_training.py location-of-new-dataset --resume location-of-pretrained-network-checkpoint
Python simsiam_flickr_training.py --resume location-of-pretrained-network-checkpoint
Python simsiam_logo_classification.py location-of-new-dataset --pretrained location-of-pretrained-network-checkpoint
Python simsiam_flickr_classification.py --pretrained location-of-pretrained-network-checkpoint

License

This project is under the CC-BY-NC 4.0 license (same as the SimSiam paper code).

Contributors

Dylan Knowles and Akash Kumar

About

A computer vision neural network for brand logo identification.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages