Skip to content
View liuzhuang1024's full-sized avatar
🤒
Out sick
🤒
Out sick
  • TJNU
  • TJNU
Block or Report

Block or report liuzhuang1024

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
liuzhuang1024/README.md

工作整理

工作日常:打开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

Pinned Loading

  1. Resume Resume Public

    Don't cry for its end, smile for its beginning.

  2. image_retrieval image_retrieval Public

    简易的图像检索系统

    Python