torrvision / crfasrnn

This repository contains the source code for the semantic image segmentation method described in the ICCV 2015 paper: Conditional Random Fields as Recurrent Neural Networks. http://crfasrnn.torr.vision/
Other
1.34k stars 462 forks source link

Another caffe package #63

Closed AlexTS1980 closed 7 years ago

AlexTS1980 commented 8 years ago

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)?

bittnt commented 8 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

AlexTS1980 commented 8 years ago

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.

sadeepj commented 7 years ago

Closing old issues with no recent activity.