Closed sanskaromar closed 1 year ago
@sanskaromar Sir the import of app.security_system
is not able to pull the module for the use of SecuritySystem
class when I'm using a virtual environment. I even tried adding an init.py file to the app directory but even that didn't seem to work. Any suggestions?
You don't need to add any __init__.py
files. It should work fine. Anyways what errors are you facing? We cant continue this convo over discord dms as well.
Alright, I'll DM you the details.
Description
The
test_facial_recognition
test case in thetest_security_system.py
file is currently incomplete and needs to be implemented. This task focuses on completing the test to ensure that facial recognition functionality is thoroughly tested.Expected behavior
test_facial_recognition
):test_facial_recognition
test case.recognize_face
method.Additional context
test_security_system.py
file.setUp
method initializes theSecuritySystem
object with a test model and cascade classifier.Completing this test will contribute to a comprehensive assessment of the facial recognition feature and help ensure its accuracy and reliability in the project.