1amitos1 / Shoplifting-Detection

SL -Shoplifting detection Provides real-time alerts for the SMB market retailers, to monitor and report customer behavior when shoplifting incidents occur. 3D Convolutional Neural Network in Keras and AWS Sagemaker for model training and evaluation.
72 stars 26 forks source link

What is Shoplifting module? #4

Open takahiro2001kt opened 11 months ago

takahiro2001kt commented 11 months ago

Hello. I ran Live_demo_Shoplifting.py and got an error message from ModuleNotFoundError: No module named 'Shoplifting'. I looked for a file called Shoplifting but could not find it. What steps do I have to take to get it to work?

Keval-WOT commented 9 months ago

you have to change

from Shoplifting Import Alert
from Shoplifting.data_pip_shoplifting import Shoplifting_Live

to

import Alert
from data_pip_shoplifting import Shoplifting_Live

to run the Live_demo_Shoplifting.py