Add configs and rename tflite f660997
Jaime García Villena commited on
How to use SpotLab/microfilariae_detection with Transformers:
# Load model directly
from transformers import SSDForObjectDetection
model = SSDForObjectDetection.from_pretrained("SpotLab/microfilariae_detection", device_map="auto")