Hi @aviralchharia 🤗
Niels here from the open-source team at Hugging Face. I discovered your work on Arxiv and was wondering whether you would like to submit it to hf.co/papers to improve its discoverability. If you are one of the authors, you can submit it at https://huggingface.co/papers/submit.
The paper page lets people discuss about your paper and lets them find artifacts about it (your models and dataset for instance), you can also claim the paper as yours which will show up on your public profile at HF, and add Github and project page URLs.
I saw in your GitHub README that the MVCHead weights and the FaceGS-10K dataset are "Coming Soon". It'd be great to make these available on the 🤗 hub to improve their discoverability and visibility!
Uploading models
Would you like to host the model checkpoints on https://huggingface.co/models? Hosting on Hugging Face will give you more visibility. We can add tags (like image-to-3d) in the model cards so that people find the models easier, link it to the paper page, etc.
See here for a guide: https://huggingface.co/docs/hub/models-uploading. Alternatively, you can use the hf_hub_download one-liner to download a checkpoint from the hub directly into your inference scripts.
Uploading dataset
It would also be awesome to make FaceGS-10K available on 🤗 , so that people can do:
from datasets import load_dataset
dataset = load_dataset("your-hf-org-or-username/FaceGS-10K")
Besides that, there's the dataset viewer which allows people to quickly explore the renderings of the 3D assets in the browser.
Let me know if you're interested or need any help regarding this!
Cheers,
Niels
ML Engineer @ HF 🤗
Hi @aviralchharia 🤗
Niels here from the open-source team at Hugging Face. I discovered your work on Arxiv and was wondering whether you would like to submit it to hf.co/papers to improve its discoverability. If you are one of the authors, you can submit it at https://huggingface.co/papers/submit.
The paper page lets people discuss about your paper and lets them find artifacts about it (your models and dataset for instance), you can also claim the paper as yours which will show up on your public profile at HF, and add Github and project page URLs.
I saw in your GitHub README that the MVCHead weights and the FaceGS-10K dataset are "Coming Soon". It'd be great to make these available on the 🤗 hub to improve their discoverability and visibility!
Uploading models
Would you like to host the model checkpoints on https://huggingface.co/models? Hosting on Hugging Face will give you more visibility. We can add tags (like
image-to-3d) in the model cards so that people find the models easier, link it to the paper page, etc.See here for a guide: https://huggingface.co/docs/hub/models-uploading. Alternatively, you can use the hf_hub_download one-liner to download a checkpoint from the hub directly into your inference scripts.
Uploading dataset
It would also be awesome to make FaceGS-10K available on 🤗 , so that people can do:
Besides that, there's the dataset viewer which allows people to quickly explore the renderings of the 3D assets in the browser.
Let me know if you're interested or need any help regarding this!
Cheers,
Niels
ML Engineer @ HF 🤗