usnistgov / frvt

Repository for the Face Recognition Vendor Test (FRVT)
Other
259 stars 113 forks source link

Suggest to split and zip "common/images/face" to release files #136

Open ImNotMT opened 2 months ago

ImNotMT commented 2 months ago

now git clone the frvt repo would create 10G+ .git files (files in frvt repo not counting yet), while the scripts and source code files only a few KBs.

it is not a good idea to git clone the whole frvt repo while you are mixing the data files (no version control/history required) and source files in git.

deeperlearner commented 2 months ago

git clone --depth 1 may lower the size of files

ImNotMT commented 2 months ago

thank you for the approach. but for my trying, still have 7.7G. the images and video size is 5.7G, cannot avoid that huge .git folder.

ImNotMT commented 2 months ago

I think basically caused by 4.7G videos uploaded recently by this commit 7ca40ad12d548232e88aecb167934bac1e659f29.