Junho Park
Junho Park
Thank you for your reply.
> That's true. But that value gets cast to integer by "int" already, so replacing / with // won't change the result. Oh, I didn't recognize 'int', cause I cloned...
Visit https://github.com/Binyr/ASDA/issues/2
At line 105 in [PartProvider.py](https://github.com/Binyr/ASDA/blob/master/lib/dataset/PartProvider.py), you should change the code from `file_list = os.listdir(check_dir)` to `file_list = os.listdir(self.part_root_dir)`.
Hello, is there any update for releasing synthetic dataset for face recognition?
I have same issue about that library. Did you solve it?