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
And then read the the generated .npy file. I want to avoid reading from file as it is a very time consuming operation. Is there a way of returning the results from the system call itself? Are you planning to implement this?
The text was updated successfully, but these errors were encountered:
I want to run inference on my exported
.joint
model to be able to evaluate its INT8 COCO mAP performance. I only see one way of doing this:And then read the the generated
.npy
file. I want to avoid reading from file as it is a very time consuming operation. Is there a way of returning the results from the system call itself? Are you planning to implement this?The text was updated successfully, but these errors were encountered: