lmb-freiburg / hand3d

Network estimating 3D Handpose from single color images
GNU General Public License v2.0
802 stars 252 forks source link

Can a pre-trained model be provided #26

Closed momo1986 closed 4 years ago

momo1986 commented 5 years ago

Hello, Thanks for your sharing. I am working on an environment with only four 1080 titian GPUs, I am not sure whether it can be trained if it has other tasks running. I am not sure whether the lmb-freiburg can provide a pre-trained model? Thanks

josecyc commented 5 years ago

Also, looking for some pre-trained weights. I tried running the forward pass with the weights provided but the results were pretty imprecise.

f-jiang commented 5 years ago

Has anyone tried doing the training using a cloud service like Google Cloud AI Platform?

josecyc commented 5 years ago

Hey, This are my results with a forward pass with run.py

As you can see in this first image results are pretty far away from what is presented in the paper, even though I'm using your pre-trained weights.

Screen Shot 2019-05-26 at 5 35 41 PM Screen Shot 2019-05-26 at 5 34 08 PM

Own image test

Screen Shot 2019-05-26 at 5 34 38 PM

Could you guys provide some insight into why this is happening please?

zimmerm commented 5 years ago

@momo1986 There are pretrained weights available. Check the README for information on how to download them. @josecyc The example from run.py example yields exactly the results from the paper. I suspect, that you either changed something in the code or its some weird issue caused by different versions or operating systems. I use Ubuntu and can't guaratee anything for OsX. However, it looks like your images don't have the right channel order RGB vs. BGR.