Giter Site home page Giter Site logo

工作整理

工作日常:打开Github开始新的一天

公式识别

注意力机制

DataSet

目标检测

文本检测方法

检测集成策略

文本加测数据集

  1. [hiertext](https://github.com/google-research-datasets/hiertext)
  2. icdar
  3. ctw
  4. total text
  5. openimage
  6. cocotext

语义分割(暂停)

MarkDown

trick 大全

冠军解决方案

TODO

Other

Pytorch

高效工具

数学

LeetCode

蒸馏、弱监督、半监督、自学习、无监督、量化(hot)

文本图像生成

OCR

Transformer

Python

  • help

  • 格式处理相关

  • 常用内置函数

    • int
    • bin
    • oct
    • hex
    • ord
    • chr
  • 字符串处理相关

    • unicodedata
    • string
    • string.translate
    • re
    • Flashtext
    • 中文字符串正则-\u4e00-\u9fa5
    • Levenshtein
  • 占用内存的分析

    • torch
      • tensor.storage()
    • numpy
      • ndarray.nbytes
    • python 对象
      • sys.getsizeof()
    • psutils
  • python 持久化

    • pickle
    • torch.save
  • 常用的数据存储数据库

    • lmdb
  • 采样

    • random
      • choice
      • sample
    • itertools
      • product(p, q, … [repeat=1])
      • permutations(p[, r])
      • combinations(p, r)
      • combinations_with_replacement(p, r)
  • Debug

  • Remote Debug:****

        {
          "name": "Python: Dist Current File",
          "type": "python",
          "justMyCode": false,
          "request": "attach",
          "connect": {
              "host": "localhost",
              "port": 5678
          }
      // python -m debugpy --listen 5678 --wait-for-client
      }

部署

图像修复/超分

图像检索

强化学习

教程/学习

个人发展

健身

阅读

  • 小说
    • 万域之王
    • 斗罗大陆
    • 明朝那些事
    • 星门
    • 一念永恒
    • 少年歌行
  • 漫画
    • 妖怪名单
    • 传武
    • 大神仙
  • 公众号
    • 量子位
    • 52CV
  • 常用网站
    • Github
    • 知乎
    • enmmmm

游戏

工作&&职业规划&&心里辅导

项目

  • ssss

竞赛

  • CVPR2022 UG2+ 赛道三 冠军
  • 科大讯飞 2022多学科公式识别 冠军
  • 科大讯飞 2023复杂场景公式识别 冠军
  • TIE2022 端到端 第六

论文复现

  • sss

开源项目

  • sss

Fighting

LiuZhuang's Projects

996.icu icon 996.icu

Repo for counting stars and contributing. Press F to pay respect to glorious developers.

abinet icon abinet

Read Like Humans: Autonomous, Bidirectional and Iterative Language Modeling for Scene Text Recognition

algorithm_interview_notes-chinese icon algorithm_interview_notes-chinese

2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记

aster icon aster

Recognizing cropped text in natural images.

awesome-ocr-resources icon awesome-ocr-resources

A collection of resources (including the papers and datasets) of OCR (Optical Character Recognition).

awesome-scene-text icon awesome-scene-text

A curated list of papers and resources for scene text detection and recognition

awesomecv icon awesomecv

记录state-of-art计算机视觉相关论文。

bert icon bert

TensorFlow code and pre-trained models for BERT

can icon can

When Counting Meets HMER: Counting-Aware Network for Handwritten Mathematical Expression Recognition (ECCV’2022 Poster).

cbam.pytorch icon cbam.pytorch

Non-official implement of Paper:CBAM: Convolutional Block Attention Module

cbir icon cbir

🏞 A content-based image retrieval (CBIR) system

chinese_ocr icon chinese_ocr

CTPN + DenseNet + CTC based end-to-end Chinese OCR implemented using tensorflow and keras

cnchar icon cnchar

功能全面的汉字工具库 (拼音 笔画 偏旁 成语 语音 可视化等) (Chinese character util)

cocoapi icon cocoapi

COCO API - Dataset @ http://cocodataset.org/

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.