Collaborative-Learning-for-Weakly-Supervised-Object-Detection icon indicating copy to clipboard operation
Collaborative-Learning-for-Weakly-Supervised-Object-Detection copied to clipboard

Results 12 Collaborative-Learning-for-Weakly-Supervised-Object-Detection issues
Sort by recently updated
recently updated
newest added

Hi, thanks for your excellent work! But I have some questions during testing and training,and hoping for your help. As I read your paper, pretrained wsddn model that downloaded from...

Traceback (most recent call last): File "./tools/trainval_net.py", line 150, in max_iters=args.max_iters) File "/home/nieqinqin/liuxiaoyu/CLWS/tools/../lib/model/train_val.py", line 365, in train_net sw.train_model(max_iters) File "/home/nieqinqin/liuxiaoyu/CLWS/tools/../lib/model/train_val.py", line 239, in train_model lr, last_snapshot_iter, stepsizes, np_paths, ss_paths =...

Set proposal method: gt Appending horizontally-flipped training examples... wrote gt roidb to /home/yang/Documents/Collaborative-Learning-for-Weakly-Supervised-Object-Detection-master/data/cache/voc_2007_trainval_gt_roidb.pkl Traceback (most recent call last): File "./tools/trainval_net.py", line 114, in imdb, roidb = combined_roidb(args.imdb_name) File "./tools/trainval_net.py", line...

Hello, thanks for the sharing work. I trained the model with `./experiments/scripts/train.sh 0 pascal_voc vgg16 path_to_wsddn_pretrained_model` But I got this questions: (torch0.4) Alex@oo:/home/sdb1/csj/idiea/Collaborative-Learning$ bash ./experiments/scripts/train.sh 0 pascal_voc vgg16 path_to_wsddn_pretrained_model +...

Excuse me, have you tried using fast_rcnn without the RPN module. I have tried, but the result is not ideal. Is it because the RPN module can generate better proposals?...

>>> cross_entropy: 0.001210 >>> lr: 0.001000 speed: 2.425s / iter /gruntdata/disk2/hm/CLWSOD/tools/../lib/nets/network.py:569: UserWarning: invalid index of a 0-dim tensor. This will be an error in PyTorch 0.5. Use tensor.item() to convert...

when i see the classes,there is 20 classes,removed the background class。so,i don't know why remove the background from the category list??how can i understand it?please.

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. I tried to modified...

Hi,I'd like to ask you a question. What GPU does this program run on and how long it takes to train? Best wishes!