mltu icon indicating copy to clipboard operation
mltu copied to clipboard

The module 'Models' could not be loaded.

Open sulemese opened this issue 1 year ago • 4 comments

PS C:\Users\şule meşe\Downloads\mltu-main\mltu-main> Models\03_handwriting_recognition\202402160440\logs
Models\03_handwriting_recognition\202402160440\logs : The module 'Models' could not be loaded. For more information, run 'Import-Module Models'. At line:1 char:1

  • Models\03_handwriting_recognition\202402160440\logs
  •   + CategoryInfo          : ObjectNotFound: (Models\03_handw...2402160440\logs:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CouldNotAutoLoadModule
    
    

Can you help me please :)

sulemese avatar Feb 16 '24 01:02 sulemese

Hi, i had similar problem with some modules. i tried: import sys sys.path.append('D:\\Projects\\python\\web\\Das Auto\\das auto\\captcha\\mltu-main') in the train.py while using 02_captcha_to_text model image

It worked ofr me to find the mltu, and other models in the folder

Firdavsbek07 avatar Feb 24 '24 17:02 Firdavsbek07

thank you for your helps <3

sulemese avatar Mar 01 '24 20:03 sulemese

thank you for your helps <3

did it help?

Firdavsbek07 avatar Mar 09 '24 10:03 Firdavsbek07

simply use pip install mltu, and if you want to use my models, but it anywhere you want and give full path to it

pythonlessons avatar Mar 15 '24 14:03 pythonlessons