Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Meeting Minutes | October 14

Neilzon Viloria edited this page Oct 16, 2021 · 3 revisions

Duration

  • 3:34 - 4:12

Attendees

  • Alex, Adit, Neilzon, Sandip, Cande, William

Agenda

  • Ask clarification on some minor implementation details
  • Showcase to Cande what we have done

Minutes

  • Object Detection
    • Overlay jpeg image or JSON?
      • JSON format {umbrella: {freq: n, confidences: [confidence_1, confidence_2….]}}
      • Don't need the image with the bounding boxes (will confirm Eleni)
  • Color palette extraction
    • Return RGB values
    • Return as many colors as possible
    • JSON format: {count: n, colornames: [ [123,123,123],[123,123,123], [123,123,123], [123,123,123]] }
  • Image sentiment
    • Can't find any good resources with better than 70% accuracy and more degrees of emotion
    • Image: { sentimentarray: [123,123,123], degrees:[30%,20%,20%] }

Action Items