anonym24

Results 77 issues of anonym24

``` $ make pip install runcython Requirement already satisfied: runcython in d:\programfiles\conda\lib\site-pacges Requirement already satisfied: Cython>=0.10 in d:\programfiles\conda\lib\site-ckages (from runcython) makecython++ stitch_wrapper.pyx "" "stitch_rects.cpp ./hungarian/hungarian.cpp Package python was not found...

Seems to be setRecognizer*Sound methods don't work (it still plays default beep sounds): ``` config.setRecognizerStartSound(my_audio); config.setRecognizerStopSound(my_audio); config.setRecognizerCancelSound(my_audio); ``` I tried sample app: ``` public class AIDialogSampleActivity extends BaseActivity implements AIDialog.AIDialogListener...

it would be much easier to install tensorflow using CocoaPods https://www.tensorflow.org/mobile/ios_build building from source is so much pain (when you don't even have a mac, but use virtual machines) I...

Back button stops working after some rotations (landscapeRight > landscapeRight > landscapeRight) ` self.navigationController?.popViewController(animated: true)` doesn't do anything after (landscapeRight > landscapeRight > landscapeRight)

`support horizontal gestures Fast forward, pause, vertical gestures Support brightness and volume adjustment` and how does exactly work? it seems quite buggy once it just started to control only brightness...

Next example record video weirdly, it drops a lot of frames, not smooth What could be the issue? ``` public class TestMp4MuxerActivity2 extends AppCompatActivity { private CameraStreamPublisher streamPublisher; private CameraPreviewTextureView...

I tried TestCameraAndVideoActivity sample, but what does it do? Does it write to a file? I could not find this video file ![screenshot_2018-07-22-13-58-54-582_com chillingvan instantvideo sample](https://user-images.githubusercontent.com/8851301/43044911-8e9009c6-8db7-11e8-8f9d-410477f9c576.png) Also it has many...

Recording fails to start on KitKat 4.4 (Samsuns GT-9070), some audio error ``` 09-20 22:02:17.636 16238-16238/com.testaudiovideosample E/dalvikvm: Could not find class 'android.support.v4.app.ActivityCompat$SharedElementCallback21Impl', referenced from method android.support.v4.app.ActivityCompat.setExitSharedElementCallback 09-20 22:02:29.788 16238-16238/com.testaudiovideosample E/VideoRecorder-VideoRecorder:...

more: https://stackoverflow.com/questions/48540004/converting-cvpixelbuffer-to-mat-opencv ``` opencv(1934,0x16f087000) malloc: *** error for object 0x16f086108: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug ``` **my Swift code:** ``` fileprivate...

So where is .pb file - tensorflow model?