Skip to content

Update Chapter09 Visual Recognition

Compare
Choose a tag to compare
@rddill-IBM rddill-IBM released this 05 Jan 20:30
· 18 commits to master since this release

One of the services used in the original tutorial, 'find a similar image' has been deprecated, so both the tutorial and the underlying story are broken. The replacement is to continue to use the visual classifier service and implement a simple visual authenticator.

In this updated chapter, you'll take movie of your face and separate it (automatically) into a series of images. The same technique can be used for any 'thing', so in a consumer products space, for example, you could take a movie of a product, simply by walking around the product, and then use the technique in this tutorial for creating a series of images from that movie.

Once the 'positive' images of your face have been created, we will create some other image sets to use for comparison.

The tutorial implements drag and drop to load images from your local file system and then classifies them based on the image sets you have created.

Please see the readme.pdf file in Chapter09 for instructions for this new tutorial