alexshaodong

Results 15 comments of alexshaodong

> Using Theano backend. > Traceback (most recent call last): > File "scripts/run_all_pipeline.py", line 8, in > from src.data import import_labels > ImportError: No module named src.data Hello! I have...

> hi, when I try to train this network, I got this error : > > * boxes = self.roidb[i]['boxes'].copy() KeyError: 'boxes'' . > > I wonder anyone have ever...

In addition, I ran demo.py and found that there was an error. After I modified it, the saved image was a blank image. What should I do?

> Have never removed the background category. In the weakly-supervised branch, it is the image-level label, and thus there is no background class. For the strongly-supervised branch, the background class...

Have you solved this problem? Can you teach me?Thankyou!

> Hi, thanks for the sharing work. > I trained the model with > ` ./experiments/scripts/train.sh 0 pascal_voc vgg16 wsddnpath` > and I found in vgg16.yml it needs selective search....

> @CCC-123 In fact, that's because you only changed PROPOSAL_METHOD but ignore codes here: > > https://github.com/Sunarker/Collaborative-Learning-for-Weakly-Supervised-Object-Detection/blob/4bd0df739b8bc3c50cc8cdfed905caaae0b12b06/lib/datasets/pascal_voc.py#L113-L114 > > which only detect labels to begin a WSD rather than boxes...

> i have this problem too,and can‘t solve it 。 Have you solved this problem? Can you teach me?Thankyou!

> > > i have this problem too,and can‘t solve it 。 > > > > > > Have you solved this problem? Can you teach me?Thankyou! > > Sry...

> > > > > i have this problem too,and can‘t solve it 。 > > > > > > > > > > > > Have you solved this...