Spaces:
Sleeping
Sleeping
File size: 609 Bytes
c6d26b8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
# OCR Translate
# 创建人:曾逸夫
# 项目地址:https://gitee.com/CV_Lab/ocr-translate
# 图片格式
*.jpg
*.jpeg
*.png
*.svg
*.gif
# 视频格式
*.mp4
*.avi
.ipynb_checkpoints
/__pycache__
*/__pycache__
# 日志格式
*.log
*.data
*.txt
# 生成文件
*.pdf
*.xlsx
*.csv
# 参数文件
*.yaml
*.json
# 压缩文件格式
*.zip
*.tar
*.tar.gz
*.rar
# 字体格式
*.ttc
*.ttf
*.otf
*.pkl
# 模型文件
*.pt
*.db
/flagged
/run
/opus-mt-en-zh
!requirements.txt
!cls_name/*
!model_config/*
!img_examples/*
!data/*
!requirements.txt
!packages.txt
!.pre-commit-config.yaml
test.py
test*.py
|