-1

I am trying to compare two Vehicles using AWS-Recognition, I tried various models, Is there any in-build model to compare two vehicles. Actually, we want to implement, automated Vehicle claim.

Kumar Abhishek
  • 3,004
  • 33
  • 29

1 Answers1

0

Actually, while doing some research on this, Amazon does not provide any inbuild API for this like Face-Recognition or Number Reading. We have to build our custom model.

This is called build train and deploy, We have to follow certain steps.

  • Rekognition custom labels feature

  • Collect Images
  • Ground Truth for images.
  • Labeling of datasets Manual
  • Enable automated data labeling
  • Creating Datasets
  • Create projects
  • Train models

Then it has to be an amazon notebook, and Phyton, using. Rekognition-SDK.

However, this process is time consuming.

Kumar Abhishek
  • 3,004
  • 33
  • 29