yzjdz

Results 2 issues of yzjdz

I try to training my dataset, and i have reference the three steps in README.md, I use the pretrained weights resnet_v1_50.ckpt, and i modify the $PATH_ROOT/libs/configs/cfgs.py and $PATH_ROOT/libs/label_name_dict/lable_dict.py and $PATH_ROOT/data/io/read_tfrecord.py,...

In the COCO_Caption_Scorer calculation process(class ImageCaptionDataset), jieba was not used for word segmentation; Instead, labels and predictions were directly used for metric calculation. Is this reasonable? I used VLMEvalKit to...