I defined a new config that attempt to train on my custom dataset (VOC format).
The command I used is : python tools/train.py configs/swin/upernet_swin_tiny_patch4_window7_512x512_160k_mfdataset.py --options model.pretrained = checkpoints/swin_tiny_patch4_window7_224.pth --gpus=1 --gpu-ids=1
I defined a new config that attempt to train on my custom dataset (VOC format). The command I used is : python tools/train.py configs/swin/upernet_swin_tiny_patch4_window7_512x512_160k_mfdataset.py --options model.pretrained = checkpoints/swin_tiny_patch4_window7_224.pth --gpus=1 --gpu-ids=1
The config I defined is:
Is there have any problem? Or there is have another way to train a VOC format dataset with swin-upernet? Thank you for your concern!