wade3heat
wade3heat
Hello, you know how to get Figure 1, I run the demo.py,but I don't have Figure 1
I want training code to train my data.Can you provide it ?
Hello, I get this error when I ran run_detector.py,I want to know how to solve it /home//zhouyan1/anaconda3/envs/gesture_recognition/bin/python /home/SENSETIME/zhouyan1/PycharmProjects/BlazePalm-master/ML/run_detector.py Traceback (most recent call last): File "/home//zhouyan1/PycharmProjects/BlazePalm-master/ML/run_detector.py", line 39, in _, _,...
After executing the training command, it has been stuck at this point without any progress in the training. However, when checking the GPU utilization, it shows 100%. Is this normal?...
稀疏训练的稀疏因子最高只能设到0.1,再高一点,比如0.12,0.15,0.2,训出来的模型进行剪枝时,剪枝的最大比例反而比0.1的还小,我看了bn的gama参数也是随着稀疏因子的增大而更靠近0,希望作者能回复下有没有什么建议,非常感谢
Traceback (most recent call last): File "/home/PycharmProjects/Real-Time-2D-and-3D-Hand-Pose-Estimation-master/7.real_time_3D_handpose_estimation.py", line 71, in _, est_pose_uv, est_pose_cam_xyz = model(frame_device, K, pose_scale) File "/home/anaconda3/envs/gesture_recognition/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1102, in _call_impl return forward_call(*input, **kwargs) File "/home/PycharmProjects/Real-Time-2D-and-3D-Hand-Pose-Estimation-master/hand_shape_pose/model/pose_mlp_network.py", line 87,...