Closed NearRiver00 closed 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 .
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
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.
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"
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
ModuleNotFoundError: No module named 'Kode_Sumber_Deteksi_Plat'
how can i solve this ? Thank you