Smatchers is a tool designed for detecting moving objects with a object detection algorithum. This project aims to provide users with a highly performant, customizable matching engine for various applications.
- High Efficiency: Optimized algorithms ensure universal working zone.
- Cross-platform Compatibility: Run seamlessly on major platforms, including Windows, Linux, and MacOS.
Clone the repository and navigate to the project directory:
git clone https://github.com/XpolioN2005/smatchers.git
cd smatchersInstall dependencies if required:
# Example command; adjust according to your language or environment needs.
pip install -r requirements.txtBasic Command:
# add your own test vid as feed or use 0 as vid input to use live vid feed
python smatchers.pyContributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Create a new Pull Request.
