Replies: 2 comments 1 reply
-
Do you started the panoptic training? if did can you share some code structure? thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am also blocked by a similar issue. If you were able to figure it out, could you please let me know how you got it to work? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to register a custom panoptic dataset that I've put into the appropriate COCO format following here.
However, when I go to train, I get the following error:
assert "sem_seg" in batched_inputs[0] AssertionError
I am curious if my registration process is incorrect. I use:
And the following is the format of the annotations:
Beta Was this translation helpful? Give feedback.
All reactions