ios_camera_object_detection
ios_camera_object_detection copied to clipboard
Xcode keeps disconnecting the app.
Hey @yjmade
Nice work on this. There are a couple of things that's sort of an issue for me.
- Xcode keeps disconnecting the app and asking me to attach it to the process again. Is this some issue with the memory? I'm running this on an iphone 6s.
- The inference is delayed a lot. It's not exactly realtime as it is when i run yolo on my webcam. Any reasons for this? thanks!
for 1, no idea since I haven't work on it for a long time. for 2, do you enable optimizing when compiling tensorflow? with -O2, performance improved a lot.
I don't think I enabled optimising while compiling Tensorflow. I'll check it and let you know. On Fri, 5 May 2017 at 2:02 PM, Jay Young [email protected] wrote:
for 1, no idea since I haven't work on it for a long time. for 2, do you enable optimizing when compiling tensorflow? with -O2, performance improved a lot.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/yjmade/ios_camera_object_detection/issues/2#issuecomment-299410847, or mute the thread https://github.com/notifications/unsubscribe-auth/AB_0NStUlDdO--WTcjbuYMl_twuKSAGoks5r2t6igaJpZM4NRnlH .
@Shoshin23 I've got same issue.
And also got error logs below = = = = = = = = = = = = = = = = = = = : E /tensorflow/tensorflow/examples/ios/ios_camera_object_detection/CameraExampleViewController.mm:387] Running model failed:Invalid argument: Session was not created with a graph before Run()! = = = = = = = = = = = = = = = = = = =