- Follow the steps inside the compose repository
-
Install poetry
-
Run
poetry install
to install dependencies -
Test the model with a single image by running:
cd exampleScripts && python3 exampleUsage.py ./images/face.jpg ../models/OuluCASIA/
- You can also test the model with a real-time video feed by running:
cd exampleScripts && python3 realtimeVideo.py ../models/CK/
- You can also test the model with a real-time video feed by running:
-
You can serve this model by running:
python server.py
- This is will generate a gRPC service, more details at the
grcpPkg
folder
- This is will generate a gRPC service, more details at the
- For this project we need
cuda==10.0
andcuDNN==7.6.0
for Windows. For your OS other details can be found here and here
- Check the documentation at grcpPkg
-
Original Github repository
-
The paper can be found here