ObjRecPoseEst
ObjRecPoseEst copied to clipboard
TypeError: 'numpy.float64' object cannot be interpreted as an index
This error is ocurring when I run main_train_dagnet for the first time. Do you have any clue of how to solve it?
Traceback (most recent call last):
File "main_train_dagnet.py", line 1520, in
It seems that I am facing the same problems as you have experienced.Everything begins with the error in "fractNoise = cv2.medianBlur(fractNoise,3)" .Maybe errors come from our version of theano......
I have changed my version of numpy ,scipy and theano and fix errors successfully. My current version : NumPy 1.11 SciPy 0.16 theano 0.8