Jiahao-UTS / SLPT-master

GNU General Public License v2.0
99 stars 13 forks source link

Missing Mirror.txt file #7

Open raja-kumar opened 2 years ago

raja-kumar commented 2 years ago

I am trying to run the code but getting the below missing file error.

FileNotFoundError: ./Dataset/WFLW/Mirror.txt not found

This file is not present in the WFLW dataset. can you please clarify, what is this file and where can I find it?

Jiahao-UTS commented 2 years ago

Hi! Thanks for your interest. You can find the file at https://drive.google.com/file/d/1WJUTX3ij2S6UcGDfYVZlOuZjZJRi3fyE/view?usp=sharing

raja-kumar commented 2 years ago

Thanks for your reply. Apparently, that file didn't make any difference and I was able to run the code after commenting out that line. I have a few more queries:

  1. I am planning to retrain the model on another dataset. So I was wondering if you have plans to release the training code.
  2. Current setup runs only for the WFLW test dataset. is there a script that can help me test the pre-trained model on any sample image?

Nonetheless, it's Great Work!