610265158 / Peppa_Pig_Face_Landmark

A simple face detect and alignment method, which is easy and stable.
Apache License 2.0
530 stars 116 forks source link

TypeError: load() missing 1 required positional argument: 'export_dir' #28

Closed SabinaUS closed 4 years ago

SabinaUS commented 4 years ago

face_detector.py ave me above error: self.model = tf.saved_model.load(self.model_path) in this line. In cofig.py as path I gave model/detector Tensorflow 1.13

610265158 commented 4 years ago

Hi, This is the tf2 api, if you want tf1. please switch to tf1 branch.

GoodLuck

SabinaUS commented 4 years ago

Thank you