Prashant Dandriyal

Results 26 issues of Prashant Dandriyal

Hi, Is there yet a OpenCL or Vulkan port for the library ? Thanks in advance.

Hi, first of all kudos to fantastic developers like you guys... I am very excited to use this library. I plan to use it on an embedded system but I...

I have just begun using this library and the first thing I tried is, compiling the string example given in this repository. i.e, ``` #include #include #include #include /* *...

I am trying to install udacimak on Google Collaboratory. I am using the already installed packages and not installing any new package. I run ``` !npm install -g udacimak ```...

# Ask a Question ### Question I am trying to convert my Mask-RCNN custom models trained on ResNet50 and ResNet101 to onnx (to get an optimised inference using TensorRT). I...

question

Hi, I am working on the sane project, but locally and not on RPi or NCS. I am using YOLOv3-tiny and found that the output is 2 layers with ```...

Hi, I have my my Mask-RCNN model weights (h5) and its based on ResNet101. I am unable to load my weights before converting them to ONNX. The example you provide,...

I am converting YOLO v2-tiny model to TensorFlow. I downloaded the weights from the official site and saved them to the `data/` directory. After running `!python3 main.py \ --cfg 'data/yolov2.cfg'...