Commit Graph

138 Commits (9cb533d4375359dfdc551aea6865e514d9f37dbd)
 

Author SHA1 Message Date
yhq 9cb533d437
update version to 0.6.1 (#186) 2022-09-06 15:57:16 +08:00
yhq 4104bbea88
bug_fix:missing utils (#183)
* add init.py
2022-09-02 18:39:18 +08:00
Cathy0908 bcfb11e893
fix there is no error log when run in subprocess (#179)
fix there is no error log when run in subprocess
2022-09-02 17:23:15 +08:00
wenmeng.zwm 80ca821518 update readme.md 2022-08-31 17:24:45 +08:00
wenmeng.zwm 7b19fefb9d bump version to 0.6.0 and update release doc 2022-08-31 16:53:15 +08:00
tuofeilun b198c5a81f
support DINO algo (#144)
dino_4sc_r50_12e:48.71
dino_4sc_r50_24e:50.53
dino_4sc_r50_36e:50.69
dino_4sc_swinl_12e: 56.86
dino_4sc_swinl_36e: 58.04
dino_5sc_swinl_36e: 58.47
2022-08-31 15:18:11 +08:00
wenmeng zhou 38ae771e7d
fix grammar mistakes in README.md (#175) 2022-08-30 17:33:42 +08:00
zouxinyi0625 2e2735f9d7
Update readme for YOLOX-PAI (#174) 2022-08-30 16:01:37 +08:00
Zhiqiang Wang 8763ee89f2
Update arxiv link of YOLOX-PAI (#172) 2022-08-30 14:55:55 +08:00
tuofeilun 842a21d592
datahub add Baidu Netdisk link (#145)
* add  imagenet coco

* add licence

* add lvis & voc2012
2022-08-29 22:07:31 +08:00
tuofeilun e3678fbbfa
FCOS update torch_style (#170)
fcos update torch style
2022-08-29 16:21:14 +08:00
yhq f271b04651
[bugfix]YOLOXLrUpdaterHook conflict (#169)
* bugfix: YOLOXLrUpdaterHook conflict
KeyError: 'YOLOXLrUpdaterHook is already registered in hook'
KeyError: 'YOLOXLrUpdaterHook is not in the hook registry'
2022-08-29 13:58:19 +08:00
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) 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