Code Monkey home page Code Monkey logo

classification-mnistdd's Introduction

MNIST Double Digits Datasets Classification and Detectection

Datasets:

  • 64x64 size images containing two digits
  • digits range [0, 9]
  • digits size (bounding box size) 28x28


Algorithm used:

  • Classes: classification

    • two digits range from 0 to 9
    • model returned labels range from 0 to 19
    • reshape the labels into shape [N, 2]
    • each n data contain two class that the two digits belongs to
  • Bounding Boxes: Classification

    • two digits' position ranges from 0 to 37 ((64+1)-28)
    • model returned labels range from 0 to 148 (4*37)
    • reshape the labels in to shape [N, 2, 4]
    • each n data contain [x1, y1, x1+28, y1+28], [x2, y2, x2+28, y2+28] where x and y represents the axis and 1 and 2 represent first and second digits


Model:

     alt text


Result:

  • Validation datasets with model.pt.172:
    • Classification accuracy: 99.63
    • Detection IoU: 95.17
    • Valid time (GPU): ≈23.28
    • Valid time (CPU): ≈418

classification-mnistdd's People

Contributors

wenrrrbeth avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.