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
执行python3 demo.py的时候报错Traceback (most recent call last):
File "demo.py", line 8, in
import model
File "/home/public/project/gzj/CHINESE-OCR/model.py", line 13, in
from crnn.crnn import crnnOcr
File "/home/public/project/gzj/CHINESE-OCR/crnn/crnn.py", line 11, in
import models.crnn as crnn
File "./crnn/models/crnn.py", line 4, in
import utils
ModuleNotFoundError: No module named 'utils'
我是python3+anaconda环境,执行sh setup-python3.sh到最后一步会报错: No such file or directory
The text was updated successfully, but these errors were encountered: