Skip to content

Commit 0ae056c

Browse files
authored
AC docs: fix converter name in description (#2207)
1 parent 6f6a4cf commit 0ae056c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tools/accuracy_checker/accuracy_checker/annotation_converters/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ The main difference between this converter and `super_resolution` in data organi
416416
* `dense_features` - Name of model dense features input
417417
* `sparse_features` - Name of model sparse features input. For multiple inputs use comma-separated list in form `<name>:<index>`
418418
* `lso_features` - Name of lS_o-like features input
419-
* `im2latex` - converts im2latex-like datasets to `CharacterRecognitionAnnotation`. [Example of the dataset](http://lstm.seas.harvard.edu/latex/data/)
419+
* `im2latex_formula_recognition` - converts im2latex-like datasets to `CharacterRecognitionAnnotation`. [Example of the dataset](http://lstm.seas.harvard.edu/latex/data/)
420420
* `images_dir` - path to input images (rendered or scanned formulas)
421421
* `formula_file` - path to file containing one formula per line
422422
* `split_file` - path to file containing `img_name` and corresponding formula `index` in `formula_file` separated by tab per line

tools/accuracy_checker/accuracy_checker/annotation_converters/im2latex.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ def read_vocab(vocab_path):
4747
return vocab_dict["id2sign"]
4848

4949

50-
51-
5250
class Im2latexDatasetConverter(DirectoryBasedAnnotationConverter):
5351
__provider__ = 'im2latex_formula_recognition'
5452
annotation_types = (CharacterRecognitionAnnotation, )

0 commit comments

Comments
 (0)