ckmstydy
ckmstydy
> Okay well PR doesn't transfer releases 😅 should have seen this coming. > Anyway I've DMed you on discord how do setup .pt files onto github via releases. >...
Do you know which model is used to obtain the **label_info** of the COCO_Caption dataset?
VQA2.0 dataset use COCO iamges
Hello. In line 382 of oscar_tsv.py, img_label_file_path is os.path.join(self.image_label_path[dataset_name], 'predictions_gt.tsv'), However, the file I downloaded only contains prediction.tsv. May I ask where to download predictions_gt.tsv in the code, or are...
@coldmanck Hello, When you did the pre-training, small corpus and large carpus take the same amount of time? When I tried,why is it so much slower to pre-train with a...
hi, Do you know how the author generated the data provided in the link below(https://biglmdiag.blob.core.windows.net/vinvl/datasets/coco_caption)?
> @Lizw14 Hi, may I ask could you please provide mask-rcnn labels of the test-dev and test-std set? Thank you very much! hello, did you get these two files? If...
> 命令应该没有什么问题,呃 方便的话您可以贴一下causal-motifs-sgdet文件夹里有哪些东西吗,我这里应该是有 > > ``` > config.yml labels.json log.txt VG_stanford_filtered_with_attribute_train_statistics.cache > inference last_checkpoint model_0028000.pth > ``` > > 把模型文件也一起解压到这里了 您好,我在运行relation_test_net.py时,cfg.merge_from_file(args.config_file)行出现一个bug:KeyError: 'Non-existent config key: MODEL.RELATION_ON'。。。。但是我看cfg、config_file里面都有这个Key,请问您遇到过吗?