akanazawa / hmr

Project page for End-to-end Recovery of Human Shape and Pose
Other
1.54k stars 395 forks source link

TypeError: a bytes-like object is required, not 'str' #85

Closed yifengji closed 5 years ago

yifengji commented 5 years ago

when I tryed with open(pkl_path, 'rb') as f: dd = pickle.load(f)

Mean template vertices

    self.v_template = tf.Variable(
        undo_chumpy(dd['v_template']),
        name='v_template',
        dtype=dtype,
        trainable=False)

I got new issue: image