Instructions to use SpotLab/microfilariae_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
File size: 428 Bytes
f660997 4f544df f660997 9366a70 f660997 9366a70 f660997 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"architectures": [
"SSDForObjectDetection"
],
"id2label": {
"0": "microfilaria"
},
"layer_norm_eps": 0.001,
"threshold": 0.3,
"min_depth": 8,
"num_channels": 3,
"num_detection_tokens": 20,
"output_stride": 32,
"semantic_loss_ignore_index": 255,
"tf_padding": true,
"model_type": "mobilenetV2",
"torch_dtype": "float32",
"transformers_version": "4.33.3"
} |