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

Request to Release PERSE Code and Dataset on Hugging Face #1

Open
NielsRogge opened this issue Jan 1, 2025 · 3 comments
Open

Request to Release PERSE Code and Dataset on Hugging Face #1

NielsRogge opened this issue Jan 1, 2025 · 3 comments

Comments

@NielsRogge
Copy link

Hello @HyunsooCha 🤗

I'm Niels from the Hugging Face open-source team. I came across your interesting work on PERSE featured on Hugging Face Papers: https://huggingface.co/papers/2412.21206. The paper page offers a great platform to discuss your research and link to relevant artifacts. You can also claim the paper, which will be displayed on your Hugging Face profile.

Your method for creating personalized 3D generative avatars from a single portrait is fascinating! We believe hosting your code and the synthetic dataset you generated would be highly beneficial for the AI research community, enhancing the visibility and accessibility of your work.

Would you be interested in releasing your code and the synthetic dataset on the Hugging Face Hub?

For models, you can find a guide here: https://huggingface.co/docs/hub/models-uploading. If your model is a custom PyTorch model, the PyTorchModelHubMixin class can simplify the process by adding from_pretrained and push_to_hub functionality. Alternatively, the hf_hub_download tool can be used for direct file uploads.

For datasets, we offer a guide here: https://huggingface.co/docs/datasets/loading. Hosting your dataset on the Hub would allow users to easily access it using the datasets library:

from datasets import load_dataset

dataset = load_dataset("your-hf-org-or-username/your-dataset")

Once uploaded, we can link the code and dataset to your paper page, making it easier for others to discover and utilize your research.

Please let me know if you're interested or if you have any questions. I'd be happy to assist you with the upload process.

Kind regards,

Niels
ML Engineer @ Hugging Face 🤗

@HyunsooCha
Copy link
Contributor

Hello,

Thank you for your suggestions.
We will release the PERSE model checkpoints and datasets via HuggingFace.

Thank you.

@NielsRogge
Copy link
Author

Thank you, would it be possible to keep this issue open so that we can track it?

@HyunsooCha HyunsooCha reopened this Jan 2, 2025
@HyunsooCha
Copy link
Contributor

Ah, sure! I reopened this issue.
I will let you know when the code and model checkpoints are released.

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

2 participants