Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aniketmishr/custom-object-detection
A custom object detection model built using CNN in TensorFlow, trained to localize cars by predicting bounding boxes around them . This project includes data preprocessing, model training, and evaluation.
https://github.com/aniketmishr/custom-object-detection
Last synced: 6 days ago
JSON representation
A custom object detection model built using CNN in TensorFlow, trained to localize cars by predicting bounding boxes around them . This project includes data preprocessing, model training, and evaluation.
- Host: GitHub
- URL: https://github.com/aniketmishr/custom-object-detection
- Owner: aniketmishr
- License: mit
- Created: 2024-09-07T17:04:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T17:10:13.000Z (5 months ago)
- Last Synced: 2024-09-07T18:32:02.453Z (5 months ago)
- Language: Jupyter Notebook
- Size: 4.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# custom-object-detection
A custom object detection model built using CNN in TensorFlow, trained to localize cars by predicting bounding boxes around them . This project includes data preprocessing, model training, and evaluation.