An open API service indexing awesome lists of open source software.

https://github.com/rathod-shubham/yolo-nas-2

About YOLO_NAS is an architecture for object detection that automatically searches for optimal neural network structures, while Segment Anything Model is a versatile model for segmenting various objects in images.
https://github.com/rathod-shubham/yolo-nas-2

computer-vision deep-learning machine-learning neural-architecture-search python3 sam segment-anything-model segmentation webapp yolo-nas

Last synced: 7 months ago
JSON representation

About YOLO_NAS is an architecture for object detection that automatically searches for optimal neural network structures, while Segment Anything Model is a versatile model for segmenting various objects in images.

Awesome Lists containing this project

README

          

# Yolo-NAS-2

# 1. Car Damage Detection:
1] YoloNAS is trained to detect Car Damage.\
2] The Output from YoloNAS is passed on to SAM to create a mask over the detected damage.

carDamage

---

# 2. Car Parts Segmentation
1] YoloNAS is trained to detect Car Parts.\
2] The Output from YoloNAS is passed on to SAM to create a mask over the detected part.

huggingFace