Inception V1
Trained on
Extended Salient Object Subitizing Data
Released in 2016, this neural net is a fine-tuning of the Inception V1 model trained on the Extended Salient Object Subitizing dataset. In order to improve the performance, the dataset has been enlarged by more than a factor of 2 with synthetic images, obtained by placing segmented objects over background images.
Number of layers: 147 |
Parameter count: 5,978,677 |
Trained size: 24 MB |
Examples
Resource retrieval
Get the pre-trained net:
Basic usage
Obtain the number of salient objects in an image:
Obtain the probabilities:
Net information
Inspect the number of parameters of all arrays in the net:
Obtain the total number of parameters:
Obtain the layer type counts:
Display the summary graphic:
Export to MXNet
Export the net into a format that can be opened in MXNet:
Export also creates a net.params file containing parameters:
Get the size of the parameter file:
The size is similar to the byte count of the resource object:
Represent the MXNet net as a graph:
Requirements
Wolfram Language
11.2
(September 2017)
or above
Resource History
Reference
-
J. Zhang, S. Ma, M. Sameki, S. Sclaroff, M. Betke, Z. Lin, X. Shen, B. Price, R. Mech, "Salient Object Subitizing," arXiv:1607.07525 (2016)
- Available from: http://cs-people.bu.edu/jmzhang/sos.html
-
Rights:
Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)