How to use nevernever69/dit-doclaynet-segmentation with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="nevernever69/dit-doclaynet-segmentation")
# Load model directly from transformers import AutoImageProcessor, BeitForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("nevernever69/dit-doclaynet-segmentation") model = BeitForSemanticSegmentation.from_pretrained("nevernever69/dit-doclaynet-segmentation")
The community tab is the place to discuss and collaborate with the HF community!