object_relation_transformer icon indicating copy to clipboard operation
object_relation_transformer copied to clipboard

Implementation of the Object Relation Transformer for Image Captioning

Results 14 object_relation_transformer issues
Sort by recently updated
recently updated
newest added

The page for obtaining dataset_coco.json is 404 not found. Is there any other way to obtain it or can you share the data?

$ python scripts/prepro_bbox_relative_coords.py --input_json data/dataset_coco.json --input_box_dir data/cocobu_box --output_dir data/cocobu_box_relative --image_root image Reading coco dataset info Output dir: data/cocobu_box_relative processed 0 images (of 123287) Traceback (most recent call last): File "scripts/prepro_bbox_relative_coords.py",...

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...

when I run code: python scripts/make_bu_data.py ![image](https://user-images.githubusercontent.com/17546537/125047315-6b6ca100-e0d1-11eb-9b22-efc8c6c6db82.png) how can I solve this problem.

Eval scripts provides evaluation on user patch of images: `# For evaluation on a folder of images: parser.add_argument('--image_folder', type=str, default='', help='If this is nonempty then will predict on the images...

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...

by running make_bu_data.py wu get: cocobu_box. but i don't know what the item['box'] refers to!!

Hej, thank you a lot for your great work and some nice code! I have a question regarding the self-criticial extra training. I am not exactly sure if there is...

When I try to evaluate the model on coco test split for 6w images by the command of "python eval.py --dump_images 0 --num_images 5000 --model log_relation_transformer_bu/model-best.pth --infos_path log_relation_transformer_bu/infos_relation_transformer_bu-best.pkl --image_root ./data/coco2014/...

Python 2.7 (because there is no coco-caption version for Python 3) PyTorch 0.4+ (along with torchvision) Because there is no pytroch0.4+ according to python2.7.