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
In what format can we expect the object detection inference output (output.dimg) to be?
Are both the coordinates and the labels supposed to be in the same output file?
And what is the significance on negative numbers in the output.
In my result, I got all negative numbers. Does it mean that there was no object found?
The text was updated successfully, but these errors were encountered:
hi,
how do you open file output.dimg ? gedit ?
i run ./nvdla_runtime and it shows "test pass", but when i open output.dimg with vim, it comes out messy code.
hi,
how do you open file output.dimg ? gedit ?
i run ./nvdla_runtime and it shows "test pass", but when i open output.dimg with vim, it comes out messy code.
Use --rawdump in nvdla_runtime you will get the output in readable text format.
In what format can we expect the object detection inference output (output.dimg) to be?
Are both the coordinates and the labels supposed to be in the same output file?
And what is the significance on negative numbers in the output.
In my result, I got all negative numbers. Does it mean that there was no object found?
The text was updated successfully, but these errors were encountered: