ios_camera_object_detection icon indicating copy to clipboard operation
ios_camera_object_detection copied to clipboard

Realtime mobile visualize based Object Detection based on TensorFlow and YOLO model

Results 6 ios_camera_object_detection issues
Sort by recently updated
recently updated
newest added

hello, I get a error when building: `The file “CameraDetect.app” couldn’t be opened because you don’t have permission to view it.` how to fix it? can you give some advises?

this is different from issue #3 .I ran it on tensorflow 1.7. In header search paths replace "$(SRCROOT)/../../makefile/downloads/eigen-latest" with "$(SRCROOT)/../../makefile/downloads/eigen" didn't help. Thanks!

Hey @yjmade Nice work on this. There are a couple of things that's sort of an issue for me. 1) Xcode keeps disconnecting the app and asking me to attach...

@yjmade hi, i have an error that the line in Tensor file #include "unsupported/Eigen/CXX11/Tensor" cause an error: 'unsupported/Eigen/CXX11/Tensor' file not found. but it didn't have such error when i run...