学卿
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
cuicheng01
716fbcc574
update config for ShiTu_rec ( #3245 )
...
* update config for ShiTu_rec
* update for ShiTu_Rec
2024-09-12 18:27:01 +08:00
changdazhou
666ca9bbd1
support multi-label image classification ( #3216 )
2024-08-19 14:50:50 +08:00
RuohengMa
178eede1db
Fix bug when running on XPU ( #3046 )
...
* Fix bug when running on XPU
* Fix bug when running on device other than GPU
2023-11-24 17:14:56 +08:00
wuyefeilin
83adff2acc
add dataset alias for PaddleX ( #2893 )
2023-08-02 10:41:25 +08:00
gaotingquan
377950865c
getargspec -> getfullargspec
...
getargspec dont support param annotations
2023-05-17 15:19:13 +08:00
Yang Nie
a2052232e6
add support for `CvT_21_244`, `CvT_13_384`, `CvT_21_384` and `CvT_W24_384`
2023-04-04 18:44:44 +08:00
Tingquan Gao
5d06a88a36
Revert "refactor: simplify engine"
...
This reverts commit 376d83d46e
.
2023-03-14 16:47:13 +08:00
Tingquan Gao
e7e4f68b5c
Revert "refactor: build_train_func & build_eval_func"
...
This reverts commit 6bed0f5707
.
2023-03-14 16:47:13 +08:00
Tingquan Gao
f2fc43baeb
Revert "refactor: mv all dataloaders to engine.dataloader_dict"
...
This reverts commit 284e2a6756
.
2023-03-14 16:47:13 +08:00
Tingquan Gao
a1e840e0da
Revert "refactor: iter_per_epoch -> max_iter"
...
This reverts commit a38e42f644
.
2023-03-14 16:47:13 +08:00
Tingquan Gao
f42719afbb
Revert "replace the arg engine with config"
...
This reverts commit f525cea006
.
2023-03-14 16:47:13 +08:00
Tingquan Gao
7243f1429b
Revert "rm codes for compatibility with old version"
...
This reverts commit 6e77bd6cd5
.
2023-03-14 16:47:13 +08:00
Tingquan Gao
339be96ef5
Revert "refactor"
...
This reverts commit 187f38ebdd
.
2023-03-14 16:47:13 +08:00
Tingquan Gao
85e200edb6
Revert "refactor"
...
This reverts commit 32593b6375
.
2023-03-14 16:47:13 +08:00
Tingquan Gao
03795249c1
Revert "revert for running"
...
This reverts commit d3374e897e
.
2023-03-14 16:47:13 +08:00
Tingquan Gao
8002ccf4b6
Revert "support ShiTu"
...
This reverts commit 9beb154bc3
.
2023-03-14 16:47:13 +08:00
Tingquan Gao
8adb5f4a32
Revert "debug for dali"
...
This reverts commit c641fb3c51
.
2023-03-14 16:47:13 +08:00
Tingquan Gao
8580242724
Revert "debug"
...
This reverts commit a41a5bcb4d
.
2023-03-14 16:47:13 +08:00
Tingquan Gao
753270abcf
Revert "debug"
...
This reverts commit afc9b4c694
.
2023-03-14 16:47:13 +08:00
gaotingquan
afc9b4c694
debug
2023-03-10 16:56:55 +08:00
gaotingquan
a41a5bcb4d
debug
2023-03-10 16:56:55 +08:00
gaotingquan
c641fb3c51
debug for dali
2023-03-10 16:56:55 +08:00
gaotingquan
9beb154bc3
support ShiTu
2023-03-10 16:56:55 +08:00
gaotingquan
d3374e897e
revert for running
2023-03-10 16:56:55 +08:00
gaotingquan
32593b6375
refactor
2023-03-10 16:56:55 +08:00
gaotingquan
187f38ebdd
refactor
...
1. rm Global.eval_mode
2. add Global.task
3. mv type_name to ppcls.utils
4. build dataloader, loss, metric by mode
2023-03-10 16:56:55 +08:00
gaotingquan
6e77bd6cd5
rm codes for compatibility with old version
2023-03-10 16:56:55 +08:00
gaotingquan
f525cea006
replace the arg engine with config
2023-03-10 16:56:55 +08:00
gaotingquan
a38e42f644
refactor: iter_per_epoch -> max_iter
2023-03-10 16:56:55 +08:00
gaotingquan
284e2a6756
refactor: mv all dataloaders to engine.dataloader_dict
2023-03-10 16:56:55 +08:00
gaotingquan
6bed0f5707
refactor: build_train_func & build_eval_func
...
1. rm engine.device and use paddle.device.get_device() instead;
2. mv some code to build_train_func or build_eval_func to simpfy engine.
2023-03-10 16:56:55 +08:00
gaotingquan
376d83d46e
refactor: simplify engine
2023-03-10 16:56:55 +08:00
tianyi1997
1070d9bec0
Create dataloader for MetaBIN
2023-02-28 15:01:21 +08:00
zh-hike
692b8d8c1f
增加data的代码复用及RecModel的修改,代码已跑通
2023-01-04 13:42:00 +08:00
zh-hike
7823f340b1
cifar10_4000跑出论文精度代码
2023-01-04 13:42:00 +08:00
HydrogenSulfate
b22752e2ea
refactor DALI
2022-12-13 14:27:15 +08:00
HydrogenSulfate
6cc6540ca5
add different seed for workers and replicas
2022-11-24 11:51:13 +08:00
dongshuilong
944763d7a5
add fixmatch
2022-10-25 12:04:22 +08:00
gaotingquan
e823f17853
feat: support training image orientation model
...
add the config of orientation model
add the preprocess op RandomRot90 that can rotate the img and return the orientation
add the CustomLabelDataset that support getting label by preprocess
refactor some preprocess ops to support dict parameter and return dict
2022-09-28 20:01:48 +08:00
gaotingquan
3f8f981423
fix: support specify DALI threads num
2022-09-01 20:21:43 +08:00
Walter
dcef409dde
Merge branch 'develop' into adaface
2022-05-27 14:19:03 +08:00
dongshuilong
32c99be6aa
add adaface
2022-05-16 03:50:35 +00:00
Tingquan Gao
3c8f491092
Merge branch 'develop' into dev/multi-scale
2022-05-12 16:18:27 +08:00
zhangxinyu-xyz
12d1b5f9a9
Release the inference code of ISE (ReID-CVPR2022)
2022-04-18 13:23:47 +08:00
sibo2rr
b6cf278663
change MultiScaleSamplerDDP into MultiScaleSampler
2022-02-15 21:31:23 +08:00
sibo2rr
f2dde17623
multi scale sampler and dataset
2022-02-15 21:25:25 +08:00
gaotingquan
ba2dd01a13
refactor: deprecate MixCELoss
2021-10-27 19:47:43 +08:00
weishengyu
f6cfa0471c
dbg
2021-09-18 11:13:54 +08:00
weishengyu
de298b1ba2
dbg
2021-09-04 22:07:55 +08:00