MyGit

v0.6.2

open-mmlab/mmocr

版本发布时间: 2022-10-14 14:21:26

open-mmlab/mmocr最新发布版本:v1.0.1(2023-07-04 15:11:53)

Highlights

It's now possible to train/test models through Python Interface. For example, you can train a model under mmocr/ directory in this way:

# an example of how to use such modifications is shown as the following:
from mmocr.tools.train import TrainArg, parse_args, run_train_cmd
args = TrainArg(config='/path/to/config.py')
args.add_arg('--work-dir', '/path/to/dir')
args = parse_args(args.arg_list)
run_train_cmd(args)

See PR #1138 for more details.

Besides, release candidates for MMOCR 1.0 with tons of new features are available at 1.x branch now! Check out the changelog for more information about the features, and maintenance plan for how we will maintain MMOCR in the future.

New Features

Bug Fixes

Docs

New Contributors

Full Changelog: https://github.com/open-mmlab/mmocr/compare/v0.6.1...v0.6.2

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-10-14发行的版本