You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
博主您好我在运行train.py中遇到了以下错误
Traceback (most recent call last):
File "train.py", line 14, in
from text_dataflow import get_roidb, get_batch_train_dataflow
File "/opt/ocr/AttentionOCR-master/text_dataflow.py", line 19, in
from common import (
File "/opt/ocr/AttentionOCR-master/common.py", line 8, in
from tensorpack.dataflow.imgaug import ImageAugmentor, ResizeTransform
ImportError: cannot import name 'ResizeTransform'
The text was updated successfully, but these errors were encountered:
博主您好我在运行train.py中遇到了以下错误
Traceback (most recent call last):
File "train.py", line 14, in
from text_dataflow import get_roidb, get_batch_train_dataflow
File "/opt/ocr/AttentionOCR-master/text_dataflow.py", line 19, in
from common import (
File "/opt/ocr/AttentionOCR-master/common.py", line 8, in
from tensorpack.dataflow.imgaug import ImageAugmentor, ResizeTransform
ImportError: cannot import name 'ResizeTransform'
The text was updated successfully, but these errors were encountered: