UCI-SAP-Capstone-2024 / Proof-of-Performance-Validation

0 stars 0 forks source link

Explore machine learning models for object detection #11

Closed raj2729 closed 1 month ago

raj2729 commented 4 months ago

There are a ton of models available for object detection. Explore which models could be suitable for our needs:

  1. Logo Detection - Brands and Products etc
  2. Text Detection - Quantity and Brand Name etc
  3. Promotion Detection - car promotion, vending machine promotion etc

These models are to be trained later to check for the best model that suits our objectives.

robschu commented 4 months ago

Output: List of models to be evaluated.

deapdaru commented 4 months ago

Reference: https://docs.google.com/presentation/d/1SbqihKQY3Dg672rokSmJTXthrZq6lgwpiSyXJPFGf6w/edit?usp=sharing

raj2729 commented 1 month ago

We have decided to move ahead with Detectron2 Object Detection Model which performed well and had a better accuracy than YOLO and Tensorflow Object Detection Models.