-
Notifications
You must be signed in to change notification settings - Fork 11
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
question about tensorflow version #2
Comments
Hi @RKLho , this project is a redevelopment based on @victoria's handtracking, I didn't train the model myself, you could check the original repo for trainning detail. As for the tensorflow version, I am using |
Hi @zzeitt , when I run your detect_image.py, I found that there are only six parameters inside "recognizer_utils.drawBoxOfROI()" function but in recognizer_utils.py, the original should be seven parameters. It seems that the "margin_ratio" is missing. But when I add margin_ratio to the detect_image.py and ran it, error happened as "too many values to unpack (expected 2)". Could you please check this problem for me? Seem question also happens in detect_multi_threaded.py. Lots of thanks! |
I replicated your problem and found that I missed one I am sorry that the codes are not under maintaining currently because I could not spare time to do this. So there might be some bugs:bug: here and there... Improvement for this project is welcome! |
I would like to use your code for gesture detection. But I have some problem with load_inference_graph function. I guess it is a problem of tensorflow version. Could you share your training tensorflow version for frozen_inference_graph_2.pb and frozen_inference_graph.pb?
The text was updated successfully, but these errors were encountered: