Skip to content

Instantly share code, notes, and snippets.

View ialong's full-sized avatar

Alessandro Davide Ialongo ialong

View GitHub Profile
@ialong
ialong / ANPR.ipynb
Created February 10, 2015 00:32
Automatic Number Plate Recognition (ANPR) iPython Notebook - with output - as JSON
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ialong
ialong / gist:159ee33c6c3717d75c6d
Created December 16, 2014 18:12
Python Mod issue
[100%] [100%] Building CXX object src/interfaces/python_modular/CMakeFiles/_python_modular.dir/modshogunPYTHON_wrap.cxx.o
Building CXX object src/interfaces/python_modular/CMakeFiles/_python_modular.dir/sg_print_functions.cpp.o
In file included from /Users/Ale/shogun/build/src/interfaces/python_modular/modshogunPYTHON_wrap.cxx:6314:
In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1760:
/usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by " \
^
1 warning generated.