-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LFW related #11
Comments
Hi All Used the below C++ script to copy jpg files from individual lfw named folders. #include using namespace std; int main()
} |
@gopi77 Summary:
|
Creating list.txt
|
any python implementation for doing this ? |
Try with this:
|
how would we generate ppm for custom sets? |
This link is dead: https://drive.google.com/file/d/1TbQ24nIc3GGNWzV_GGX_D-1WpI2KOGii/view Can you please reupload it? I am having trouble seeing if my version of the database is working properly. |
Using jgoenetxea script I've reuploaded a version: |
Convert jpg to ppm
|
Hi
I see the below comments in Readme
Data is available at LFW. Put the images of faces and masks as shown below.
data/
raw/
images/
0001.jpg
0002.jpg
masks/
0001.ppm
0002.ppm
<<<<
But in the link http://vis-www.cs.umass.edu/lfw/part_labels/#download, I can download files like lfw-funneled.tgz. If I extract I get folders with person names & corresponding jpg files.
Do I need to manually remove the folder structure & rearrange those files as *0001.jpg, *0002.jpg, etc... similar to the ppm files list ?
FYI, I got ppm files from https://drive.google.com/file/d/1TbQ24nIc3GGNWzV_GGX_D-1WpI2KOGii/view (will be great if you can share the method/code used to generate ppm files)
Regards
Gopi. J
The text was updated successfully, but these errors were encountered: