File tree 3 files changed +13
-7
lines changed 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The main features of this library are:
12
12
13
13
- High level API (just two lines to create a neural network)
14
14
- 9 models architectures for binary and multi class segmentation (including legendary Unet)
15
- - 104 available encoders
15
+ - 106 available encoders
16
16
- All encoders have pre-trained weights for faster and better convergence
17
17
18
18
### [ 📚 Project Documentation 📚] ( http://smp.readthedocs.io/ )
@@ -284,6 +284,8 @@ The following is a list of supported encoders in the SMP. Select the appropriate
284
284
| Encoder | Weights | Params, M |
285
285
| --------------------------------| :------------------------------:| :------------------------------:|
286
286
| mobilenet_v2 | imagenet | 2M |
287
+ | mobilenet_v3_large | imagenet | 3M |
288
+ | mobilenet_v3_small | imagenet | 1M |
287
289
288
290
</div >
289
291
</details >
Original file line number Diff line number Diff line change @@ -252,11 +252,15 @@ EfficientNet
252
252
MobileNet
253
253
~~~~~~~~~
254
254
255
- +-----------------+------------+-------------+
256
- | Encoder | Weights | Params, M |
257
- +=================+============+=============+
258
- | mobilenet\_ v2 | imagenet | 2M |
259
- +-----------------+------------+-------------+
255
+ +---------------------+------------+-------------+
256
+ | Encoder | Weights | Params, M |
257
+ +=====================+============+=============+
258
+ | mobilenet\_ v2 | imagenet | 2M |
259
+ +---------------------+------------+-------------+
260
+ | mobilenet\_ v3_large | imagenet | 3M |
261
+ +---------------------+------------+-------------+
262
+ | mobilenet\_ v2_small | imagenet | 1M |
263
+ +---------------------+------------+-------------+
260
264
261
265
DPN
262
266
~~~
Original file line number Diff line number Diff line change 1
- torchvision >= 0.3 .0
1
+ torchvision == 0.9 .0
2
2
pretrainedmodels == 0.7.4
3
3
efficientnet-pytorch == 0.6.3
4
4
timm == 0.3.2
You can’t perform that action at this time.
0 commit comments