We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I tried to run evaluate_range for TIDE.MASK but gave an error : --> list input can be bounding box (Nx4) or RLEs ([RLE])
my dataset dict was like this : {'_id': 0, 'bbox': [365.0, 436.0, 657.0, 331.0], 'class': 59, 'ignore': False, 'image': 5, 'mask': [[536.4705882352941, 436.1764705882353, 610.5882352941177, 439.70588235294116 ]], 'score': 1}
is anything wrong with the structure? Thank you in advance
The text was updated successfully, but these errors were encountered:
I have the same error and did not solved it yet. Is it possible that the gt is not correct?
Sorry, something went wrong.
No branches or pull requests
Hi,
I tried to run evaluate_range for TIDE.MASK but gave an error :
--> list input can be bounding box (Nx4) or RLEs ([RLE])
my dataset dict was like this :
{'_id': 0,
'bbox': [365.0, 436.0, 657.0, 331.0],
'class': 59,
'ignore': False,
'image': 5,
'mask': [[536.4705882352941,
436.1764705882353,
610.5882352941177,
439.70588235294116
]],
'score': 1}
is anything wrong with the structure?
Thank you in advance
The text was updated successfully, but these errors were encountered: