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
Thanks for your working.
I test it on dataset and get a "results.json".But the competition needs different json style just Like
{
"video_id" : int,
"category_id" : int,
"segmentations" : [RLE or [polygon] or None],
"score" : float,
}
How can I convet it?Thanks a lot.
The text was updated successfully, but these errors were encountered:
Thanks for your working.
I test it on dataset and get a "results.json".But the competition needs different json style just Like
{
"video_id" : int,
"category_id" : int,
"segmentations" : [RLE or [polygon] or None],
"score" : float,
}
How can I convet it?Thanks a lot.
The text was updated successfully, but these errors were encountered: