
This project is a combination of projects that cover webcam, mp4, and img object detection training and tracking
Explore the docs »
Table of Contents
- Pyhton
- Yolo
Here is how we created our project
- Open PyCharm
- Start a new project
- Create it in a venv (virtual environment) with Python 3.8
- Verify with the Prerequisite section for installations
This project can be used to track objects real time via a webcam or img/mp4
I have preuploaded some images and videos, but upload your own and experiment with your own data
Here are some snippets of what you can do, enjoy!
- Interactive movements with C Jam
- Object Detection with Yolo from https://universe.roboflow.com/
- Chinese language integration for class tracking
- Example: Person would be displayed as 人
- More to come, tell me what else you would like to see!
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Chase Haynes - @haynes2va - chasecthaynes@gmail.com
Project Link: https://github.com/bllizzartt/c-jam
- Murtaza's Workshop