danielroich / PTI

Official Implementation for "Pivotal Tuning for Latent-based editing of Real Images" (ACM TOG 2022) https://arxiv.org/abs/2106.05744
MIT License
897 stars 112 forks source link

run align_data error #12

Closed mapleyuan closed 3 years ago

mapleyuan commented 3 years ago

RuntimeError Traceback (most recent call last)

in ----> 1 predictor = dlib.shape_predictor(SHAPE_PREDICTOR_PATH) RuntimeError: Error deserializing object of type int64 while deserializing a floating point number. while deserializing a dlib::matrix while deserializing object of type std::vector while deserializing object of type std::vector while deserializing object of type std::vector
danielroich commented 3 years ago

This error occurs because align.dat is missing. Please see #13 The problem is now fixed

Daniel