Commit Graph

22 Commits (7ee13097e00fd1f93bcd9309d2880e26250ccd7b)

Author SHA1 Message Date
wenmeng zhou befb23c2d5
add prediction script (#239)
* add prediction script

* update doc
2022-12-05 18:06:00 +08:00
yhq c14c41a0d3
Add mask2former tutorials (#228) 2022-11-07 10:22:46 +08:00
tuofeilun 8fa2f6ea40
Support NNI hpo (#211)
* support hpo using NNI
2022-11-01 15:28:16 +08:00
zouxinyi0625 8a484e88fd
Add yolox jit script model end2end support (#215)
* add yolox jit script model end2end support

* update export.md
2022-10-26 15:09:05 +08:00
yhq bb53e066be
fix missing vit model (#197)
* fix missing vit model

* set pretrained false while export cls model
2022-09-19 19:52:21 +08:00
zouxinyi0625 9ad1a8f448
Fix YOLOX-Edge problem and update yolox-pai turtorial (#182)
* complete yolox introduction

* fix env problem with nni2.6.1

* fix yolox-edge problem

*  add docker turtorial

* add blade test

* support old export yolox model

Co-authored-by: wuziheng <zhoulou.wzh@alibaba-inc.com>
2022-09-06 17:11:12 +08:00
Zhiqiang Wang 8763ee89f2
Update arxiv link of YOLOX-PAI (#172) 2022-08-30 14:55:55 +08:00
tuofeilun 6821cdc9db
refactor detection predictor (#158)
The use of unified DetrPredictor for detection test and predictor.
2022-08-26 10:28:17 +08:00
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
Cathy0908 fe081c8aba
add torchacc, support swin (#105)
* add torchacc, support swin
2022-07-27 10:22:44 +08:00
Cathy0908 f7f4088152
add visualization doc (#110) 2022-06-30 11:24:52 +08:00
zouxinyi0625 3af93bdac5
YOLOX End2end & Blade Support (#66)
* support export with jit.trace and jit.script and end2end
2022-06-08 20:41:15 +08:00
Cathy0908 42d73019e2
update file.md for setting oss config via enviroment variable (#76) 2022-05-30 20:52:00 +08:00
Xiaohe You 820dcafe28
update yolox compression tutorials (#68)
* update requirements for model compression
2022-05-23 14:27:25 +08:00
Cathy0908 b5fb2b70c7
[feature]: support mmdet models config (#25)
* support mmdet models

* add mmlab_models_usage_guide.md

* remove tools/test.py
2022-05-11 17:44:06 +08:00
Xiaohe You 10266f54a7
update quantize.py code version (#44)
* compression tutorial

* add details of compression tutorial

* add env of compression tutorial

* update quantize.py code version
2022-05-07 16:07:07 +08:00
Chen Jiayu 5b62a28bec
[WIP] [doc] Metric learning tutorial (#36)
* add cub_metric_learning tutorial
2022-04-27 17:50:42 +08:00
yhq 1704ad22a5
Doc/mae tutorial (#34)
* add mae tutorials
2022-04-26 15:00:55 +08:00
wenmeng zhou 81b91086eb
feat: readthedocs support & tutorial docs refinement (#29)
* readthedocs build support

* change opencv version from 4.4.0.40 to 4.1.2.30

* update config file path with github url

* fix: clone AutoAugmentPolicy from torchvision error

* reorganize requirements file

* add model compression tutorial and cls modelzoo to readme.md

* add optional req
2022-04-26 10:38:58 +08:00
RaingString b2b1a9cc2c
compression tutorial (#20)
* add compression tutorial

Co-authored-by: 木心 <youxiaohe@B-92RZMD6R-1916.local>
2022-04-25 11:58:51 +08:00
wenmeng zhou ac283009fd
add notebook tutorials (#22)
* update readme and add notebook tutorials
* update ci_test worflow ignore list
2022-04-24 10:26:34 +08:00
wenmeng.zwm 055deba53e initial commit 2022-04-02 20:01:06 +08:00