py-bottom-up-attention
py-bottom-up-attention copied to clipboard
PyTorch bottom-up attention with Detectron2
## ❓ How to use Detectron2 Questions like: I followed GETTING_STARTED.md. But it doesn't make a result file which include object's vector and label. I want to get them. In...
## ❓ How to use Detectron2 Questions like: 1. How to do extract the features with detectron2 as shown in your demo? I am using [this config](https://github.com/facebookresearch/detectron2/blob/master/configs/COCO-InstanceSegmentation/mask_rcnn_R_101_FPN_3x.yaml) I have a...
If I want to use this repo to extract RCNN image features to train LXMERT, how can I do that? Do I just dump the features from ``` # Show...
Could you maybe elaborate (i) which files you need to train a bottom-up attention model from scratch, i.e: do you need to convert VG to the COCO format and (ii)...
Hi, Thanks for sharing the weights converted from the Caffe model. But it seems that the weights of the attribute head are removed. Is there way to convert the weights...
Traceback (most recent call last): File "/Users/mingyang.mmy/Documents/project/multimodel/detect/py-bottom-up-attention/demo/demo_feature_extraction.py", line 47, in cfg.merge_from_file("../configs/VG-Detection/faster_rcnn_R_101_C4_caffe.yaml") File "/Users/mingyang.mmy/opt/anaconda3/envs/python3.7/lib/python3.7/site-packages/detectron2/config/config.py", line 49, in merge_from_file self.merge_from_other_cfg(loaded_cfg) File "/Users/mingyang.mmy/opt/anaconda3/envs/python3.7/lib/python3.7/site-packages/fvcore/common/config.py", line 120, in merge_from_other_cfg return super().merge_from_other_cfg(cfg_other) File "/Users/mingyang.mmy/opt/anaconda3/envs/python3.7/lib/python3.7/site-packages/yacs/config.py", line 217,...
I want to know how I can use the combination of ImageNet and VGG class names for label prediction for each RoI? Currently you are supporting VGG in demo_vgg notebook...
I am using the demo_vg_detection.ipynb notebook however, based on https://pastebin.com/raw/uguZftVy 'gun' is not one of the classes. Could you please give me some guidance how I could use this notebook...
### Problem Tried Installing on a Linux GPU V100 cuda 10.1 machine with GLIBC 2.17 , This repo requires AMD ROCM (no hipcc found was the gcc error). AMD ROCM...
Thanks for your great job. I am trying to use the demo tools you have revealed to extract RoI and box features. Since It is too slow to extract features...