Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

valid_sub_YouTube_VOS_dataset #5

Closed
qihao-huang opened this issue Jun 30, 2021 · 1 comment
Closed

valid_sub_YouTube_VOS_dataset #5

qihao-huang opened this issue Jun 30, 2021 · 1 comment

Comments

@qihao-huang
Copy link

qihao-huang commented Jun 30, 2021

valid_sub_YouTube_VOS_dataset = dataset_base.copy({
    'img_prefix': '../datasets/YouTube_VOS2019/train/JPEGImages',
    'ann_file': '../datasets/YouTube_VOS2019/annotations_instances/valid_sub.json',
    'test_mode': False,
})

@MinghanLi
It sounds like you split the train jsons into train_sub and valid_sub for epoch/iterations evaluation.
Could you provide more details about this one such as how to split to reproduce your results? I could not find it across the codes.

And, is that the train-sub and valid_subare only used in developments, and all reported results are trained by full train set after 12 epochs for YT and 20 epochs for OVIS?

Thanks!

@MinghanLi
Copy link
Owner

Since the GT of validation set is not public, we have to submit the .json file of validation set to the official web of Codelab to test the performance of models. It is very inconvenient. We, therefore, divide the train set of train.json into train_sub.json (top nine tenths) and valid_sub.json (the last tenth), hoping to make it more convenient to verify some ideas.

But for all reported results, we keep same settings with other methods. We train STMask on all train set after 12 epochs for YT and 20 epochs for OVIS. Because the more data, the better the result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants