September 2017
Beginner to intermediate
304 pages
7h 2m
English
The model that we are going to use is a Google model for object recognition in images called Inception. The model can be retrieved as follows:
$ mkdir model$ cd model$ wget https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip--2017-09-09 18:29:03-- https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zipResolving storage.googleapis.com (storage.googleapis.com)... 172.217.6.112, 2607:f8b0:4009:812::2010Connecting to storage.googleapis.com (storage.googleapis.com)|172.217.6.112|:443... connected.HTTP request sent, awaiting response... 200 OKLength: 49937555 (48M) [application/zip]Saving to: ‘inception5h.zip’inception5h.zip 100%[=========================================================================================================================>] ...
Read now
Unlock full access