supervisely-tutorials
supervisely-tutorials copied to clipboard
🌈 Tutorials for Supervise.ly
Getting following error when running command `jupyter notebook` Traceback (most recent call last): File "/opt/conda/bin/jupyter-notebook", line 11, in sys.exit(main()) File "/opt/conda/lib/python3.5/site-packages/jupyter_core/application.py", line 267, in launch_instance return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs) File...
I am getting the following error while running the TextImageGenerator even though the file is exists in the train folder in the name of C887YO06.png.json --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent...
I tried it on colab, I added "!pip install cairocffi", but get porblem on last step: the error shows: --------------------------------------------------------------------------- IndexError Traceback (most recent call last) in () 5 net_out...
some countries have license plate numbers which may vary from 4 to 6 digits how to modify this code for these number plates
Hi Q1 - I don't understand why don't use all of `y_pred[ :,:,:]`? why use `y_pred[ :, 2:,:]`? why don't use 0,1 dims? ``` def ctc_lambda_func(args): y_pred, labels, input_length, label_length...
Got error in jupyter notebook script during the work within docker image, in the very beginning of the script: import keras import tensorflow as tf print('TensorFlow version:', tf.__version__) print('Keras version:',...
I was wondering weather is it possible to use lighter models such as mobilenet as a replacement for convolutional stack in this example? I am confused in the step where...
How can i change Y_data[i] = text_to_labels(text) to Y_data[i, 0:len(text)] = text_to_labels(text) if length of license plate not static?
Nice tutorial, but I've got problem with the docker image. The run.sh starts with nvidia-docker and I suspect that your docker image should be dependent on NVIDIA libraries and GPUs....
root@King:/home/king/supervisely-tutorials-master/anpr/docker# ./build.sh ./build.sh: line 1: docker: command not found