Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

offsets.h5 error not fixed? #14

Open
lululalamm opened this issue Aug 20, 2019 · 1 comment
Open

offsets.h5 error not fixed? #14

lululalamm opened this issue Aug 20, 2019 · 1 comment

Comments

@lululalamm
Copy link

#4 , Not fixed yet?
I have the same problem

OSError: Unable to open file (unable to open file: name = './h36m/offsets.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)

i run below

python temporal_3d.py --use_sh --camera_frame --dropout 0.5 --load 1798202 --evaluate --data_dir ./h36m

use pre_trained model

@no-Seaweed
Copy link

Hello,

I am trying to run the pre-trained model you provide in the instruction.

I fixed errors in previous issues by specifying data directory, but I get the same new error.

The entire log in below

(3Dpose) Shukais-iMac:temporal_3d_release fang$ python temporal_3d.py  --camera_frame --dropout 0.5 --load 1798202 --evaluate --data_dir data/h36m/
/Users/fang/.conda/envs/3Dpose/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:516: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_qint8 = np.dtype([("qint8", np.int8, 1)])
/Users/fang/.conda/envs/3Dpose/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:517: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_quint8 = np.dtype([("quint8", np.uint8, 1)])
/Users/fang/.conda/envs/3Dpose/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:518: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_qint16 = np.dtype([("qint16", np.int16, 1)])
/Users/fang/.conda/envs/3Dpose/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:519: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_quint16 = np.dtype([("quint16", np.uint16, 1)])
/Users/fang/.conda/envs/3Dpose/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:520: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_qint32 = np.dtype([("qint32", np.int32, 1)])
/Users/fang/.conda/envs/3Dpose/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:525: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  np_resource = np.dtype([("resource", np.ubyte, 1)])
/Users/fang/.conda/envs/3Dpose/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:541: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_qint8 = np.dtype([("qint8", np.int8, 1)])
/Users/fang/.conda/envs/3Dpose/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:542: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_quint8 = np.dtype([("quint8", np.uint8, 1)])
/Users/fang/.conda/envs/3Dpose/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:543: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_qint16 = np.dtype([("qint16", np.int16, 1)])
/Users/fang/.conda/envs/3Dpose/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:544: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_quint16 = np.dtype([("quint16", np.uint16, 1)])
/Users/fang/.conda/envs/3Dpose/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:545: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_qint32 = np.dtype([("qint32", np.int32, 1)])
/Users/fang/.conda/envs/3Dpose/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:550: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  np_resource = np.dtype([("resource", np.ubyte, 1)])
trained_model/All/dropout_0.5/epochs_100/adam/lr_1e-05/linear_size1024/batch_size_32/not_stacked_hourglass/seqlen_5
WARNING:tensorflow:From temporal_3d.py:435: The name tf.app.run is deprecated. Please use tf.compat.v1.app.run instead.

Reading subject 1, action Directions
data/h36m/S1/MyPoses/3D_positions/Directions*.h5
data/h36m/S1/MyPoses/3D_positions/Directions 1.h5
data/h36m/S1/MyPoses/3D_positions/Directions.h5
Reading subject 1, action Discussion
data/h36m/S1/MyPoses/3D_positions/Discussion*.h5
data/h36m/S1/MyPoses/3D_positions/Discussion.h5
data/h36m/S1/MyPoses/3D_positions/Discussion 1.h5
Reading subject 1, action Eating
data/h36m/S1/MyPoses/3D_positions/Eating*.h5
data/h36m/S1/MyPoses/3D_positions/Eating.h5
data/h36m/S1/MyPoses/3D_positions/Eating 2.h5
Reading subject 1, action Greeting
data/h36m/S1/MyPoses/3D_positions/Greeting*.h5
data/h36m/S1/MyPoses/3D_positions/Greeting.h5
data/h36m/S1/MyPoses/3D_positions/Greeting 1.h5
Reading subject 1, action Phoning
data/h36m/S1/MyPoses/3D_positions/Phoning*.h5
data/h36m/S1/MyPoses/3D_positions/Phoning 1.h5
data/h36m/S1/MyPoses/3D_positions/Phoning.h5
Reading subject 1, action Photo
data/h36m/S1/MyPoses/3D_positions/Photo*.h5
data/h36m/S1/MyPoses/3D_positions/Photo 1.h5
data/h36m/S1/MyPoses/3D_positions/Photo.h5
Reading subject 1, action Posing
data/h36m/S1/MyPoses/3D_positions/Posing*.h5
data/h36m/S1/MyPoses/3D_positions/Posing.h5
data/h36m/S1/MyPoses/3D_positions/Posing 1.h5
Reading subject 1, action Purchases
data/h36m/S1/MyPoses/3D_positions/Purchases*.h5
data/h36m/S1/MyPoses/3D_positions/Purchases.h5
data/h36m/S1/MyPoses/3D_positions/Purchases 1.h5
Reading subject 1, action Sitting
data/h36m/S1/MyPoses/3D_positions/Sitting*.h5
data/h36m/S1/MyPoses/3D_positions/Sitting 2.h5
data/h36m/S1/MyPoses/3D_positions/Sitting 1.h5
Reading subject 1, action SittingDown
data/h36m/S1/MyPoses/3D_positions/SittingDown*.h5
data/h36m/S1/MyPoses/3D_positions/SittingDown 2.h5
data/h36m/S1/MyPoses/3D_positions/SittingDown.h5
Reading subject 1, action Smoking
data/h36m/S1/MyPoses/3D_positions/Smoking*.h5
data/h36m/S1/MyPoses/3D_positions/Smoking 1.h5
data/h36m/S1/MyPoses/3D_positions/Smoking.h5
Reading subject 1, action Waiting
data/h36m/S1/MyPoses/3D_positions/Waiting*.h5
data/h36m/S1/MyPoses/3D_positions/Waiting 1.h5
data/h36m/S1/MyPoses/3D_positions/Waiting.h5
Reading subject 1, action WalkDog
data/h36m/S1/MyPoses/3D_positions/WalkDog*.h5
data/h36m/S1/MyPoses/3D_positions/WalkDog 1.h5
data/h36m/S1/MyPoses/3D_positions/WalkDog.h5
Reading subject 1, action Walking
data/h36m/S1/MyPoses/3D_positions/Walking*.h5
data/h36m/S1/MyPoses/3D_positions/Walking.h5
data/h36m/S1/MyPoses/3D_positions/Walking 1.h5
Reading subject 1, action WalkTogether
data/h36m/S1/MyPoses/3D_positions/WalkTogether*.h5
data/h36m/S1/MyPoses/3D_positions/WalkTogether.h5
data/h36m/S1/MyPoses/3D_positions/WalkTogether 1.h5
Reading subject 5, action Directions
data/h36m/S5/MyPoses/3D_positions/Directions*.h5
data/h36m/S5/MyPoses/3D_positions/Directions 1.h5
data/h36m/S5/MyPoses/3D_positions/Directions 2.h5
Reading subject 5, action Discussion
data/h36m/S5/MyPoses/3D_positions/Discussion*.h5
data/h36m/S5/MyPoses/3D_positions/Discussion 2.h5
data/h36m/S5/MyPoses/3D_positions/Discussion 3.h5
Reading subject 5, action Eating
data/h36m/S5/MyPoses/3D_positions/Eating*.h5
data/h36m/S5/MyPoses/3D_positions/Eating.h5
data/h36m/S5/MyPoses/3D_positions/Eating 1.h5
Reading subject 5, action Greeting
data/h36m/S5/MyPoses/3D_positions/Greeting*.h5
data/h36m/S5/MyPoses/3D_positions/Greeting 2.h5
data/h36m/S5/MyPoses/3D_positions/Greeting 1.h5
Reading subject 5, action Phoning
data/h36m/S5/MyPoses/3D_positions/Phoning*.h5
data/h36m/S5/MyPoses/3D_positions/Phoning 1.h5
data/h36m/S5/MyPoses/3D_positions/Phoning.h5
Reading subject 5, action Photo
data/h36m/S5/MyPoses/3D_positions/Photo*.h5
data/h36m/S5/MyPoses/3D_positions/Photo.h5
data/h36m/S5/MyPoses/3D_positions/Photo 2.h5
Reading subject 5, action Posing
data/h36m/S5/MyPoses/3D_positions/Posing*.h5
data/h36m/S5/MyPoses/3D_positions/Posing.h5
data/h36m/S5/MyPoses/3D_positions/Posing 1.h5
Reading subject 5, action Purchases
data/h36m/S5/MyPoses/3D_positions/Purchases*.h5
data/h36m/S5/MyPoses/3D_positions/Purchases.h5
data/h36m/S5/MyPoses/3D_positions/Purchases 1.h5
Reading subject 5, action Sitting
data/h36m/S5/MyPoses/3D_positions/Sitting*.h5
data/h36m/S5/MyPoses/3D_positions/Sitting 1.h5
data/h36m/S5/MyPoses/3D_positions/Sitting.h5
Reading subject 5, action SittingDown
data/h36m/S5/MyPoses/3D_positions/SittingDown*.h5
data/h36m/S5/MyPoses/3D_positions/SittingDown.h5
data/h36m/S5/MyPoses/3D_positions/SittingDown 1.h5
Reading subject 5, action Smoking
data/h36m/S5/MyPoses/3D_positions/Smoking*.h5
data/h36m/S5/MyPoses/3D_positions/Smoking 1.h5
data/h36m/S5/MyPoses/3D_positions/Smoking.h5
Reading subject 5, action Waiting
data/h36m/S5/MyPoses/3D_positions/Waiting*.h5
data/h36m/S5/MyPoses/3D_positions/Waiting 1.h5
data/h36m/S5/MyPoses/3D_positions/Waiting 2.h5
Reading subject 5, action WalkDog
data/h36m/S5/MyPoses/3D_positions/WalkDog*.h5
data/h36m/S5/MyPoses/3D_positions/WalkDog 1.h5
data/h36m/S5/MyPoses/3D_positions/WalkDog.h5
Reading subject 5, action Walking
data/h36m/S5/MyPoses/3D_positions/Walking*.h5
data/h36m/S5/MyPoses/3D_positions/Walking.h5
data/h36m/S5/MyPoses/3D_positions/Walking 1.h5
Reading subject 5, action WalkTogether
data/h36m/S5/MyPoses/3D_positions/WalkTogether*.h5
data/h36m/S5/MyPoses/3D_positions/WalkTogether.h5
data/h36m/S5/MyPoses/3D_positions/WalkTogether 1.h5
Reading subject 6, action Directions
data/h36m/S6/MyPoses/3D_positions/Directions*.h5
data/h36m/S6/MyPoses/3D_positions/Directions 1.h5
data/h36m/S6/MyPoses/3D_positions/Directions.h5
Reading subject 6, action Discussion
data/h36m/S6/MyPoses/3D_positions/Discussion*.h5
data/h36m/S6/MyPoses/3D_positions/Discussion.h5
data/h36m/S6/MyPoses/3D_positions/Discussion 1.h5
Reading subject 6, action Eating
data/h36m/S6/MyPoses/3D_positions/Eating*.h5
data/h36m/S6/MyPoses/3D_positions/Eating 1.h5
data/h36m/S6/MyPoses/3D_positions/Eating 2.h5
Reading subject 6, action Greeting
data/h36m/S6/MyPoses/3D_positions/Greeting*.h5
data/h36m/S6/MyPoses/3D_positions/Greeting.h5
data/h36m/S6/MyPoses/3D_positions/Greeting 1.h5
Reading subject 6, action Phoning
data/h36m/S6/MyPoses/3D_positions/Phoning*.h5
data/h36m/S6/MyPoses/3D_positions/Phoning 1.h5
data/h36m/S6/MyPoses/3D_positions/Phoning.h5
Reading subject 6, action Photo
data/h36m/S6/MyPoses/3D_positions/Photo*.h5
data/h36m/S6/MyPoses/3D_positions/Photo 1.h5
data/h36m/S6/MyPoses/3D_positions/Photo.h5
Reading subject 6, action Posing
data/h36m/S6/MyPoses/3D_positions/Posing*.h5
data/h36m/S6/MyPoses/3D_positions/Posing.h5
data/h36m/S6/MyPoses/3D_positions/Posing 2.h5
Reading subject 6, action Purchases
data/h36m/S6/MyPoses/3D_positions/Purchases*.h5
data/h36m/S6/MyPoses/3D_positions/Purchases.h5
data/h36m/S6/MyPoses/3D_positions/Purchases 1.h5
Reading subject 6, action Sitting
data/h36m/S6/MyPoses/3D_positions/Sitting*.h5
data/h36m/S6/MyPoses/3D_positions/Sitting 2.h5
data/h36m/S6/MyPoses/3D_positions/Sitting 1.h5
Reading subject 6, action SittingDown
data/h36m/S6/MyPoses/3D_positions/SittingDown*.h5
data/h36m/S6/MyPoses/3D_positions/SittingDown.h5
data/h36m/S6/MyPoses/3D_positions/SittingDown 1.h5
Reading subject 6, action Smoking
data/h36m/S6/MyPoses/3D_positions/Smoking*.h5
data/h36m/S6/MyPoses/3D_positions/Smoking 1.h5
data/h36m/S6/MyPoses/3D_positions/Smoking.h5
Reading subject 6, action Waiting
data/h36m/S6/MyPoses/3D_positions/Waiting*.h5
data/h36m/S6/MyPoses/3D_positions/Waiting 3.h5
data/h36m/S6/MyPoses/3D_positions/Waiting.h5
Reading subject 6, action WalkDog
data/h36m/S6/MyPoses/3D_positions/WalkDog*.h5
data/h36m/S6/MyPoses/3D_positions/WalkDog 1.h5
data/h36m/S6/MyPoses/3D_positions/WalkDog.h5
Reading subject 6, action Walking
data/h36m/S6/MyPoses/3D_positions/Walking*.h5
data/h36m/S6/MyPoses/3D_positions/Walking.h5
data/h36m/S6/MyPoses/3D_positions/Walking 1.h5
Reading subject 6, action WalkTogether
data/h36m/S6/MyPoses/3D_positions/WalkTogether*.h5
data/h36m/S6/MyPoses/3D_positions/WalkTogether.h5
data/h36m/S6/MyPoses/3D_positions/WalkTogether 1.h5
Reading subject 7, action Directions
data/h36m/S7/MyPoses/3D_positions/Directions*.h5
data/h36m/S7/MyPoses/3D_positions/Directions 1.h5
data/h36m/S7/MyPoses/3D_positions/Directions.h5
Reading subject 7, action Discussion
data/h36m/S7/MyPoses/3D_positions/Discussion*.h5
data/h36m/S7/MyPoses/3D_positions/Discussion.h5
data/h36m/S7/MyPoses/3D_positions/Discussion 1.h5
Reading subject 7, action Eating
data/h36m/S7/MyPoses/3D_positions/Eating*.h5
data/h36m/S7/MyPoses/3D_positions/Eating.h5
data/h36m/S7/MyPoses/3D_positions/Eating 1.h5
Reading subject 7, action Greeting
data/h36m/S7/MyPoses/3D_positions/Greeting*.h5
data/h36m/S7/MyPoses/3D_positions/Greeting.h5
data/h36m/S7/MyPoses/3D_positions/Greeting 1.h5
Reading subject 7, action Phoning
data/h36m/S7/MyPoses/3D_positions/Phoning*.h5
data/h36m/S7/MyPoses/3D_positions/Phoning 2.h5
data/h36m/S7/MyPoses/3D_positions/Phoning.h5
Reading subject 7, action Photo
data/h36m/S7/MyPoses/3D_positions/Photo*.h5
data/h36m/S7/MyPoses/3D_positions/Photo 1.h5
data/h36m/S7/MyPoses/3D_positions/Photo.h5
Reading subject 7, action Posing
data/h36m/S7/MyPoses/3D_positions/Posing*.h5
data/h36m/S7/MyPoses/3D_positions/Posing.h5
data/h36m/S7/MyPoses/3D_positions/Posing 1.h5
Reading subject 7, action Purchases
data/h36m/S7/MyPoses/3D_positions/Purchases*.h5
data/h36m/S7/MyPoses/3D_positions/Purchases.h5
data/h36m/S7/MyPoses/3D_positions/Purchases 1.h5
Reading subject 7, action Sitting
data/h36m/S7/MyPoses/3D_positions/Sitting*.h5
data/h36m/S7/MyPoses/3D_positions/Sitting 1.h5
data/h36m/S7/MyPoses/3D_positions/Sitting.h5
Reading subject 7, action SittingDown
data/h36m/S7/MyPoses/3D_positions/SittingDown*.h5
data/h36m/S7/MyPoses/3D_positions/SittingDown.h5
data/h36m/S7/MyPoses/3D_positions/SittingDown 1.h5
Reading subject 7, action Smoking
data/h36m/S7/MyPoses/3D_positions/Smoking*.h5
data/h36m/S7/MyPoses/3D_positions/Smoking 1.h5
data/h36m/S7/MyPoses/3D_positions/Smoking.h5
Reading subject 7, action Waiting
data/h36m/S7/MyPoses/3D_positions/Waiting*.h5
data/h36m/S7/MyPoses/3D_positions/Waiting 1.h5
data/h36m/S7/MyPoses/3D_positions/Waiting 2.h5
Reading subject 7, action WalkDog
data/h36m/S7/MyPoses/3D_positions/WalkDog*.h5
data/h36m/S7/MyPoses/3D_positions/WalkDog 1.h5
data/h36m/S7/MyPoses/3D_positions/WalkDog.h5
Reading subject 7, action Walking
data/h36m/S7/MyPoses/3D_positions/Walking*.h5
data/h36m/S7/MyPoses/3D_positions/Walking 2.h5
data/h36m/S7/MyPoses/3D_positions/Walking 1.h5
Reading subject 7, action WalkTogether
data/h36m/S7/MyPoses/3D_positions/WalkTogether*.h5
data/h36m/S7/MyPoses/3D_positions/WalkTogether.h5
data/h36m/S7/MyPoses/3D_positions/WalkTogether 1.h5
Reading subject 8, action Directions
data/h36m/S8/MyPoses/3D_positions/Directions*.h5
data/h36m/S8/MyPoses/3D_positions/Directions 1.h5
data/h36m/S8/MyPoses/3D_positions/Directions.h5
Reading subject 8, action Discussion
data/h36m/S8/MyPoses/3D_positions/Discussion*.h5
data/h36m/S8/MyPoses/3D_positions/Discussion.h5
data/h36m/S8/MyPoses/3D_positions/Discussion 1.h5
Reading subject 8, action Eating
data/h36m/S8/MyPoses/3D_positions/Eating*.h5
data/h36m/S8/MyPoses/3D_positions/Eating.h5
data/h36m/S8/MyPoses/3D_positions/Eating 1.h5
Reading subject 8, action Greeting
data/h36m/S8/MyPoses/3D_positions/Greeting*.h5
data/h36m/S8/MyPoses/3D_positions/Greeting.h5
data/h36m/S8/MyPoses/3D_positions/Greeting 1.h5
Reading subject 8, action Phoning
data/h36m/S8/MyPoses/3D_positions/Phoning*.h5
data/h36m/S8/MyPoses/3D_positions/Phoning 1.h5
data/h36m/S8/MyPoses/3D_positions/Phoning.h5
Reading subject 8, action Photo
data/h36m/S8/MyPoses/3D_positions/Photo*.h5
data/h36m/S8/MyPoses/3D_positions/Photo 1.h5
data/h36m/S8/MyPoses/3D_positions/Photo.h5
Reading subject 8, action Posing
data/h36m/S8/MyPoses/3D_positions/Posing*.h5
data/h36m/S8/MyPoses/3D_positions/Posing.h5
data/h36m/S8/MyPoses/3D_positions/Posing 1.h5
Reading subject 8, action Purchases
data/h36m/S8/MyPoses/3D_positions/Purchases*.h5
data/h36m/S8/MyPoses/3D_positions/Purchases.h5
data/h36m/S8/MyPoses/3D_positions/Purchases 1.h5
Reading subject 8, action Sitting
data/h36m/S8/MyPoses/3D_positions/Sitting*.h5
data/h36m/S8/MyPoses/3D_positions/Sitting 1.h5
data/h36m/S8/MyPoses/3D_positions/Sitting.h5
Reading subject 8, action SittingDown
data/h36m/S8/MyPoses/3D_positions/SittingDown*.h5
data/h36m/S8/MyPoses/3D_positions/SittingDown.h5
data/h36m/S8/MyPoses/3D_positions/SittingDown 1.h5
Reading subject 8, action Smoking
data/h36m/S8/MyPoses/3D_positions/Smoking*.h5
data/h36m/S8/MyPoses/3D_positions/Smoking 1.h5
data/h36m/S8/MyPoses/3D_positions/Smoking.h5
Reading subject 8, action Waiting
data/h36m/S8/MyPoses/3D_positions/Waiting*.h5
data/h36m/S8/MyPoses/3D_positions/Waiting 1.h5
data/h36m/S8/MyPoses/3D_positions/Waiting.h5
Reading subject 8, action WalkDog
data/h36m/S8/MyPoses/3D_positions/WalkDog*.h5
data/h36m/S8/MyPoses/3D_positions/WalkDog 1.h5
data/h36m/S8/MyPoses/3D_positions/WalkDog.h5
Reading subject 8, action Walking
data/h36m/S8/MyPoses/3D_positions/Walking*.h5
data/h36m/S8/MyPoses/3D_positions/Walking.h5
data/h36m/S8/MyPoses/3D_positions/Walking 1.h5
Reading subject 8, action WalkTogether
data/h36m/S8/MyPoses/3D_positions/WalkTogether*.h5
data/h36m/S8/MyPoses/3D_positions/WalkTogether 2.h5
data/h36m/S8/MyPoses/3D_positions/WalkTogether 1.h5
Reading subject 9, action Directions
data/h36m/S9/MyPoses/3D_positions/Directions*.h5
data/h36m/S9/MyPoses/3D_positions/Directions 1.h5
data/h36m/S9/MyPoses/3D_positions/Directions.h5
Reading subject 9, action Discussion
data/h36m/S9/MyPoses/3D_positions/Discussion*.h5
data/h36m/S9/MyPoses/3D_positions/Discussion 2.h5
data/h36m/S9/MyPoses/3D_positions/Discussion 1.h5
Reading subject 9, action Eating
data/h36m/S9/MyPoses/3D_positions/Eating*.h5
data/h36m/S9/MyPoses/3D_positions/Eating.h5
data/h36m/S9/MyPoses/3D_positions/Eating 1.h5
Reading subject 9, action Greeting
data/h36m/S9/MyPoses/3D_positions/Greeting*.h5
data/h36m/S9/MyPoses/3D_positions/Greeting.h5
data/h36m/S9/MyPoses/3D_positions/Greeting 1.h5
Reading subject 9, action Phoning
data/h36m/S9/MyPoses/3D_positions/Phoning*.h5
data/h36m/S9/MyPoses/3D_positions/Phoning 1.h5
data/h36m/S9/MyPoses/3D_positions/Phoning.h5
Reading subject 9, action Photo
data/h36m/S9/MyPoses/3D_positions/Photo*.h5
data/h36m/S9/MyPoses/3D_positions/Photo 1.h5
data/h36m/S9/MyPoses/3D_positions/Photo.h5
Reading subject 9, action Posing
data/h36m/S9/MyPoses/3D_positions/Posing*.h5
data/h36m/S9/MyPoses/3D_positions/Posing.h5
data/h36m/S9/MyPoses/3D_positions/Posing 1.h5
Reading subject 9, action Purchases
data/h36m/S9/MyPoses/3D_positions/Purchases*.h5
data/h36m/S9/MyPoses/3D_positions/Purchases.h5
data/h36m/S9/MyPoses/3D_positions/Purchases 1.h5
Reading subject 9, action Sitting
data/h36m/S9/MyPoses/3D_positions/Sitting*.h5
data/h36m/S9/MyPoses/3D_positions/Sitting 1.h5
data/h36m/S9/MyPoses/3D_positions/Sitting.h5
Reading subject 9, action SittingDown
data/h36m/S9/MyPoses/3D_positions/SittingDown*.h5
data/h36m/S9/MyPoses/3D_positions/SittingDown.h5
data/h36m/S9/MyPoses/3D_positions/SittingDown 1.h5
Reading subject 9, action Smoking
data/h36m/S9/MyPoses/3D_positions/Smoking*.h5
data/h36m/S9/MyPoses/3D_positions/Smoking 1.h5
data/h36m/S9/MyPoses/3D_positions/Smoking.h5
Reading subject 9, action Waiting
data/h36m/S9/MyPoses/3D_positions/Waiting*.h5
data/h36m/S9/MyPoses/3D_positions/Waiting 1.h5
data/h36m/S9/MyPoses/3D_positions/Waiting.h5
Reading subject 9, action WalkDog
data/h36m/S9/MyPoses/3D_positions/WalkDog*.h5
data/h36m/S9/MyPoses/3D_positions/WalkDog 1.h5
data/h36m/S9/MyPoses/3D_positions/WalkDog.h5
Reading subject 9, action Walking
data/h36m/S9/MyPoses/3D_positions/Walking*.h5
data/h36m/S9/MyPoses/3D_positions/Walking.h5
data/h36m/S9/MyPoses/3D_positions/Walking 1.h5
Reading subject 9, action WalkTogether
data/h36m/S9/MyPoses/3D_positions/WalkTogether*.h5
data/h36m/S9/MyPoses/3D_positions/WalkTogether.h5
data/h36m/S9/MyPoses/3D_positions/WalkTogether 1.h5
Reading subject 11, action Directions
data/h36m/S11/MyPoses/3D_positions/Directions*.h5
data/h36m/S11/MyPoses/3D_positions/Directions 1.h5
data/h36m/S11/MyPoses/3D_positions/Directions.h5
Reading subject 11, action Discussion
data/h36m/S11/MyPoses/3D_positions/Discussion*.h5
data/h36m/S11/MyPoses/3D_positions/Discussion 2.h5
data/h36m/S11/MyPoses/3D_positions/Discussion 1.h5
Reading subject 11, action Eating
data/h36m/S11/MyPoses/3D_positions/Eating*.h5
data/h36m/S11/MyPoses/3D_positions/Eating.h5
data/h36m/S11/MyPoses/3D_positions/Eating 1.h5
Reading subject 11, action Greeting
data/h36m/S11/MyPoses/3D_positions/Greeting*.h5
data/h36m/S11/MyPoses/3D_positions/Greeting.h5
data/h36m/S11/MyPoses/3D_positions/Greeting 2.h5
Reading subject 11, action Phoning
data/h36m/S11/MyPoses/3D_positions/Phoning*.h5
data/h36m/S11/MyPoses/3D_positions/Phoning 2.h5
data/h36m/S11/MyPoses/3D_positions/Phoning 3.h5
Reading subject 11, action Photo
data/h36m/S11/MyPoses/3D_positions/Photo*.h5
data/h36m/S11/MyPoses/3D_positions/Photo 1.h5
data/h36m/S11/MyPoses/3D_positions/Photo.h5
Reading subject 11, action Posing
data/h36m/S11/MyPoses/3D_positions/Posing*.h5
data/h36m/S11/MyPoses/3D_positions/Posing.h5
data/h36m/S11/MyPoses/3D_positions/Posing 1.h5
Reading subject 11, action Purchases
data/h36m/S11/MyPoses/3D_positions/Purchases*.h5
data/h36m/S11/MyPoses/3D_positions/Purchases.h5
data/h36m/S11/MyPoses/3D_positions/Purchases 1.h5
Reading subject 11, action Sitting
data/h36m/S11/MyPoses/3D_positions/Sitting*.h5
data/h36m/S11/MyPoses/3D_positions/Sitting 1.h5
data/h36m/S11/MyPoses/3D_positions/Sitting.h5
Reading subject 11, action SittingDown
data/h36m/S11/MyPoses/3D_positions/SittingDown*.h5
data/h36m/S11/MyPoses/3D_positions/SittingDown.h5
data/h36m/S11/MyPoses/3D_positions/SittingDown 1.h5
Reading subject 11, action Smoking
data/h36m/S11/MyPoses/3D_positions/Smoking*.h5
data/h36m/S11/MyPoses/3D_positions/Smoking 2.h5
data/h36m/S11/MyPoses/3D_positions/Smoking.h5
Reading subject 11, action Waiting
data/h36m/S11/MyPoses/3D_positions/Waiting*.h5
data/h36m/S11/MyPoses/3D_positions/Waiting 1.h5
data/h36m/S11/MyPoses/3D_positions/Waiting.h5
Reading subject 11, action WalkDog
data/h36m/S11/MyPoses/3D_positions/WalkDog*.h5
data/h36m/S11/MyPoses/3D_positions/WalkDog 1.h5
data/h36m/S11/MyPoses/3D_positions/WalkDog.h5
Reading subject 11, action Walking
data/h36m/S11/MyPoses/3D_positions/Walking*.h5
data/h36m/S11/MyPoses/3D_positions/Walking.h5
data/h36m/S11/MyPoses/3D_positions/Walking 1.h5
Reading subject 11, action WalkTogether
data/h36m/S11/MyPoses/3D_positions/WalkTogether*.h5
data/h36m/S11/MyPoses/3D_positions/WalkTogether.h5
data/h36m/S11/MyPoses/3D_positions/WalkTogether 1.h5
/Users/fang/Study/Pose_3D/temporal_3d_release/data_util.py:499: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
  complete_train = copy.deepcopy( np.vstack( train_set.values() ))
Traceback (most recent call last):
  File "temporal_3d.py", line 435, in <module>
    tf.app.run()
  File "/Users/fang/.conda/envs/3Dpose/lib/python3.7/site-packages/tensorflow/python/platform/app.py", line 40, in run
    _run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef)
  File "/Users/fang/.conda/envs/3Dpose/lib/python3.7/site-packages/absl/app.py", line 299, in run
    _run_main(main, args)
  File "/Users/fang/.conda/envs/3Dpose/lib/python3.7/site-packages/absl/app.py", line 250, in _run_main
    sys.exit(main(argv))
  File "temporal_3d.py", line 430, in main
    errpr = evaluate()
  File "temporal_3d.py", line 372, in evaluate
    actions, FLAGS.data_dir, FLAGS.camera_frame, rcams, vcams )
  File "/Users/fang/Study/Pose_3D/temporal_3d_release/data_util.py", line 512, in read_3d_data
    offsets_train = load_offsets( data_dir, [1, 5, 6, 7, 8] )
  File "/Users/fang/Study/Pose_3D/temporal_3d_release/data_util.py", line 306, in load_offsets
    with h5py.File( fname, 'r' ) as h5f:
  File "/Users/fang/.conda/envs/3Dpose/lib/python3.7/site-packages/h5py/_hl/files.py", line 394, in __init__
    swmr=swmr)
  File "/Users/fang/.conda/envs/3Dpose/lib/python3.7/site-packages/h5py/_hl/files.py", line 170, in make_fid
    fid = h5f.open(name, flags, fapl=fapl)
  File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
  File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
  File "h5py/h5f.pyx", line 85, in h5py.h5f.open
OSError: Unable to open file (unable to open file: name = 'data/h36m/offsets.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)

I am not sure why the code is trying to access offsets.h5, which does not exist in the h36m folder from the dropbox link (in previous issue). Also, I have the exact same directory structure as the author of the previous issue. Could anyone give me some help? Thanks in Advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants