Closed AlexTS1980 closed 7 years ago
It is possible. You are welcome to contribute this.
The idea is you can import different caffe in different function, in this way, you should be able to do so. Check the code how we specify the caffe path and import certain caffe. @AlexTS1980
Well I did it in the least sophisticated way possible: just created two different scripts, the former uses CRF-RNN for the whole sequences and stores the output, the second uses hed and these outputs.
It was a few weeks ago already, and in the hindsight it seems to have been the best decision, as CRF-RNN is much more computationally expensive, so I use it only once and store the output.
Closing old issues with no recent activity.
I'm running another unrelated library built on top of caffe (holistic edge detector), any suggestions on how I can import caffe from 2 different sources with the same name (caffe)?