3D_Pose_Estimation icon indicating copy to clipboard operation
3D_Pose_Estimation copied to clipboard

ValueError, "Checkpoint {0} does not seem to exist".format( ckpt.model_checkpoint_path ) )

Open MritulaC opened this issue 5 years ago • 1 comments

Hi, Thanks for the code!! I am trying to reproduce your results and get the hold of 3D reconstruction. I am getting the following error when I tried to first train your model image error1

and also still I tried further visualizing and i got these errors error2

Further Details: OS: Windows 10 Tensor Flow version: Tensorflow GPU 1.12 Python Python 3

Thanks, Mritula

Thanks for your interest in our research!

If you have problems running our code, please include

  1. Your operating system
  2. Your tensorflow version
  3. Your python version
  4. The stack trace of the error that you see

This is research code, and its primary purpose is to reproduce the scientific results that you see in our paper. If you are looking for ways to extend our work such as

  • handling arbitrary images
  • handling videos as input
  • using other 2d detectors
  • large-scale deployment
  • handling missing data
  • you want to make a startup out of this code

then pull requests are welcome, but it is very unlikely we will have the time to help you.

MritulaC avatar Mar 11 '19 19:03 MritulaC