Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 810 Bytes

customVisionModelling.md

File metadata and controls

23 lines (15 loc) · 810 Bytes

Object Detection Models using Custom Vision

Steps

  1. Create resources on Azure Portal
  2. Data preparation 3 Upload images into Azure ML compute instance
  3. Extract tags by converting COCO to PASCAL VOC format

Step 1 - Create resources on Azure Portal

Step 2 - Upload images into Azure ML compute instance

Step 3 - Create a Custom Vision project

Step - Extract tags by converting COCO to PASCAL VOC format

Step - Resize images and normalize tag coordinates

Useful Resources