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

Input data formats #11

Open
IamExperimenting opened this issue Nov 5, 2021 · 1 comment
Open

Input data formats #11

IamExperimenting opened this issue Nov 5, 2021 · 1 comment

Comments

@IamExperimenting
Copy link

Hi @kaanakan, thanks for implementing this. Could you please post some sample ground truth and predictions data. So we can refer that produce the same.

@tharindu326
Copy link

det = [[349, 832, 470, 907, 0.9968715906143188, 0], [469, 789, 676, 886, 0.9854957461357117, 0], [759, 887, 907, 1065, 0.9964740872383118, 4], [1234, 736, 1341, 757, 0.7642012238502502, 11], [1683, 513, 1759, 556, 0.8026162385940552, 13], [1883, 438, 1919, 503, 0.7332593202590942, 13], [478, 293, 514, 338, 0.70100337266922, 13]]
gt = [[0, 575, 789, 677, 889], [0, 469, 806, 581, 860], [0, 349, 829, 472, 907], [1, 474, 289, 512, 342], [1, 1681, 511, 1755, 563], [1, 1873, 439, 1920, 506]]

inputs are like:

detections: np.array(det)
labels: np.array(gt)

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