zouxinyi0625
19e570adde
add github config path for yolox-pai ( #166 )
...
* add github config path
2022-08-26 13:50:48 +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
zouxinyi0625
2cb2bded7d
Update model_zoo_det.md ( #165 )
...
fix link bug
2022-08-25 12:14:58 +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
Chen Jiayu
a75d41f606
Supplementary algo tables ( #157 )
2022-08-18 10:26:34 +08:00
Cathy0908
a11f200ec3
refactor get_sample
to __getitem__
for all datasources api ( #156 )
...
* refactor `get_sample` to `__getitem__` for all datasources api
* fix MMpad config
2022-08-17 14:24:17 +08:00
Cathy0908
f5cea32405
fix datasource cache ( #153 )
2022-08-10 19:51:32 +08:00
Chen Jiayu
3a24d2cf8f
add vitdet_faster_rcnn ( #155 )
...
* add vitdet_faster_Rcn and refactor vitdet_config
2022-08-10 14:37:45 +08:00
yhq
3c6c2c0b6f
add mask2former algo ( #115 )
...
add mask2former algo
support panopitc pipeline
add segment predictor
2022-08-08 18:17:01 +08:00
wenmeng zhou
0f09b45723
add pr & issue templates ( #150 )
...
* add pr template
* add issue templates
2022-08-08 17:23:39 +08:00
Cathy0908
3db70589d9
update Fast ConvMAE doc ( #151 )
2022-08-08 14:20:21 +08:00
Cathy0908
ef698811cb
remove "get_length" function in data spurces ( #140 )
2022-08-03 17:30:35 +08:00
Cathy0908
dc4748303b
remove not exist url ( #143 )
2022-08-02 20:36:29 +08:00
Chen Jiayu
3b9ea0b3ff
add v0.5.0 change_log ( #139 )
v0.5.0
2022-07-27 17:06:17 +08:00
Chen Jiayu
9517bb80ff
add dn_detr algo ( #119 )
...
support dn-detr-r50: 44.39
refactor set_criterion
2022-07-27 15:06:06 +08:00
Chen Jiayu
8c93caa2d9
support Efficientformer algo ( #128 )
...
* add efficientformer
2022-07-27 11:36:03 +08:00
Cathy0908
3ac405a9e6
update README ( #138 )
2022-07-27 11:04:08 +08:00
Osuolale Emmanuel
2aa6bfcca6
Update quick_start.md ( #136 )
...
Made a correction to following and compression
2022-07-27 11:00:42 +08:00
Cathy0908
6404c249f5
add analyse tools ( #133 )
...
* add analyse tools and model performance
2022-07-27 10:52:05 +08:00
Cathy0908
4ed4974eab
update config template and fix some bugs ( #134 )
...
* update yolox config template and fix bugs
2022-07-27 10:25:37 +08:00
Cathy0908
fe081c8aba
add torchacc, support swin ( #105 )
...
* add torchacc, support swin
2022-07-27 10:22:44 +08:00
Cathy0908
b2c8f0ef4d
add detection benchmark model ConvViTDet for FastConvMAE ( #121 )
...
* add conv vitdet and modelzoo
2022-07-18 17:11:41 +08:00
zouxinyi0625
f2266bc634
Fix yolox detector prediction ( #125 )
...
* fix export error
Co-authored-by: zxy <zxy@B-X0GHLVDL-0414.local>
2022-07-14 12:23:57 +08:00
Chen Jiayu
eeabb4c6ab
refactor det ( #124 )
2022-07-13 12:11:40 +08:00
Chen Jiayu
5fb0a86f69
support fcos ( #100 )
...
support fcos(38.57)
2022-07-12 18:07:02 +08:00
yhq
6b8b04db72
add upernet algo ( #118 )
...
* add upernet algo
* fix import onnx bug
2022-07-12 11:14:09 +08:00
Chen Jiayu
e4722c754f
bugfix_common_io ( #126 )
2022-07-11 19:58:13 +08:00
Chen Jiayu
1e4b2a4001
bugfix_vitdet_predictor ( #123 )
2022-07-11 14:56:55 +08:00
Chen Jiayu
0b472bacf1
refactor detection, support detr and dab-detr ( #104 )
...
refactor detection, support detr and dab-detr
2022-07-11 14:52:49 +08:00
Cathy0908
368378b2af
add Fast ConvMAE ( #101 )
...
* add Fast ConvMAE and Fast ConvMAE benchmark
2022-07-08 12:11:37 +08:00
Cathy0908
e3eaa8b46f
update version ( #117 )
v0.4.0
2022-07-06 18:16:45 +08:00
yhq
d06c019d90
Fix/pillow version ( #116 )
...
* modify pillow version
2022-07-06 12:01:23 +08:00
Cyanyanyan
950f23866d
Update tfrecord_util.py ( #111 )
...
* fix tfrecord read bug
2022-07-01 18:43:36 +08:00
Cathy0908
6c7f7ad12e
update change_log.md ( #109 )
...
* update change_log.md and README
2022-07-01 18:41:19 +08:00
Cathy0908
f7f4088152
add visualization doc ( #110 )
2022-06-30 11:24:52 +08:00
Chen Jiayu
9424cc9660
vitdet visualize and predictor ( #102 )
...
*vitdet bugfix
* support vitdet_predictor
2022-06-30 09:35:27 +08:00
wenmeng zhou
2885fbf297
relax opencv-python-headless version ( #108 )
2022-06-23 13:25:25 +08:00
Chen Jiayu
7e56b507f1
vitdet bugfix ( #103 )
...
* vitdet bugfix
2022-06-22 18:07:44 +08:00
Cathy0908
e09572895b
refactor fp16 ( #94 )
...
* refactor fp16 and fix AMPFP16OptimizerHook
2022-06-21 16:16:09 +08:00
Yuan, Man
62a1d58f54
Add sailfish for extensible fully sharded data parallel training
2022-06-17 14:10:33 +08:00
yuanman.ym
813a191876
Add sailfish for fully sharded data parallel training
2022-06-17 13:21:27 +08:00
Chen Jiayu
5110de7635
remove RPNHeadNorm, adapted in mmlab_utils ( #90 )
...
* remove RPNHeadNorm, adapted in mmlab_utils
2022-06-16 15:53:43 +08:00
Chen Jiayu
0f69dbe902
Swint_cifar config bugfix ( #95 )
2022-06-16 14:46:47 +08:00
Cathy0908
b737027aa4
remove useless import and optimize imports ( #84 )
2022-06-13 10:29:41 +08:00
Chen Jiayu
e61488d319
Support ViTDet algo ( #35 )
...
* adapt mmlab modules
* add vitdet
* support conv aggregation
* modify vitdet load pretrained
* support fp16
* modify defaultformatbundle
* modify aug
* bugfix sampler
* bugfix mmresize
* bugfix fp16&nonetype
* bugfix filterannotation
* support dlc
* bugfix dist
* bugfix detsourcecoco
* smodify mmdet_parse_losses
* bugfix nan
* bugfix eval
* bugfix data=nonetype
* modify resize_embed
* support vitdet_conv
* add vitdet_conv init_weight
* add test_vitdet
* uniform rand_another
* uniform use fp16 method
* add test_fp16
Co-authored-by: jiangnana.jnn <jiangnana.jnn@alibaba-inc.com>
2022-06-10 21:49:32 +08:00
Cathy0908
04ac412aec
fix num_classes in model of yolox_s_8xb16_300e_voc.py ( #88 )
2022-06-10 16:51:07 +08:00
Chen Jiayu
57ccd90a23
bugfix_timm_init_weights ( #85 )
...
* bugfix_timm_init_weights
2022-06-10 12:28:37 +08:00
Cathy0908
859eb9286b
fix metric_learning config ( #86 )
2022-06-09 11:24:39 +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
Chen Jiayu
12e3bed42b
bugfix_swintiny ( #79 )
...
1. add easycv_model default_path
2. bugfix pretrained
2022-06-06 12:03:05 +08:00