tensorflow-image-detection
tensorflow-image-detection copied to clipboard
train.sh error
Here is one error i got from running "bash train.sh". Any comments are welcome. Thank you for your valuable work.
It might be possible that the input files from the data set are not being read correctly. If the file is not there or incorrectly provided, TF would try to feed an empty tensor of size (0,) which might be causing this issue. Please make sure that the data set contains images of these formats.
I got this error when try to run bash train.sh, i have numpy, and i use it in other programs.
please help me...
Hi @Tuymaz, I believe numpy needs to be installed with pip depending on the python version -
pip install numpy
Or for python3, use
pip3 install numpy
I got this error when try to run bash train.sh, i have numpy, and i use it in other programs.
please help me...
Same Problem.
HI @gptshubham595, which version of python are you using?
See this once:
I can use numpy everywhere else spyder , jupyter ,cmd both using py -2 and py -3
Python 3.7.6 numpy, Is there any problem in files or folder missing ?
I have just cloned, Create folder training_dataset->put inside roses,tulips,etc images
Cool Worked:
This is Using TENSORFLOW V1 I have installed pip install tensorflow==1.15.3
now it worked