DeepMIML icon indicating copy to clipboard operation
DeepMIML copied to clipboard

A Keras implementation of the DeepMIML Network for multi-instance multi-label learning

Results 7 DeepMIML issues
Sort by recently updated
recently updated
newest added

I want to train a model on the multi-instance multi-label dataset (scene, text), but it does not optimize. So i wonder if there is a demo that i can borrow...

Hi, Greateful github contribution! But I have a concern about the variable 'n_isntances' in deep_MIML.py. According to the paper, shouldn't the n_isntances be the depth of the 3D tensor? I...

你好,提供的vgg权重文件打不开,麻烦可以重新提交一下吗。

I thought it should be `# shape -> (n_bags, (L * K), H, W)` Right? https://github.com/kingfengji/DeepMIML/blob/560fda2d96a71706dfacb7f1fb33ee56c7444600/lib/deepmiml/deepmiml.py#L30

why adding 8 in the formula? $(x, y)=\left(\operatorname{con} v_{x} * 16+8, \operatorname{con} v_{y} * 16+8\right)$

I tried this projects on ubuntu16.04 , but I had this question: raise RuntimeError('To use MKL 2018 with Theano you must set "MKL_THREADING_LAYER=GNU" in your environement')

I want to use my own datasets to train this model, can anyone provide me some tutorials about the datasets?