Nguyen Phan Du

Results 6 comments of Nguyen Phan Du

The same to me. I can use System.Diagnostics.Process to call command "./darknet classifier predict cfg/imagenet1k.data cfg/darknet19.cfg darknet19.weights data/dog.jpg" And read the standard output. But I think it is not the...

I got the same issues with flutter run in RK3288 android board , in my emulator and my phone are working. I also try with codec by add these line...

I found that you should folk this git then change DefaultVideoDecoderFactory to software, check my answer in this link: https://github.com/flutter-webrtc/flutter-webrtc/issues/1060 Cause I found that DefaultVideoDecoderFactory only work with software decoder...

I found this one, because the include folder may wrong. If upgrade to cuda 12 so that the include folder should change to the same version eg: this one related...

Thanks but here is my case. https://github.com/badpaybad/flutter-audio-cutting/tree/main/lib/interop/simpleclang I use cmake to build then copy to android/app/src/main/jniLibs/x86_64/libsimpleso.so in void main ``` final dylib1 = ffi.DynamicLibrary.open("libsimpleso.so"); ``` I got error above ------...

mine same issues with laptop: AMD Ryzen 7 8845H w/ Radeon 780M Graphics Can any one help me? I tried many time with this guide line: `https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/3rd-party/pytorch-install.html` I created docker...