Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/backtime92/CRAFT-Reimplementation
CRAFT-Pyotorch:Character Region Awareness for Text Detection Reimplementation for Pytorch
https://github.com/backtime92/CRAFT-Reimplementation
craft pytorch text-detection
Last synced: 10 days ago
JSON representation
CRAFT-Pyotorch:Character Region Awareness for Text Detection Reimplementation for Pytorch
- Host: GitHub
- URL: https://github.com/backtime92/CRAFT-Reimplementation
- Owner: backtime92
- Created: 2019-09-02T05:25:28.000Z (about 5 years ago)
- Default Branch: craft
- Last Pushed: 2021-11-18T05:03:04.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T11:15:28.938Z (3 months ago)
- Topics: craft, pytorch, text-detection
- Language: Python
- Homepage:
- Size: 133 MB
- Stars: 465
- Watchers: 25
- Forks: 158
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRAFT-Reimplementation
# Note:If you have any problems, please comment. Or you can join us weChat group. The QR code will update in issues #49 .
# 非常抱歉,一直没有继续维护这个工程,近期看到挺多人关注的,我预计11月底最晚12月初重新维护一下工程,由于当时实习期间整体工程能力不够导致工程相对较乱,这个重新维护会整理清楚。维护周期大概是两周时间,我会重新整理code以及重新训练同时上传训练的pretrain model。同时一些实验的关键和实验思路我会写上注释,欢迎到时关注。## Reimplementation:Character Region Awareness for Text Detection Reimplementation based on Pytorch
## Character Region Awareness for Text Detection
Youngmin Baek, Bado Lee, Dongyoon Han, Sangdoo Yun, Hwalsuk Lee
(Submitted on 3 Apr 2019)The full paper is available at: https://arxiv.org/pdf/1904.01941.pdf
## Install Requirements:
1、PyTroch>=0.4.1
2、torchvision>=0.2.1
3、opencv-python>=3.4.2
4、check requiremtns.txt
5、4 nvidia GPUs(we use 4 nvidia titanX)# to do list
Release strong supervision training part in early December