cmn icon indicating copy to clipboard operation
cmn copied to clipboard

Code release for Hu et al. Modeling Relationships in Referential Expressions with Compositional Modular Networks. in CVPR, 2017

Results 9 cmn issues
Sort by recently updated
recently updated
newest added

Thank you for your code. For this step "Download the GloVe matrix for word embedding:" When I run ./word_embedding/download_embed_matrix.sh got this error: HTTP request sent, awaiting response... 404 Not Found....

I'm trying to build the ROIPolling operation with TF 1.15.0, CUDA 10.2 and g++-7.5.0, but I'm getting the following errors: `/lib/python3.6/site-packages/tensorflow_core/include/absl/strings/string_view.h(495): error: constexpr function return is non-constant tensorflow/core/util/cuda_kernel_helper.h(52): error: class...

Hi, it would be very nice if you could provide pretrained models for the Visual Genome and Google-Ref datasets. Is this possible? Cheers, Oier

Hi, When I run the file build_visgeno_imdb.ipynb, the result shows 'rel_data' is not defined. Could you give me some help about this problem?

In the folder **cmn/exp-cub200/data/** how did you get train_bboxes.json,test_bboxes.json and val_bboxes.json? Which are being used in the > build_cub200_imdb.ipynb?

### Testing scripts in exp-visgeno-rel The `DataReader` allows to read the same batch several times even at testing time, if a batch raises an IOError in `run_prefetch` from `util/visgeno_rel_train/rel_data_reader.py`, it...

If I try to train the model on Visual Genome, this error occurs. (tensorflow 1.2.1) Traceback (most recent call last): File "./exp-visgeno-rel/exp_train_visgeno_attbilstm_strong.py", line 65, in text_seq_batch, num_vocab, embed_dim, lstm_dim, vgg_dropout,...