How to use vikp/line_detector_2 with Transformers:
# Load model directly from transformers import AutoImageProcessor, SegformerForRegressionMask processor = AutoImageProcessor.from_pretrained("vikp/line_detector_2") model = SegformerForRegressionMask.from_pretrained("vikp/line_detector_2")
The community tab is the place to discuss and collaborate with the HF community!