SEC icon indicating copy to clipboard operation
SEC copied to clipboard

Seed, Expand, Constrain: Three Principles for Weakly-Supervised Image Segmentation

Results 11 SEC issues
Sort by recently updated
recently updated
newest added

Hi, I have the following error: /_caffe.so: undefined symbol: _ZN5caffe3NetIfE21CopyTrainedLayersFromERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE terminate called after throwing an instance of 'boost::python::error_already_set' *** Aborted at 1636388098 (unix time) try "date -d @1636388098" if you...

Hello, Thank you for your complete instruction for guiding to perform semantic segmentation. Following the idea of SEC, I am trying to implement it using Pytorch. However, when I try...

Hi, I was wondering whether you could make the files available to train the localization cues on different datasets. Specifically I assume that to create the [deploy.prototxt](https://github.com/kolesman/SEC/blob/master/weak-localization/background/deploy.prototxt) you: - Removed...

Hello All, Could you please explain how to apply Global Weight rank pooling in pytorch. For your refernce the article which discussed is mentioned as below. Thank you @inproceedings{kolesnikov2016seed, title={Seed,...

C:\caffe\SEC>pip install CRF/ Processing c:\caffe\sec\crf Building wheels for collected packages: CRF Running setup.py bdist_wheel for CRF ... error Complete output from command c:\users\appdata\local\continuum\anaconda3\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\AppData\\Local\\Temp\\pip-req-build-z7mghxx5\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n',...

Could you provide more details about the localization fine tune on pascal voc? For example, 10582 image labels for the `input_list.txt` ? I would be very appreciated if you can...

hi, im trying to train the network. im getting the following error. any idea how to fix it? Couldn't import dot_parser, loading of dot files will not be possible. Traceback...

Hi, I am not sure if it is an issue. If I specify different GPU ID for theano and caffe, caffe will get stuck before training.

Thank you very much for providing the code. Could you please provide the complete code to generate the localization_cues.pickle?

Hello, I appreciate if you reply these questions. at least nobody will ask these on future. 1) I have created a small dataset on VOC format and I want to...