Skip to content

Latest commit

 

History

History
123 lines (78 loc) · 4.96 KB

VISRECO.md

File metadata and controls

123 lines (78 loc) · 4.96 KB

Quick links : Home - Watson Studio - Visual Recognition Model - Test and Deploy


Lab Objectives

In this lab you will create a Visual Recognition model in a Watson Studio Project. You will learn:

  • How to work within a new Watson Studio Project
  • How to create a Visual Recognition model

Watson Studio Projects

Projects are your workspace to organize your resources, such as assets like data, collaborators, and analytic tools like notebooks and models. The first step is to add Assets to your Watson Studio Project

Add Assets to your Watson Studio Project

  • Click on the Assets tab

Watson Studio  screenshot

Create a New Visual Recognition model

  • Click on New Visual Recognition model

Watson Studio  screenshot

Provision a new Watson Visual Recognition Service instance

  • Your project needs to be associated with a Watson Visual Recognition Service instance
  • Click on the click here link in the popup to provision a new service

Watson Studio  screenshot

Create a Watson Visual Recognition Service

  • Select the Lite plan and note the features
  • Scroll to the bottom and click on the Create button

Watson Studio  screenshot

Rename Visual Recognition Model

  • The Default Custom Model name is not descriptive so let's rename it
  • Click on the pencil icon to edit the name

Watson Studio  screenshot

  • Rename the model to Count Burned Homes

Watson Studio  screenshot

Add Custom Classes to the Watson Visual Recognition Model

  • Click on the + symbol to add a class

Watson Studio  screenshot

  • Name this class Burned Home
  • Click the Create button

Watson Studio  screenshot

  • Add a second custom class by clicking on the + symbol again

Watson Studio  screenshot

  • Name this class Intact Home
  • Click the Create button

Watson Studio  screenshot

Upload Zip Files to Watson Studio Project

  • Three zip files have been prepared which contain aerial drone images
  • These zip files are on the local lab workstation
  • If you following these steps on the web, download the aerial drone zip files here:
  • Click on the Browse button
  • An operating system native File Dialog will open
  • Multi-select the three zip files BurnedHomes.zip, AerialHomes.zip, NotHomes.zip
  • Upload these zip files to your Watson Studio project

Watson Studio  screenshot

Drag the zip files to Custom Classes

  • Grab the BurnedHomes.zip from the right navigation and drag it to the Burned Home class

Watson Studio  screenshot

Watson Studio  screenshot

  • The images in the zip file will be added to the Burned Home class

Watson Studio  screenshot

  • Grab the AerialHomes.zip from the right navigation and drag it to the Intact Home class

Watson Studio  screenshot

  • Grab the NotHomes.zip from the right navigation and drag it to the Negative class

Watson Studio  screenshot

Train your Watson Visual Recognition Custom Classifier

  • Click on the Train Model button
  • Wait a few minutes for the model to train on the images

Watson Studio  screenshot

Watson Studio  screenshot

Congratulations

  • Once the model has been trained, click on the Click here link to view and test your model.

Watson Studio  screenshot

Review and Test

  • Review the Classes and Model details
  • Click on the Test tab

Watson Studio  screenshot

Test your model in the next step

Quick links : Home - Watson Studio - Visual Recognition Model - Test and Deploy