handtracking icon indicating copy to clipboard operation
handtracking copied to clipboard

Building a Real-time Hand-Detector using Neural Networks (SSD) on Tensorflow

Results 17 handtracking issues
Sort by recently updated
recently updated
newest added

I'm streaming video from a robot's camera to a web server, and I want to capture the web server stream in this handtracking program. I tried changing line 69 in...

Any plans to optimize the model for mobile ?

Hello. I'm very new to this subject. Can anyone please provide me with the step-by-step guidance and requirements to use the trained model? I need to run it in my...

Hey! I migrated to tf2 using tf_upgrade_v2. I tested `detect_multi_threaded.py` and `detect_single_threaded.py`. If it sounds good to you, you could add a new branch for this migration and I can...

when i play these script "egohands_dataset_clean.py" it should return for me 2 folders (train and test) contained the generated CSV, files, right? so, the file only is downloading the egohands_data.zip...

Hi, I added the changes I described in the issue I opened, but it seems to cause a problem where some frames are displayed out of order. Do you have...

Hi @victordibia, I am currently trying to convert the frozen inference graph in the repo to .tflite for integrating with an android application. However, I am trying to do that...

I've my own dataset that I want to train upon and want to use the bottle-neck layer in the saved model. The problem is that I want to do it...

Dear @victordibia Great job on your hand detection project. Now I also work for hand detection using oxfod hand dataset. As you mention, it doesn't work so well on oxford...

Hello, thank you for your great jobs. i have a question, what is frozen_inference_graph.pb from. i found it's size is different with 2 checkpoint files.