hebangwen
hebangwen
> com.daasuu.gpuv.camerarecorder.capture.MediaEncoder.drain > > MediaEncoder.java, line 274 > > java.lang.IllegalStateException: java.lang.IllegalStateException > > android.media.MediaCodec.native_dequeueOutputBuffer MediaCodec.java > android.media.MediaCodec.dequeueOutputBuffer MediaCodec.java:2789 > com.daasuu.gpuv.camerarecorder.capture.MediaEncoder.drain MediaEncoder.java:274 > com.daasuu.gpuv.camerarecorder.capture.MediaEncoder.run MediaEncoder.java:132 > java.lang.Thread.run Thread.java:919 > > Device:...
I find `session.openChannel('exec')` can give me correct output instead of `session.openChannel('shell')`. I have no idea what's the difference between OpenShell for Windows and Linux, but I will keep trying.
Hi, I don't know whether you keep using AnyNet. But, for question 1, I find `spn_t1` is compatible with PyTorch 1.0.
Hi, @tony-laoshi. I use images from the evaluation, but the `Floating point exception (core dumped)` exception was raised. So I want to ask you whether you have finished exporting.
> Hi, @tony-laoshi. I use images from the evaluation, but the `Floating point exception (core dumped)` exception was raised. So I want to ask you whether you have finished exporting....
@tony-laoshi I haven't tested the exported ONNX model. In my implementation, I ignore the SPN module, which requires CUDA and is incompatible with mobile SoC. If you compare the original...
@tony-laoshi Happy to see this problem can be solved under your hard work. I think it will be a good help for the latecomers to solve this problem.
Hi, @tony-laoshi . My debug method is returning the result after every single instruction. For example, in anynet.py: ``` python def forward(self, left, right): img_size = left.size() feats_l = self.feature_extraction(left)...
For the neural network, its output is not certain. You can output your metricsto determine whether it's good or bad
> A PR is opened to fix it, #990. Please check it out to see if it helps. Thanks for your working. I try to install from your branch and...