mirror of https://github.com/open-mmlab/mmocr.git
* Add support for numpy arrays in model_inference * Add test for numpy ndarray inference * Fix linting problems * Add support for batch inference * Add batch inference demo script * Fix comment * Test batch inference with paths and arrays * lint code * Update model_inference docstring * Refactor model inference tests * Change inference function to make text detectors and recognizers use the same input data types * Change single state text detector model to support batch inference * Lint code * simplify inference tests * Remove psenet from batch inference test cases to prevent the pytest being killed * Update batch_image_demo.py * fix bug when test with dataset fix bug when test with dataset, for example, `./tools/dist_test.sh configs/textrecog/sar/sar_r31_parallel_decoder_academic.py <checkpoint> 1 --eval acc` Co-authored-by: Hongbin Sun <hongbin306@gmail.com> |
||
---|---|---|
.. | ||
test_model_inference.py |