Commit Graph

267 Commits (c3def063b4581f9aa124f1b04497780746c3d62b)
 

Author SHA1 Message Date
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) 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) 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
wenmeng zhou 5bc5cb6f50
fix quick_start.md (#81)
solve problem in #80
2022-06-02 16:16:23 +08:00
Chen Jiayu 3ee118f065
Expand cls model zoo (#55)
1. expand cls model zoo
2. uniform load_pretrained
2022-06-01 11:01:29 +08:00
Cathy0908 d76d5d79fc
set multiprocess env for speedup (#77) 2022-06-01 10:16:02 +08:00
Cathy0908 4c1b3145e6
[feature] add segmentation modules (#71)
* add segmentation module & add ResNetV1c & ResNetV1d & add benchmark
2022-05-31 20:19:17 +08:00
Cathy0908 42d73019e2
update file.md for setting oss config via enviroment variable (#76) 2022-05-30 20:52:00 +08:00
Cathy0908 1614248f31
fix ci_test (#74)
* fix ci_test and skip test_quantize
2022-05-27 13:09:21 +08:00
Cathy0908 b66a15a784
add data hub (#70)
* add data hub
2022-05-25 17:17:31 +08:00
Cathy0908 04e26b29cf
add moby swin-tiny pretrained model and benchmark (#72) 2022-05-25 14:19:28 +08:00
Cathy0908 106c8224b7
update prepare_data.md (#69)
* update prepare_data.md
2022-05-23 20:08:37 +08:00