Skip to content

Optimizing Algorithm #12

@makkarss929

Description

@makkarss929
  1. There is a total of 871 brands , 25000 brand images. So It takes a lot of time approx 10 minutes to compute cosine similarities(0.95 similarity threshold) for 10 - 12 input images. And for 1 input image, it also takes the same time.

  2. Inception feature extractor with 25000 brand images, is not working due to memory error(on 16 GB RAM ). but it works on 12000 brand images.

  3. VGG feature extractor works with 25000 brand images.

All experiments I have done on AWS c2.2xlarge with 16 GB RAM.

Question is that, How we can optimize or minimize computation cost

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions