Closed multi-type closed 1 month ago
How did you obtain YOLOX-Swin Pretain Models on ImageNet VID? Please teach me.
The COCO pretrained weights for swin-tiny backbone could be found in https://huggingface.co/YuhengSSS/YOLOV/blob/main/swin_tiny_coco_pretrained.pth. The swin-based pretrained backbone is too large to upload for now, I will get back to you when it's finished.
Hello,the swin-based weights of COCO pretraining is available at https://huggingface.co/YuhengSSS/YOLOV/blob/main/yoloxx_swin_base384.pth .
Can you provide the initialization pre training weights used for training YOLOX (YOLOX SwinTiny and YOLOX SwinBase)? I don't have this weight, so I can't get your results by training YOLOX SwinTiny from scratch according to the configuration of \exps\swin_base\swin_tiny_vid.py.Thanks!