publioelon
publioelon
When trying to run the gradle build the following error is output: `Unresolved reference: code` at path:` \rtsp\src\main\java\com\pedro\rtsp\rtp\sockets\RtpSocketTcp.kt` Line: `private val tcpHeader: ByteArray = byteArrayOf('$'.code.toByte(), 0, 0, 0)` Currently using...
I am using a SDK and I am trying to use this library with it. However, it gives the following error as output: `Caused by: com.android.builder.dexing.DexArchiveBuilderException: Failed to process C:\Users\MyUser\.gradle\caches\transforms-1\files-1.1\rtmp-2.1.4.aar\574ab04870bc05005f324256fa72102c\jars\classes.jar`...
Hello, I have a MobileNetV2 That I am trying to use for image classification by means of transfer learning, although apparently seems to not work. Initially, I perform transfer learning...
Greetings, I have an USB thermal camera for android and would like to implement this library with it. I can't get around the software to implement it because of the...
Hello, I'd like to apologize in advance if this isn't the right place to do so, but I need coding help with FFmpeg-kit. I have an SDK that gives me...
Hi, I'd like to ask what changes are needed to distil knowledge between a teacher with a sigmoid function loss and a student with softmax loss?
### Description Greetings, I am trying to build the C++ libcoral for the Bullseye OS on a Raspberry Pi 4B and the tutorial offered here: https://github.com/google-coral/libcoral seems to not be...
Hi, I am using a thermal camera and by the default the raw image needs to be converted to grey scale. I managed to get the library working, but I...
### Description I am trying to convert a model that has VGG-16 as a base model, a classifier, GlobalAveragePooling2D and Dropout to Tensorflow Lite after doing quantization-aware training, but I...