Hi, if I use new rendered 2d image dataset, I should just go through the last two bulletpoint commands in section Camera parameters estimation network right?
But I'm getting
Traceback (most recent call last):
File "cam_est/train_sdf_cam.py", line 814, in <module>
train()
File "cam_est/train_sdf_cam.py", line 483, in train
ckptstate = tf.train.get_checkpoint_state(PRETRAINED_MODEL_PATH)
File "/home/johnG/anaconda3/envs/tf_1.13.0/lib/python3.6/site-packages/tensorflow/python/training/checkpoint_management.py", line 278, in get_checkpoint_state
+ checkpoint_dir)
ValueError: Invalid checkpoint state loaded from
Hi, if I use new rendered 2d image dataset, I should just go through the last two bulletpoint commands in section
Camera parameters estimation network
right?But I'm getting
when running this command
Any idea how to solve this?