Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 730 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 730 Bytes

Old Care System—AI process module

Environment

  1. Please install CMake before install anything else. If you're using Linux, use the following command to install CMake:
sudo apt-get install cmake
  1. Install python packages with conda and the following packages:
  • ultralytics
  • pytorch
  • face-recognition
  • setuptools
  • opencv-python
  • numpy(1.26.4)
  • pillow
  • scikit-image
  1. Download the pre-trained model params based on the following link and put it in the params folder: here: GitHub-WuJie1010. The model is used in facial expression recognition.

Usage