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
'''bash
python3 train.py 1 ⨯
Traceback (most recent call last):
File "/home/kali/captcha-break/jikexueyuan/python/trainer/train.py", line 4, in
from gen.gen_captcha import gen_dataset, load_templates
File "/home/kali/captcha-break/jikexueyuan/python/trainer/gen/gen_captcha.py", line 3, in
from img_process import rotate_and_cut
ModuleNotFoundError: No module named 'img_process'
'''
Thanks a lot
The text was updated successfully, but these errors were encountered:
'''bash
python3 train.py 1 ⨯
Traceback (most recent call last):
File "/home/kali/captcha-break/jikexueyuan/python/trainer/train.py", line 4, in
from gen.gen_captcha import gen_dataset, load_templates
File "/home/kali/captcha-break/jikexueyuan/python/trainer/gen/gen_captcha.py", line 3, in
from img_process import rotate_and_cut
ModuleNotFoundError: No module named 'img_process'
'''
Thanks a lot
The text was updated successfully, but these errors were encountered: