compphoto / Intrinsic

Repo for the paper "Intrinsic Image Decomposition via Ordinal Shading" (TOG 2023)
https://yaksoy.github.io/intrinsic
Other
152 stars 10 forks source link

Release Intrinsic models on Hugging Face #10

Open NielsRogge opened 2 weeks ago

NielsRogge commented 2 weeks ago

Hello @CCareaga 🤗

I'm Niels and work as part of the open-source team at Hugging Face. I discovered through AK's daily papers as yours got featured: https://huggingface.co/papers/2409.13690. The paper page lets people discuss about your paper and lets them find artifacts about it (your model for instance), you can also claim the paper as yours which will show up on your public profile at HF.

Would you like to host the models you've pre-trained on https://huggingface.co/models? Hosting on Hugging Face will give you more visibility. We can add tags in the model cards so that people find the models easier, link it to the paper page, etc.

If you're down, leaving a guide here. If it's a PyTorch model, you can use PyTorchModelHubMixin class which adds from_pretrained and push_to_hub to the model which lets you to upload the model and people to download and use models right away. If you do not want this and directly want to upload model through UI or however you want, people can also use hf_hub_download.

After uploaded, we can also link the models to the paper page (read here) so people can discover your model.

You can also build a demo to your model on Spaces we can provide you an A100 grant.

What do you think?

Kind regards,

Niels

CCareaga commented 2 days ago

Hi Niels,

Thank you for the information, I'll look into this and let you know if I have any questions.

NielsRogge commented 20 hours ago

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

Regarding the Space you created, you can go in the settings and select "community grant" to get a free GPU grant. See also ZeroGPU, https://huggingface.co/zero-gpu-explorers, which allocates A100 GPU compute to your Space, based on demand.

Btw, you can link the Space to the paper by including https://huggingface.co/papers/2409.13690 in the README of your Space.

CCareaga commented 14 hours ago

I noticed the ZeroGPU option, which says free but it seems like I have to subscribe to PRO which isn't free right? If so, I will apply for the community grant option.

Thanks for the help