MSDSibu

Results 53 issues of MSDSibu

How to enable GPU support on Android for YOLOv2 and YOLOv3. I have already converted YOLOv2.pb and YOLOv3.pb to respective .tflite. Can u please tell me what modifications I need...

While converting yolov3.weights and yolov3.cfg to protobuf file using darkflow its showing error _**flow --model cfg/yolov3.cfg --load yolov3.weights --savepb** Parsing ./cfg/yolov3.cfg Layer [shortcut] not implemented_ Any help will highly be...

How to load custom 2K images instead of MNIST dataset in pytorch then apply autoencoder on that one?

while building this project using android studio, I m getting the following error _ERROR: Unable to determine org.gradle.api.plugins.AndroidMavenPlugin argument #1: missing parameter value of type interface org.gradle.internal.Factory, or no service...

while running the object detection using video_demo_half.py script (16-bit half precision floats), I am getting the following error _Traceback (most recent call last): File "video_demo_half.py", line 112, in **model(get_test_input(inp_dim, CUDA),...

I am getting the following error of spawning the process while running "python image_retrieval.py" Brief error message: **_RuntimeError: An attempt has been made to start a new process before the...

How to calculate the accuracy of the object detection for this android-yolo project?

First of all great project. I just want to know did this project implements H.264 encoder in pytorch framework? Or can u please provide me with any other project which...

First of all great work done. Just from general curiosity, from best of my knowledge, the CPU is dumping commands inside the GPU driver (command buffer) and GPU is taking...

I just added few printf() in RenderTimingPlugin.cpp and compile it again using ndk-build which compiled and .so file generated properly. But when I put that into RenderTiming/Plugin/Android/ in RenderTiming unity...