Skip to content

Instantly share code, notes, and snippets.

@qgicup
qgicup / app.py
Created April 29, 2015 11:06
Caffe Net Classifier using mean image, pixel wise (.mean(1).mean(1))
import os
import time
import cPickle
import datetime
import logging
import flask
import werkzeug
import optparse
import tornado.wsgi
import tornado.httpserver