You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. First of all, it is very grateful to share your wonderful work on Github.
I was trying to fine-tune your model on Ref-Youtube-VOS dataset with the backbone(video_swin_t_p4w7).
I followed the sample script you mentioned on the following link.
(./scripts/dist_train_test_ytvos.sh ytvos_dirs/video_swin_tiny pretrained_weights/video_swin_tiny_pretrained.pth --backbone video_swin_t_p4w7)
Hello. First of all, it is very grateful to share your wonderful work on Github.
I was trying to fine-tune your model on Ref-Youtube-VOS dataset with the backbone(video_swin_t_p4w7).
I followed the sample script you mentioned on the following link.
(./scripts/dist_train_test_ytvos.sh ytvos_dirs/video_swin_tiny pretrained_weights/video_swin_tiny_pretrained.pth --backbone video_swin_t_p4w7)
I bumped into the following error:
![스크린샷 2023-01-26 오후 1 58 56](https://user-images.githubusercontent.com/26567072/214761827-8383b352-c4da-4e25-b383-183cfdbc207b.png)
This error comes from this part:
That's because there is no key named "dataset_name" in the variable "target" which was defined in the getitem function.(getitem link: https://github.com/wjn922/ReferFormer/blob/9c8f237adc260c512a1c5ecfc7aee81b8282649a/datasets/ytvos.py#L166
Here is the debugging output of the target value in the error prompt..
Am I missing something??
I could not find a way to solve this error.
I am really appreciating if you give me any hints for this.
The text was updated successfully, but these errors were encountered: