Quick links : Home - Watson Studio - Visual Recognition Model - Test and Deploy
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
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
- Click on the Assets tab
- Click on New Visual Recognition model
- 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
- Select the Lite plan and note the features
- Scroll to the bottom and click on the Create button
- The Default Custom Model name is not descriptive so let's rename it
- Click on the pencil icon to edit the name
- Rename the model to Count Burned Homes
- Click on the + symbol to add a class
- Name this class Burned Home
- Click the Create button
- Add a second custom class by clicking on the + symbol again
- Name this class Intact Home
- Click the Create button
- 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
- Grab the BurnedHomes.zip from the right navigation and drag it to the Burned Home class
- The images in the zip file will be added to the Burned Home class
- Grab the AerialHomes.zip from the right navigation and drag it to the Intact Home class
- Grab the NotHomes.zip from the right navigation and drag it to the Negative class
- Click on the Train Model button
- Wait a few minutes for the model to train on the images
- Once the model has been trained, click on the Click here link to view and test your model.
- Review the Classes and Model details
- Click on the Test tab
Test your model in the next step
Quick links : Home - Watson Studio - Visual Recognition Model - Test and Deploy