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