Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/316.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 三维姿势基线中未找到模型错误_Python_Tensorflow_3d - Fatal编程技术网

Python 三维姿势基线中未找到模型错误

Python 三维姿势基线中未找到模型错误,python,tensorflow,3d,Python,Tensorflow,3d,我试图使用将2d关键点转换为3d,但当我使用以下命令运行预训练模型时 python src/predict_3dpose.py --camera_frame --residual --batch_norm --dropout 0.5 --max_norm --evaluateActionWise --use_sh --epochs 200 --sample --load 4874200 我得到以下错误: NotFoundError (see above for traceback): Rest

我试图使用将2d关键点转换为3d,但当我使用以下命令运行预训练模型时

python src/predict_3dpose.py --camera_frame --residual --batch_norm --dropout 0.5 --max_norm --evaluateActionWise --use_sh --epochs 200 --sample --load 4874200
我得到以下错误:

NotFoundError (see above for traceback): Restoring from checkpoint failed. This is most likely due to a Variable name or other graph key that is missing from the checkpoint. Please ensure that you have not altered the graph expected based on the
checkpoint. Original error:

NewRandomAccessFile failed to Create/Open: experiments\All\dropout_0.5\epochs_200\lr_0.001\residual\depth_2\linear_size1024\batch_size_64\no_procrustes\maxnorm\batch_normalization\use_stacked_hourglass\predict_17\checkpoint-4874200.data-00000-of-00001 : The system cannot find the path specified.
; No such process
         [[node save/RestoreV2 (defined at D:\Programming\PoseNet\tf-pose-estimation\3d-pose-baseline\src\linear_model.py:151) ]]
我已经下载了预训练模型,错误声称不存在的路径在我的系统中确实存在

问题可能在哪里?如何解决?我甚至试着在上面提到的存储库中重新训练模型,但每100个批次都无法写入检查点,最后在1个历元之后,它显示了与上面相同的错误