How to save Pickle with results in MMDeploy? #2670
Unanswered
robotville
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to save the results of inference with MMDeploy into a pickle file. To be specific, I want the predictions for each image input saved, NOT the summary statistics (mAP, etc.)
In the documention https://mmdeploy.readthedocs.io/en/latest/02-how-to-run/profile_model.html it says this can be done via the "--out" flag but this seems to have been removed starting in MMDeploy 1.0
How do I produce this pkl file in newer versions of MMDeploy?
Beta Was this translation helpful? Give feedback.
All reactions