Instructions to use microsoft/dit-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/dit-large with Transformers:
# Load model directly from transformers import AutoImageProcessor, BeitForMaskedImageModeling processor = AutoImageProcessor.from_pretrained("microsoft/dit-large") model = BeitForMaskedImageModeling.from_pretrained("microsoft/dit-large") - Notebooks
- Google Colab
- Kaggle
Huggingface R-CNN model heads for layout object detection based on DiT?
#2
by visionscaper - opened
Are R-CNN model head weights and code available on Huggingface for layout object detection using DiT? I.e. such that we can recreate the functionality as in the original Microsoft DiT repo, only using Huggingface components?