-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Add vggface2 dataset #2910
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
Add vggface2 dataset #2910
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2910 +/- ##
==========================================
- Coverage 73.39% 73.00% -0.40%
==========================================
Files 99 100 +1
Lines 8825 8871 +46
Branches 1391 1402 +11
==========================================
- Hits 6477 6476 -1
- Misses 1929 1970 +41
- Partials 419 425 +6
Continue to review full report at Codecov.
|
Thanks for bringing this PR back to life :) Can we add test cases for |
Hi @jgbradley1! Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
Unit tests have been added and tested. |
…nto add-vggface2-dataset
This PR is as ready-to-go as it gets I think. Unless someone has an issue with return types or documentation suggestions, I don't have anything else to add. |
Before more work is done on this PR, we should wait to see if the dataset is made available again. Looks like the dataset has been taken down for almost a month. VGGFace2 citation count: 912 |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
1 similar comment
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Thanks for the contribution @jgbradley1 and sorry for the late reply. This is a new dataset request and will be added to the new dataset API (once it is stable enough). If you want to/have the time, you can add this contribution to the new dataset or you can leave it and someone else will take the work from here. Notice that once this port is done, this PR will be closed. Again, thanks for the code! |
To complement @yassineAlouini's comment: I'm not sure how I missed this PR since it seems complete. I'm very sorry about that @jgbradley1. Unfortunately, we are moving to a new datasets API in the near future and thus, we will no longer accept PRs that add new datasets to the old API. There are two options now:
How would you like to go about it @jgbradley1? |
Closes issue #1139.
There was a PR for this last year but it never got approved and finalized. Since the design of the Dataset classes has changed quite a bit since then, I thought I would submit this more updated version for review.
Notable changes:
transform
,target_type
andtarget_transform
in order to make whatever changes they want.cc @fmassa @dakshjotwani