Skip to content

Commit

Permalink
feat: ✨ add det_predictor/reco_predictor arch in OCRPredictor __repr__ (
Browse files Browse the repository at this point in the history
  • Loading branch information
RBMindee authored Nov 9, 2021
1 parent 0064a9b commit 736222f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doctr/models/predictor/tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class OCRPredictor(NestedObject, _OCRPredictor):
det_predictor: detection module
reco_predictor: recognition module
"""
_children_names = ['det_predictor', 'reco_predictor']

def __init__(
self,
Expand Down

0 comments on commit 736222f

Please sign in to comment.