EasyCV/easycv/utils
wuziheng 9aaa600f79
Yolox improve with REPConv/ASFF/TOOD (#154)
* add attention layer and more loss function

* add attention layer and various loss functions

* add siou loss

* add tah,various attention layers, and different loss functions

* add asff sim, gsconv

* blade utils fit faster

* blade optimize for yolox static & fp16

* decode output for yolox control by cfg

* add reparameterize_models for export

* e2e trt_nms plugin export support and numeric test

* split preprocess from end2end+blade, speedup from 17ms->7.2ms

Co-authored-by: zouxinyi0625 <zouxinyi.zxy@alibaba-inc.com>
2022-08-24 18:11:15 +08:00
..
__init__.py remove all imports in easycv.utils.__init__ (#21) 2022-04-22 15:22:43 +08:00
alias_multinomial.py initial commit 2022-04-02 20:01:06 +08:00
bbox_util.py update config template and fix some bugs (#134) 2022-07-27 10:25:37 +08:00
checkpoint.py Expand cls model zoo (#55) 2022-06-01 11:01:29 +08:00
collect.py initial commit 2022-04-02 20:01:06 +08:00
collect_env.py initial commit 2022-04-02 20:01:06 +08:00
config_tools.py [feature]: support mmdet models config (#25) 2022-05-11 17:44:06 +08:00
constant.py initial commit 2022-04-02 20:01:06 +08:00
dist_utils.py initial commit 2022-04-02 20:01:06 +08:00
eval_utils.py initial commit 2022-04-02 20:01:06 +08:00
flops_counter.py initial commit 2022-04-02 20:01:06 +08:00
gather.py initial commit 2022-04-02 20:01:06 +08:00
json_utils.py initial commit 2022-04-02 20:01:06 +08:00
logger.py initial commit 2022-04-02 20:01:06 +08:00
metric_distance.py initial commit 2022-04-02 20:01:06 +08:00
misc.py Yolox improve with REPConv/ASFF/TOOD (#154) 2022-08-24 18:11:15 +08:00
mmlab_utils.py add mask2former algo (#115) 2022-08-08 18:17:01 +08:00
parse_pipeline.py YOLOX End2end & Blade Support (#66) 2022-06-08 20:41:15 +08:00
preprocess_function.py initial commit 2022-04-02 20:01:06 +08:00
profiling.py initial commit 2022-04-02 20:01:06 +08:00
py_util.py initial commit 2022-04-02 20:01:06 +08:00
registry.py initial commit 2022-04-02 20:01:06 +08:00
setup_env.py set multiprocess env for speedup (#77) 2022-06-01 10:16:02 +08:00
test_util.py add torchacc, support swin (#105) 2022-07-27 10:22:44 +08:00
torchacc_util.py add torchacc, support swin (#105) 2022-07-27 10:22:44 +08:00
user_config_params_utils.py initial commit 2022-04-02 20:01:06 +08:00