una-dinosauria/3d-pose-baseline

AttributeError: 'NoneType' object has no attribute 'model_checkpoint_path'

Closed this issue · 3 comments

Hello,

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

train_dir experiments\All Could not find checkpoint. Aborting. Traceback (most recent call last): File "src/predict_3dpose.py", line 532, in <module> tf.app.run() File "C:\Users\adamp\Anaconda3\envs\tfopenpose\lib\site-packages\tensorflow\python\platform\app.py", line 40, in run _run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef) File "C:\Users\adamp\Anaconda3\envs\tfopenpose\lib\site-packages\absl\app.py", line 300, in run _run_main(main, args) File "C:\Users\adamp\Anaconda3\envs\tfopenpose\lib\site-packages\absl\app.py", line 251, in _run_main sys.exit(main(argv)) File "src/predict_3dpose.py", line 527, in main sample() File "src/predict_3dpose.py", line 419, in sample model = create_model(sess, actions, batch_size) File "src/predict_3dpose.py", line 132, in create_model raise( ValueError, "Checkpoint {0} does not seem to exist".format( ckpt.model_checkpoint_path ) ) AttributeError: 'NoneType' object has no attribute 'model_checkpoint_path'

I have seen this issue addressed before but haven't seen any solutions that have worked.

I am using the pre-trained model which I decompressed into the master folder.

Hi,
I have the same error, did you solve it?

Hi, I have the same error, did you solve it ?

Me too, is there any solutions?