Suraj
Suraj
There is an error when running the openvino_inference_benchmark.py file over the generated Intermediate Representation file (.xml and .bin): line 115, in assert len(net.inputs.keys()) == 1 AssertionError Looking forward to recieving...
I think there must be a ensemble_data_generator.py file in the repo which has not been uploaded yet for training on own data. Can you please commit that file in the...
Hi @victordibia, I am currently trying to convert the frozen inference graph in the repo to .tflite for integrating with an android application. However, I am trying to do that...
Hi @yinyunie, Thanks for your amazing research and contribution to the Spatial understanding domain. I am currently stuck at a doubt while interpreting the output of the source code in...
I have converted the checkpoint to frozen graph, now I want to inference the frozen graph at real time on GPU instead of Android. Kindly share the inference script for...
When I run the following command on NYU dataset: _$ python pose_train.py --config ../exps/nnyu.yaml_ I get the following error: **IndexError: index 0 is out of bounds for axis 0 with...
Hi @AlexeyAB , OpenCV Error: Insufficient memory (Failed to allocate 1051748256701583063 bytes) in OutOfMemoryError, file /build/open│ cv-L2vuMj/opencv-3.2.0+dfsg/modules/core/src/alloc.cpp, line 52 │ OpenCV Error: Assertion failed (u != 0) in create, file...