Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' #15

Open
ArtificialZeng opened this issue Jul 2, 2021 · 1 comment

Comments

@ArtificialZeng
Copy link

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'

@ArtificialZeng
Copy link
Author

don't you have requirements.txt?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant