DeepModel
DeepModel copied to clipboard
Code repository for Model-based Deep Hand Pose Estimation
Hi thanks for sharing your code I have a question about your hand detection module which is used in most of the hand pose estimation papers recently. According to 96...
Hi ,Why I flip or rotate your test image,the result is wrong?
Hi: thank you for your job! I run the code with some pic from the real camera,and got bad results. I followed the steps below: a. get a depth image...
你好,请教一个问题。我想知道 testing\test_images 文件夹下的测试图像是怎么得到的,我根据你论文里的描述,我做了如下预处理: (1)检测到手的位置; (2)将感兴趣区域扣出来; (3)过滤手部前后30公分的背景; (4)转化为灰度图; (5)做归一化到[-1,1]; 可是测试出的结果并不好,我想知道我的预处理出现了问题还是哪里出现了问题,我看到你的测试图像是3通道的灰度图,想知道你是如何做的预处理? 期待您的回复!谢谢!
你好,请教一个问题 我想问一下全连接层最后一层参数为 47 是什么参数,怎么算出来的呢?论文里提到是 23个节点,可是实际网络输出是 31 个关节点,这里有些疑惑。谢谢
您好,请教一个问题 window 下编译的话,不仅仅是将文件copy 到caffe 下吗?是不是需要其他的操作 谢谢您的回复
Hi, xingyi Than you for your great open source code. I have reproduced the results as you show on the repository. Furthermore, I want to add `accuracy` layer in `DeepModel.prototxt`...
Hi, I have copied your files from ./libs/include to caffe_root/include and ./libs/src to caffe_root/src and built the caffe library(make && make pycaffe) by enabling the python layer WITH_PYTHON_LAYER := 1...
HI~ I come here again. In your code: https://github.com/xingyizhou/DeepModel/blob/master/training/GetH5DataNYU.py 64 line data_names = ['train', 'test_1', 'test_2'] cube_sizes = [300, 300, 300 * 0.87] id_starts = [0, 0, 2440] What' the...