solrex / caffe-mobile

Optimized (for size and speed) Caffe lib for iOS and Android with out-of-the-box demo APP.
Other
317 stars 121 forks source link

定制版caffe #47

Closed JACKYLUO1991 closed 6 years ago

JACKYLUO1991 commented 6 years ago

您好,我想利用您现成的库添加一些层实现自己的caffe算法,请问我都要改哪些东西呢?万分感谢!

solrex commented 6 years ago

@actionLUO 直接加层对应的 c++ 文件就好了,跟使用正常的 caffe 差不多,除非你额外要用什么第三方的库。

JACKYLUO1991 commented 6 years ago

@solrex 再额外打扰一下,Build Caffe-bin with cmake 一直error,这个的作用是什么呢?在哪个文件cmake呢?还有-DTOOLS是什么?抱歉,本人太菜了,哈哈

solrex commented 6 years ago

@actionLUO 那个其实你没必要用。这个库主要是针对移动端的,那个Ubuntu版本只是为了在PC上测试用。你要想构建 caffe bin,最好是用原始版本的 Caffe https://github.com/BVLC/caffe

JACKYLUO1991 commented 6 years ago

@solrex thanks