-
请问在论文report的数据中,是否所有模型都使用了ten_crop? 还是VGG使用了ten_crop而ResNet没有用?
我比较好奇的是用ten_crop来提升分类的精度是否是所有模型分类通用做法?我看到的一些分类问题使用ResNet的时候并没有用ten_crop。比如ResNet50在ImageNet分类里达到76.2的Top1精度,是没有用ten_crop的?
-
Hi,
Are there any instructions for adding the dependencies on Windows? I'm thinking of asdcp and libmaic in particular. You can use homebrew or apt-get on non windows machines, but on Windows (we do…
-
hi,
in https://arxiv.org/pdf/2001.07437.pdf , the pxap performance changed between using maxboxacc (tab.2) and using maxboxaccv2 (tab.8) over openimages. i didnt expect that.
why is that?
because t…
-
Thank you for putting together this brilliant collection of WSOL methods and shedding light on the reality of the progress in the field! Truly appreciated!
I was trying to run your code on my own cus…
ghost updated
3 years ago
-
Can you please provide any insights on why you crop images in 224x224 patches by default and why you resize them to 256x256, regardless of input image size?
ghost updated
3 years ago
-
I upload the source for DGL
Title: Dual-Gradients Localization Framework for Weakly Supervised Object Localization
Pdf: https://dl.acm.org/doi/10.1145/3394171.3413622
code: https://github.com/chuan…
-
**Context:**
marinade.finance merged with SmartPool and we're merging codebases now under the marinade umbrella.
The new marinade codebase is here: https://github.com/marinade-finance/marinade-ancho…
-
Dear Professor,
I have downloaded the R package —regsynth— from your github.When I run the codes of your example “EXE_VoterTurnout.R”,I get some errors.there are no
wsol.R matching.R and UtilitaryF…
-
Hello author, I have read your paper and find it very inspiring! Here is my question:
when I test the code which you use to generate gt_bbox :
def load_val_bbox(label_dict,all_imgs,gt_location):
…
-
It seems that there are some files not provided in your project
1、Could you release the whole project ,or train_frame_crsimg_center_feat.py
2、 In the train_frame.py , you used my_optim.reduce…