Md Sumsuddin

Results 8 comments of Md Sumsuddin

Thanks @lukeyeager it was a memory issue for me.

It's all discussed [here](https://github.com/Breta01/handwriting-ocr/tree/master/data)

pip install torch==0.4.1

It's an annotation file, If you have a custom face detector other than `dlib` you can generate the bounding boxes and save them into a file. If you're not sure,...

You can add any webcam using `opencv` and get the prediction with just a little bit of tweaking. But in my experience, it's a bit slow to be fully realtime,...

Use **-graph_def True** to store the text format of the graph. `$ python keras_to_tensorflow.py -graph_def True -input_model_file ... ` You will see the input & output layer name (along with...

I am facing the same problem. The files are at `/usr/local/AID/ComputeLibrary/lib/` and they are found too. But the problem is that those libraries are built for `arm` compiled by `aarch64-linux-gnu-gcc`,...

I have followed the installation process on the repo. I am not sure that the given `Makefile` file made it 32 bit or not. The docker files are also misleading...