How can I add new layers into caffe?
Closed this issue · 9 comments
I want to add my own layer into caffe.
Any docs for this?
@techoe @weidezhang any suggestion?
Since we provide the source code of modified caffe now, you can easily add new layers now.
@techoe when you say you provide the source code of modified caffe, are you referring to this repo (https://github.com/ApolloAuto/caffe)?
Yes
Yes
Now the caffe source code link is not available
Does anyone know what happened to the Apollo caffe source code? Does anyone have a fork by chance?
It would be useful to those of us who are still running older versions of Apollo with caffe.
Thanks.
It is strongly recommended that you switch to the new version, we have added some new models and will open the training code
I'd also be interested in finding this source code. For certain reasons, I need to convert one of the Caffe models used by the perception module to a different format (ONNX). I keep getting unsupported operator errors.
I don't have the option of switching to a later version as there is already a physical vehicle that has been built. Its hardware/sensors have already been integrated with the Apollo 5.5 stack.