1170300714

Results 6 issues of 1170300714

## ❓ Questions and Help Thanks for your novel work! Could you share the code of the settings of ILSVRC2013?

Thanks for your great work! I wants to evaluate the performance of yolo_world_s_clip_base_dual_vlpan_2e-3adamw_32xb16_100e_o365_goldg_train_pretrained-18bea4d2.pth on val set of obj365v1. I modify the config of configs/pretrain_v1/yolo_world_s_dual_vlpan_l2norm_2e-3_100e_4x8gpus_obj365v1_goldg_train_lvis_minival.py to follows: ``` _base_ = ('../../third_party/mmyolo/configs/yolov8/'...

Thanks for your great job When I train the model with tiny_fp16, I find the followings bug: Traceback (most recent call last): File "./tools/train.py", line 263, in main() File "./tools/train.py",...

Thanks for your great work! When I preprocess for SUN & SUN-SEG, I have a question for data/trans_videos_pretrain.py line 14-16: `datasets = { 'SUN-SEG': 0, }` only concludes the SUN-SEG,...