Ming Li

Results 35 comments of Ming Li

> Yes. Like this: `load_dataset("THUDM/ImageRewardDB", "8k_group")` Thanks a lot!

> Yes. Like this: `load_dataset("THUDM/ImageRewardDB", "8k_group")` Hi, @xujz18 I tried to download the `8k_group` follow your instruction with following code: ``` from datasets import load_dataset dataset = load_dataset("THUDM/ImageRewardDB", "8k_group", num_proc=8)...

> Hello, I would like to ask whether fc_class and fc_reg are retained in the final pre-training model (whether the final finetune results in the paper retain the above two...

> I read the questions on the discussion board,use SOCO code to get my custom dataset's filtered_proposals. SOCO code as this: > > ### Prepare data with Selective Search >...

Hi, I believe this mismatch is caused by the different dataset formats between ImageNet and COCO. The implementation of selective search in SoCo is designed for ImageNet dataset, while our...