AnwarUllahKhan

Results 13 comments of AnwarUllahKhan

Dear researchers, I am facing this problem using coco dataset so how can I found bounding_boxes.txt file for coco dataset? @sethjuarez @taoxugit Thank you very much

@RaiAbhishek dear, this is the code if data_dir.find('birds') != -1: self.bbox = self.load_bbox() else: self.bbox = None split_dir = os.path.join(data_dir, split) self.filenames, self.captions, self.ixtoword, \ self.wordtoix, self.n_words = self.load_text_data(data_dir, split)...

@RaiAbhishek @sethjuarez @taoxugit Load from: ../data/coco\captions.pickle 1 5 Traceback (most recent call last): File "pretrain_DAMSM.py", line 246, in assert dataset AssertionError how can I solve this problem?