Back to Caffe

Caffe Demos

examples/web_demo/templates/index.html

1.0871 B
Original Source

Caffe Demos

The Caffe neural network library makes implementing state-of-the-art computer vision systems easy.

Classification

Click for a Quick Example {% if has_result %} {% if not result[0] %} {{ result[1] }} Did you provide a valid URL or a valid image file? {% else %}

{% for single_pred in result[2] %} - {{ single_pred[1] }}

{{ single_pred[0] }}

{% endfor %}

{% for single_pred in result[1] %} - {{ single_pred[1] }}

{{ single_pred[0] }}

{% endfor %}

CNN took {{ result[3] }} seconds.

{% endif %}


{% endif %}

Or upload an image:


© BVLC 2014