mftakhullaziz / character-recognition

Character recognition for plate number on vehicle based on knn algorithm
MIT License
2 stars 1 forks source link

Module Not Found #1

Closed NearRiver00 closed 3 years ago

NearRiver00 commented 3 years ago

Hi thank you for sharing this, i already test your program and running good in Knn_Training_dan_Testing. but when i trying to run Deteksi_Plat i get the probem

from Kode_Sumber_Deteksi_Plat import Main_Deteksi_Plate

ModuleNotFoundError: No module named 'Kode_Sumber_Deteksi_Plat'

how can i solve this ? Thank you

mftakhullaziz commented 3 years ago

Wait, i can solve this problem, but please follow me on GitHub thanks

Pada tanggal Sen, 14 Des 2020 14.46, NearRiver00 notifications@github.com menulis:

Hi thank you for sharing this, i already test your program and running good in Knn_Training_dan_Testing. but when i trying to run Deteksi_Plat i get the probem

from Kode_Sumber_Deteksi_Plat import Main_Deteksi_Plate

ModuleNotFoundError: No module named 'Kode_Sumber_Deteksi_Plat'

how can i solve this ? Thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/miftakhulaziz03/character-recognition-plate-using-knn/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGBF24MUO45IFCOOEIFEXPTSUW7FFANCNFSM4U2KAJ2A .

mftakhullaziz commented 3 years ago

Hi thank you for sharing this, i already test your program and running good in Knn_Training_dan_Testing. but when i trying to run Deteksi_Plat i get the probem

from Kode_Sumber_Deteksi_Plat import Main_Deteksi_Plate

ModuleNotFoundError: No module named 'Kode_Sumber_Deteksi_Plat'

how can i solve this ? Thank you

You can Call function Main_Deteksi_Plate from Directory Kode_Sumber_Deteksi_Plat

Thanks

NearRiver00 commented 3 years ago

i already follow your account, so i only change this line : from this line : from Kode_Sumber_Deteksi_Plate import Deteksi_Karakter from Kode_Sumber_Deteksi_Plate import Deteksi_Plat to this line : Main_Deteksi_Plate from Directory Kode_Sumber_Deteksi_Plat

like that ? iam sorry a little bit confuse about that.

mftakhullaziz commented 3 years ago

i already follow your account, so i only change this line : from this line : from Kode_Sumber_Deteksi_Plate import Deteksi_Karakter from Kode_Sumber_Deteksi_Plate import Deteksi_Plat to this line : Main_Deteksi_Plate from Directory Kode_Sumber_Deteksi_Plat

like that ? iam sorry a little bit confuse about that.

no sir, you just using the code

from Kode_Sumber_Deteksi_Plate import Deteksi_Karakter from Kode_Sumber_Deteksi_Plate import Deteksi_Plat

and "Kode_Sumber_Deteksi_Plate" is a directory for save a function Deteksi_Karakter and Deteksi_Plat so, if you use "Deteksi_Karakter and Deteksi_Plat" you can call this function from "Kode_Sumber_Deteksi_Plate"