VC-R-CNN
VC-R-CNN copied to clipboard
[CVPR 2020] The official pytorch implementation of ``Visual Commonsense R-CNN''
The VC Feature in Google Drive is dead,would you please update them again?
Hi, the links to "10-100 VC Features per image" and "10-100 Updown Features per image" are invalid. Can you update new links? Thanks!
I use CUDA_VISIBLE_DEVICES=2 python tools/train_net.py --config-file "configs/e2e_mask_rcnn_R_101_FPN_1x.yaml" --skip-test SOLVER.IMS_PER_BATCH 2 SOLVER.BASE_LR 0.0025 SOLVER.MAX_ITER 720000 SOLVER.STEPS "(480000, 640000)" TEST.IMS_PER_BATCH 1 MODEL.RPN.FPN_POST_NMS_TOP_N_TRAIN 2000 this command to follow your instruction and I use...
I followed the [instructions](https://github.com/Wangt-CN/VC-R-CNN/blob/master/INSTALL.md) to install VC-R-CNN, however when I run the last command `python setup.py build develop` in `install.sh`, I got errors: ``` error: identifier "AT_CHECK" is undefined ```...
1. Z is built by making average on RoIs of the same class, how to deal with the different size of RoIs in one class? 2. How can I get...
As the title said, I would like to know the way to use pretrained model to generate caption for a specify image.
There are two errors while training: *wrong order of parameters caused the function call to not function properly in misc/utils.py. *dtype of a tensor was not casted to the expected...
大佬,请问能够提供36 VC Features per image的版本吗,我想做vqa方面的研究,想尝试使用您的VC特征,但希望能是每张图36个对象的版本
Hi, Thanks for your fantastic work! I am trying to apply your work for videos. For that, I am trying to combine the VC features with the I3D features. While...
Hello author, I would like to ask how Figure 7 in the paper was drawn, and where does the feature mentioned in Figure 7 represent the output of the selected...