EPFL-VILAB / MultiMAE

MultiMAE: Multi-modal Multi-task Masked Autoencoders, ECCV 2022
https://multimae.epfl.ch
Other
544 stars 58 forks source link

add web demo/model to Huggingface #2

Closed AK391 closed 2 years ago

AK391 commented 2 years ago

Hi, would you be interested in adding MultiMAE to Hugging Face? The Hub offers free hosting, and it would make your work more accessible and visible to the rest of the ML community. Models/datasets/spaces(web demos) can be added to a user account or organization similar to github.

Example from other organizations: Keras: https://huggingface.co/keras-io Microsoft: https://huggingface.co/microsoft Facebook: https://huggingface.co/facebook

Example spaces with repos: github: https://github.com/salesforce/BLIP Spaces: https://huggingface.co/spaces/salesforce/BLIP

github: https://github.com/facebookresearch/omnivore Spaces: https://huggingface.co/spaces/akhaliq/omnivore

and here are guides for adding spaces/models/datasets to your org

How to add a Space: https://huggingface.co/blog/gradio-spaces how to add models: https://huggingface.co/docs/hub/adding-a-model uploading a dataset: https://huggingface.co/docs/datasets/upload_dataset.html

Please let us know if you would be interested and if you have any questions, we can also help with the technical implementation.

roman-bachmann commented 2 years ago

Hi!

We would certainly be interested in adding MultiMAE to Hugging Face! We are planning to release a Colab notebook in the following days, after which we can explore creating a Hugging Face demo.

Best, Roman

roman-bachmann commented 2 years ago

Hi @AK391,

We released an interactive Hugging Face demo using Gradio here: https://huggingface.co/spaces/EPFL-VILAB/MultiMAE We are simultaneously releasing a Colab Notebook containing code to visualize the masked reconstructions, and also show how we pseudo labeled depth and semantic segmentation.

Best, Roman

AK391 commented 2 years ago

@roman-bachmann awesome, thanks, just tweeted it out

AK391 commented 2 years ago

@roman-bachmann Gradio just released v3.0 Blocks along with the Gradio Blocks Event: https://huggingface.co/Gradio-Blocks, it would be great to have a updated blocks version of this demo in the event. Thanks