image classification in python
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Mon, 19 May 2014 22:31:49 +0000 (15:31 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Tue, 20 May 2014 06:56:48 +0000 (23:56 -0700)
commit2fc32d558aa45f86d542b30bccbdf299bf93003e
treeff6dcebd5a330a66a5074860415960b9c810fb4a
parentbf4d7262bd0694a39245d6e6ff23d9ea25f5a5df
image classification in python
python/caffe/__init__.py
python/caffe/classifier.py [new file with mode: 0644]
python/caffe/imagenet/__init__.py [deleted file]
python/caffe/imagenet/wrapper.py [deleted file]
python/classify.py [new file with mode: 0755]