DRN-WSOD-pytorch icon indicating copy to clipboard operation
DRN-WSOD-pytorch copied to clipboard

Enabling Deep Residual Networks for Weakly Supervised Object Detection

Results 10 DRN-WSOD-pytorch issues
Sort by recently updated
recently updated
newest added

python3 projects/WSL/tools/proposal_convert.py voc_2007_train datasets/proposals/MCG-Pascal-Main_trainvaltest_2007-boxes datasets/proposals/mcg_voc_2007_train_d2.pkl mat_data["boxes"] the mat_data has no attribute of boxes??

Thanks for your great work. Here is one request: could you provide your trained models on coco and pascal voc datasets in your paper?

Droput prob here is quite high - 0.5, and it is not discussed in the paper...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

What's effective loss scaling? Does it sum or mean over classes? over batch size? How does it interact with distributed training? Is there anywhere scaling over the world size?

WSR50 config has 160 epochs: https://github.com/shenyunhang/DRN-WSOD-pytorch/blob/DRN-WSOD/projects/WSL/configs/PascalVOC-Detection/wsddn_WSR_50_DC5_1x.yaml R50 config has 28 epochs: https://github.com/shenyunhang/DRN-WSOD-pytorch/blob/DRN-WSOD/projects/WSL/configs/PascalVOC-Detection/wsddn_R_50_DC5_1x.yaml (this is true for WSR and R configs in gneral) Why is this the case? Thanks!

Hi, when using more than 1 GPU I get the following error: ``` Traceback (most recent call last): File "projects/WSL/tools/train_net.py", line 257, in args=(args,), File "DRN-WSOD-pytorch/detectron2/engine/launch.py", line 59, in launch...

Thank you for your work! I try to use the new data set for training, but I don't know how to construct my data format. Can you help me? Look...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies