How to use nielsr/convnext-tiny-maskrcnn with Transformers:
# Load model directly from transformers import MaskRCNNForObjectDetection model = MaskRCNNForObjectDetection.from_pretrained("nielsr/convnext-tiny-maskrcnn", dtype="auto")
The community tab is the place to discuss and collaborate with the HF community!