Developed an advanced eye-tracking system with OpenCV and data extracted from a recorded .flv file. The program bounds the box of the iris and scales on the axis.
- Numpy Library.
- OpenCV Library.
- Pip
- Used .flv (Flash Video) format file as source.
- Clone the Repository with:
git clone https://github.com/Akash-Ramjyothi/Advanced-Eye-Tracking
- Install numpy:
pip3 install numpy
- Install OpenCV:
pip3 install opencv-python
- Run the Script, type:
python3 eye_motion_tracking.py
- Take a look at the Existing Issues or create your own Issues!
- Wait for the Issue to be assigned to you after which you can start working on it.
- Fork the Repo and create a Branch for any Issue that you are working upon.
- Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
- Add Screenshots to help me know what this Code is all about.