PaddleClas/ppcls/arch/backbone/legendary_models
学卿 4b3503b6de
support face recgnition (#3282)
* add mobilefacenet

* exp with pplcnet on face

* support face recognition

* fix face recognition models bugs

* add face recognition README
2024-11-01 19:48:28 +08:00
..
__init__.py add 3 new models : MV4 FasterNet StarNet (#3251) 2024-09-21 00:26:38 +08:00
custom_devices_layers.py
esnet.py
hrnet.py
inception_v3.py
mobilenet_v1.py
mobilenet_v3.py
mobilenet_v4.py fix flash attn mm (#3257) 2024-09-23 20:52:45 +08:00
pp_hgnet.py adapt AdaptiveAvgPool2D for npu for PPHGNet (#3162) 2024-06-17 21:07:16 +08:00
pp_hgnet_v2.py
pp_lcnet.py Add support for custom scale and act (#3189) 2024-07-24 19:49:09 +08:00
pp_lcnet_v2.py support face recgnition (#3282) 2024-11-01 19:48:28 +08:00
resnet.py support face recgnition (#3282) 2024-11-01 19:48:28 +08:00
swin_transformer.py bugfix (#3179) 2024-07-05 16:17:42 +08:00
vgg.py