CloneHub94

Results 9 comments of CloneHub94

Thanks for your response.Just a small follow up question if you don't mind. How does the algorithm determine whether to use a depth-limit and how deep or to search to...

I also get this error. Citing an error 500(Internal server error) when I print response ![image](https://user-images.githubusercontent.com/37849398/101043245-63b6ae00-357e-11eb-833c-104554a40555.png) :

This is the code inside my training.py file: import os from nanonets import OCR API_KEY = os.environ.get('NANONETS_API_KEY') CATEGORIES = ['name', 'sex', 'date_of_birth', 'address', 'dl_number', 'issue_date', 'exp_date', 'class', 'height', 'restrictions', 'eyes']...

I have the same problem but when I modify from Python 3.8.5 to 3.6 I get the following error: Traceback (most recent call last): File "D:\Maurice_Doc\AI\anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 64, in from...

In the meantime I solve it by using colab for my object detection. But I would like to be able to use my pc as well

These are the results that I get when I lookup my tensorflow installation. Is there something that is missing? ![image](https://user-images.githubusercontent.com/37849398/108179217-a744a100-7105-11eb-87c6-c0e5fd4f2974.png)

This is the results I get: ![image](https://user-images.githubusercontent.com/37849398/108190426-36f04c80-7112-11eb-89fd-3669720a93b8.png)

No, unfortunatly. Just using colab for the moment and hopping that the inference part of tensorflow object detection does work on my computer

@dademiller360 The problem is if we do that we get the error mentioned earlier ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from....