AIGirl10

Results 5 issues of AIGirl10

I am trying to convert maskrcnn (Matterport- Resnet50 backbone) from keras to onnx. but when I run conversion command, it gives this error ```sh File /.local/lib/python3.5/site-packages/keras2onnx/main.py", line 86, in convert_keras...

Converted model from keras to NCNN. Pre-processing used in keras(python) is as follows ```py # reading image in cv Mat format orig = cv2.imread('black.png') # Converting image from BGR to...

result unmatch

When I run the example, the background image is actually being zoomed in and the quality of image is getting poor. Is there any way to improve it ?

Error while installing rknn-toolkit2 on ubuntu 18.04 with python3.6 ```sh pip3 install rknn_toolkit2-1.1.1_5c458c6-cp36-cp36m-linux_x86_64.whl ``` This is the error we are getting ```sh Collecting onnxruntime==1.6.0 (from rknn-toolkit2==1.1.1-5c458c6) Could not find a...

Getting this error on ubuntu 18.04 when ran the application. ```sh python3 demo.py ``` - output ```sh $ python3 demo.py Traceback (most recent call last): File "demo.py", line 14, in...