File size: 1,005 Bytes
aee9992
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 - resnext50_32x4d (imagenet-micronet)



This is a `resnext50_32x4d` encoder pretrained on `imagenet-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**: resnext50_32x4d

- **Pretrained on**: imagenet-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