Introduce 'caffekit' (#154)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 8 May 2018 01:13:06 +0000 (10:13 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 8 May 2018 01:13:06 +0000 (10:13 +0900)
commita1d881b273c978dd19620b96d9f6eda98c41f6ee
treeccf92ecdfdda16228a819c3a1c95ea5a702929e7
parenta0d8d0727de03c08a8a95c566fbc468ac3791e59
Introduce 'caffekit' (#154)

This commit introduces 'caffekit' which will include various tools for
supporting caffe. Currently, 'caffekit' supports only 'run' command which
loads .prototxt and .caffemodel and runs one inference.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/caffekit/CMakeLists.txt [new file with mode: 0644]
contrib/caffekit/src/caffekit.cpp [new file with mode: 0644]