Peng QI

Results 4 comments of Peng QI

> > I used the provided pre-trained BriVL model to obtain the text and image embeddings for classification tasks, but the results are dissatisfactory. Will the fine-tuning code be provided?...

> > > > I used the provided pre-trained BriVL model to obtain the text and image embeddings for classification tasks, but the results are dissatisfactory. Will the fine-tuning code...

I used Detectron2 with weight _mask_rcnn_R_50_FPN_3x.yaml_ to get 100 candidate bboxes, but the coordinates are not exactly the same as that in the _example.jsonl_. So I'd like to know if...

> > > The data.json file does not contain the 'label' column. My way to solve this problem is to modify the `SVFENDDataset` as follows: > > > ```python >...