Skip to content

SimpleCyber/Object-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Object Detection

A Python-based project for detecting objects in images and videos using popular deep learning frameworks.

Features

  • Detects multiple object classes in images and videos
  • Easy-to-use command-line interface
  • Supports model customization and retraining
  • Outputs annotated images with bounding boxes

Requirements

Install dependencies:

pip install -r requirements.txt

Usage

Detect objects in an image:

python detect.py --image path/to/image.jpg

Detect objects in a video:

python detect.py --video path/to/video.mp4

Configuration

  • Edit config.yaml to set model parameters and detection thresholds.

Model Training

To train a custom model, follow the instructions in TRAINING.md.

Contributing

Contributions are welcome! Please open issues or submit pull requests.

License

This project is licensed under the MIT License.

About

GIG : Project for the final year BTech, Smart image analyzer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published