Skip to content
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

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

Open
ImNotMT opened this issue Jun 13, 2024 · 4 comments
Open

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

ImNotMT opened this issue Jun 13, 2024 · 4 comments

Comments

@ImNotMT
Copy link

ImNotMT commented Jun 13, 2024

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
Copy link

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

@ImNotMT
Copy link
Author

ImNotMT commented Jun 14, 2024

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
Copy link
Author

ImNotMT commented Jun 14, 2024

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

@SebastianEngelhardt
Copy link

--depth 1 is a good tip. This way the clone only takes 10 minutes instead of half an hour and longer 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants