facebookresearch / multiface

Hosts the Multiface dataset, which is a multi-view dataset of multiple identities performing a sequence of facial expressions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in download_dataset.py

TianyuDai opened this issue · comments

Hi,
Thank you for making the dataset public!
I tried to download the mini-dataset following the instruction, but fell into an infinite loop.
Should line 65 in download_dataset.py be if os.path.isfile("%s.checksum" % (tar_file))?

I had the same issues in downloading mini-dataset as well.

And seems like both of /path/to/mini-dataset and /path/to/dataset doesn't exists?

Apologies for the inconvenience. We will fix the bug asap.

And seems like both of /path/to/mini-dataset and /path/to/dataset doesn't exists?

Hi, that is for you to replace with the path to your downloaded dataset. Thank you.

Hi, Thank you for making the dataset public! I tried to download the mini-dataset following the instruction, but fell into an infinite loop. Should line 65 in download_dataset.py be if os.path.isfile("%s.checksum" % (tar_file))?

Hi, Thanks for pointing this out. download_dataset.py is updated and added the condition to avoid possible infinite loop.