Image Detection using CIFAR-10

Image detection is common task in computer vision.It is used in as a subtask for many important industrial application such as autonomous vehicle.

  • Augmented image data using transformation technique(random crop,vertical flip)
  • Implemented and trained RESNET family of architecture for image detection with 86% accuracy

Related