GithubHelp home page GithubHelp logo

kuzushiji_recognition's Introduction

Kuzushiji_Recognition

项目地址:https://www.kaggle.com/c/kuzushiji-recognition

目录结构

cache和input文件夹需要手动建立,从kaggle下载的数据放到input中,cache文件夹会保存一些模型数据和中间结果。

notebooks里是主要的代码,kuzushiji文件夹中封装了一些在notebooks中调用的函数。

.
├── README.md
├── cache
├── input
│   ├── kuzushiji-recognition.zip
│   ├── sample_submission.csv
│   ├── test_images
│   ├── train.csv
│   ├── train_images
│   └── unicode_translation.csv
├── kuzushiji
│   ├── __init__.py
│   ├── classify_character.py
│   └── utils
└── notebooks
    ├── NotoSansCJKjp-Regular.otf
    ├── pytorch_classification_demo.ipynb
    ├── test-resnet.ipynb
    ├── test.ipynb
    ├── unet-character-detector.ipynb
    └── visualisation.ipynb

Requirements

Python 3.6.9 Numpy Pandas Matplotlib PIL PyTorch Torchvision tqdm scikit-image scikit-learn Jupyter

Getting Started

Reference

  1. https://www.kaggle.com/christianwallenwein/visualization-useful-functions-small-eda
  2. https://www.kaggle.com/infhyroyage/create-pytorch-dataset-for-classifying-characters
  3. https://www.kaggle.com/kmat2019/centernet-keypoint-detector

其他

  1. https://zhuanlan.zhihu.com/p/64295374
  2. https://github.com/xingyizhou/CenterNet
  3. https://www.infoq.cn/article/XUDiNPviWhHhvr6x_oMv
  4. https://github.com/ranihorev/Kuzushiji_MNIST/blob/master/KujuMNIST.ipynb

kuzushiji_recognition's People

Contributors

tenghuo avatar

Watchers

 avatar  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.