MSDSibu
MSDSibu
while building the native code to generate ViveMediaDecoder.dll, getting errors of header files are missing The command used in ubuntu terminal for building the native code **_gcc -shared -o ViveMediaDecoder.all...
The video with just one 1 I frame and 4 P frame is taking almost (~25 ms to allocate and initialize decoder context and additionally more than 100 ms is...
I have encoded 5 frames in one video file. Is it possible to show exactly the 4th/5th frame on the unity screen? As per observation, I have seen the current...
As specified in Readme, I have added the required ffmpeg dlls, Using the quad one from the demo, just specified the video and enable Play on Awake. After playing this...
Can anyone please send or upload the build file for the native script? I have tried **_gcc -shared -o mylib.dll dllmain.cpp_** but its showing one header file is missing (SDKDDKVer.h...
I am running GPUVideoPlayer on a Windows 64 bit PC on Unity 2018.1.0b4. I am getting the following error of DLLNotFound Exception. Can you please tell me why I am...
can anyone please tell me how to output the detected class and bounding box of the detected object from the inference.py?
While training yolov3 model for my custom dataset through running **_python train.py --pretrained_weights weights/darknet53.conv.74_** I am getting the following error. can anyone plz tell me why I am getting this...
Is there any RNN and LSTM benchmark available for android? Any help regarding this will highly be appreciated.
can anyone please tell how can I train my own brisque model on a custom dataset? How can I generate new "allmodel" file?