You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "object_detect.py", line 118, in
feed_dict={image_tensor: image_np_expanded})
File "/home/dhqt/Anaconda3/envs/peopleCountingVideo/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 889, in run
run_metadata_ptr)
File "/home/dhqt/Anaconda3/envs/peopleCountingVideo/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1089, in _run
np_val = np.asarray(subfeed_val, dtype=subfeed_dtype)
File "/home/dhqt/Anaconda3/envs/peopleCountingVideo/lib/python3.5/site-packages/numpy/core/numeric.py", line 501, in asarray
return array(a, dtype, copy=False, order=order)
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "object_detect.py", line 118, in
feed_dict={image_tensor: image_np_expanded})
File "/home/dhqt/Anaconda3/envs/peopleCountingVideo/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 889, in run
run_metadata_ptr)
File "/home/dhqt/Anaconda3/envs/peopleCountingVideo/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1089, in _run
np_val = np.asarray(subfeed_val, dtype=subfeed_dtype)
File "/home/dhqt/Anaconda3/envs/peopleCountingVideo/lib/python3.5/site-packages/numpy/core/numeric.py", line 501, in asarray
return array(a, dtype, copy=False, order=order)
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
The text was updated successfully, but these errors were encountered: