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

question about tensorflow version #2

Open
RKLho opened this issue Apr 28, 2020 · 3 comments
Open

question about tensorflow version #2

RKLho opened this issue Apr 28, 2020 · 3 comments

Comments

@RKLho
Copy link

RKLho commented Apr 28, 2020

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?

@zzeitt
Copy link
Owner

zzeitt commented Apr 28, 2020

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 tensorflow==1.13.1.

@yangqu2000
Copy link

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!

@zzeitt
Copy link
Owner

zzeitt commented Apr 28, 2020

I replicated your problem and found that I missed one return value and one argument for function drawBoxOfROI() in detect_image.py. (BTW, detect_webcam.py is all good.)

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!

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

3 participants