https://github.com/rorro6787/cnn-yolo-sam-segmentation
Deep learning project for object classification, detection and classification using YOLO and SAM
https://github.com/rorro6787/cnn-yolo-sam-segmentation
convolutional-neural-networks deep-learning object-classification object-detection object-segmentation segment-anything-model yolo
Last synced: 4 months ago
JSON representation
Deep learning project for object classification, detection and classification using YOLO and SAM
- Host: GitHub
- URL: https://github.com/rorro6787/cnn-yolo-sam-segmentation
- Owner: rorro6787
- License: gpl-3.0
- Created: 2024-12-10T15:05:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T09:50:40.000Z (over 1 year ago)
- Last Synced: 2025-09-07T06:33:45.740Z (9 months ago)
- Topics: convolutional-neural-networks, deep-learning, object-classification, object-detection, object-segmentation, segment-anything-model, yolo
- Language: Jupyter Notebook
- Homepage: https://pypi.org/project/cnn-methods/
- Size: 261 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CNN & YOLO+SAM Segmentation

This project explores the application of advanced computer vision techniques for fruit classification and segmentation. A custom Convolutional Neural Network (CNN) was designed and implemented to classify different types of fruits, focusing on achieving high accuracy with an efficient architecture. The CNN was trained on a labeled dataset of fruit images, utilizing techniques such as data augmentation and optimization strategies to enhance performance and robustness.
Additionally, the project integrates a YOLO (You Only Look Once) model for real-time object detection and leverages the combination of YOLO and SAM (Segment Anything Model) for instance segmentation. This enables precise identification and segmentation of individual fruit instances, including segmentation with bounding boxes for more detailed analysis. The combination of custom and pre-trained models demonstrates versatility and effectiveness across multiple computer vision tasks.
## Table of Contents
- [Requirements](#requirements)
- [Installation and Usage](#installation-and-usage)
- [Contributors](#contributors)
- [Contributing](#contributing)
## Requirements
- Python 3.X.X
- Linux / MacOS
## Installation and Usage
For a detailed walkthrough of the steps to install and use the Python package and Jupyter notebooks, refer to the official library's documentation here: [Official Documentation](https://rorro6787.github.io/CNN-YOLO-SAM-segmentation/)
## Contributors
- [](https://github.com/rorro6787) [](https://www.linkedin.com/in/emilio-rodrigo-carreira-villalta-2a62aa250/) **Emilio Rodrigo Carreira Villalta**
## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository
2. Create a new branch (`git checkout -b feature-branch`)
3. Commit your changes (`git commit -m 'Add new feature'`)
4. Push to the branch (`git push origin feature-branch`)
5. Create a new Pull Request