File size: 948 Bytes
dc0d59b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---

license: mit
tags:
  - computer-vision
  - microscopy
  - materials-science
  - encoder
  - segmentation
  - pytorch
  - pretrained
library_name: pretrained-microscopy-models
---


# Pretrained Microscopy Encoder - dpn98 (micronet)

This is a `dpn98` encoder pretrained on `micronet` microscopy datasets, prepared for use with [segmentation_models.pytorch](https://github.com/qubvel-org/segmentation_models.pytorch).

Models originally pretrained for [pretrained-microscopy-models](https://github.com/nasa/pretrained-microscopy-models)

## Model Details

- **Architecture**: dpn98
- **Pretrained on**: micronet
- **Input shape**: RGB images
- **Framework**: PyTorch
- **Use case**: Feature extraction, segmentation backbone

## Files

- `encoder_weights.pth` - PyTorch `state_dict()` of the encoder
- `README.md` - This model card
- `encoder.py` - Sample code to use the encoder within UNet.

## License

mit