mediapipe
mediapipe copied to clipboard
Error on traced file on 0.8.3.1
Hi. When I download the traced file from the iOS app built with the profile setting and upload it to viz.mediapipe.dev, the following error occurs on v0.8.3.1 and no problem on v0.8.2.
Loader Could not load trace 'mediapipe_trace_0.binarypb'.
Uploader Could not load trace 'mediapipe_trace_0.binarypb': Cannot read property 'name' of undefined
I attached the traced file of version 0.8.3.1. mediapipe_trace_0.binarypb.zip
Thanks
Hi @luke-han, Could you please elaborate the above issue with complete details like which solution are you trying, what are your steps and when is the error occurred. Thanks !
@sgowroji
Hi, I used my own custom graph, but I could reproduce with FaceEffectApp.
I added the following codes at the top of mediapipe/graphs/face_effect/face_effect_gpu.pbtxt
and run FaceEffectApp on iOS 14.4.1 (iPhone 12 Pro Max)
profiler_config {
trace_enabled: true
enable_profiler: true
trace_log_interval_count: 200
}
And, I downloaded the container and upload AppData/Documents/mediapipe_trace_0.binarypb
file to the viz.mediapipe.dev.
Thanks!
It's working fine while running on IOS device. But facing issue on viz.mediapipe.dev. Right?
It's working fine while running on IOS device. But facing issue on viz.mediapipe.dev. Right?
Yes that’s correct. I think some keys of the traced file are missing.
Is there a solution for this? I am getting the same error currently. thanks in advance
Confirmed same issue on 0.8.3.2.
I can confirm that traces collected on Linux also present this problem
Would also like to see this fixed.
I confirmed the same issue on macOS(0.8.3.2).
Is there any other method to see visualization of the .binarypb?
It is happening on macOS with hands and object detector. Any updates on this?
Hi @luke-han, This issue is fixed in the latest release of mediapipe 0.8.11
, Could you please let us know if this is still an issue at your end. Thank you!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you.
Closing as stale. Please reopen if you'd like to work on this further.