Commit Graph

282 Commits (9f29a489b032fc0329bc8a77ae08138eb6eb16a3)
 

Author SHA1 Message Date
Cathy0908 9f29a489b0
fix modelscope setuptools env and update version (#314) 2023-05-15 16:08:40 +08:00
Cathy0908 673d0bb80a
update version to 0.11.0 (#313) 2023-05-09 12:15:35 +08:00
Cathy0908 1431cb7c81
add modelscope requirement (#312) 2023-05-09 11:30:16 +08:00
Cathy0908 5b487e4977
add easycv plugin to modelscope (#303)
* add plugin for modelscope
2023-05-09 11:20:04 +08:00
Cathy0908 785d8d97db
rename test dir name, fix import datasets errors (#310)
* rename test dir name, fix import datasets errors
2023-04-12 15:35:27 +08:00
gulou 88d804a5dc
Segementatin of update (#301) 2023-03-15 10:01:51 +08:00
Cathy0908 6036624cbc
release v0.10.0 (#300) 2023-03-06 11:44:28 +08:00
gulou d8f59a2e28
[WIP]Features/add yolo 20230301 (#297)
add fcos and yolox pai_config
2023-03-06 11:35:20 +08:00
Cathy0908 5c33d9e2f9
support export blade model for Stgcn (#299)
* support blade for stgcn and add unittest
2023-03-06 10:19:39 +08:00
tuofeilun c062b01b3f
Mot predictor (#295)
* add mot_predictor
2023-03-03 14:30:50 +08:00
Cathy0908 4a870cf007
support export jit trace and blade model for pose/keypoints & add pose model zoo (#294)
support export jit trace and blade model for pose/keypoints & add pose model zoo
2023-03-02 19:13:35 +08:00
Cathy0908 4cf6f794e4
Support stgcn (#293)
* add stgcn
2023-03-02 19:13:10 +08:00
Cathy0908 c73edeee1c
refactor pose topdown predictor (#296)
* refactor pose topdown predictor
2023-03-01 10:31:40 +08:00
yhq 084b48e531
add convert itag tools (#290)
* fix det_raw datasorce && add convert_det_itag2raw
2023-02-27 13:21:23 +08:00
Cathy0908 3726ed9553
Optimize TorchPoseTopDownPredictorWithDetector (#291)
* fix WholeBodyKeyPointEvaluator
2023-02-24 13:55:58 +08:00
gulou c3def063b4
add mobilenet of designer (#292) 2023-02-23 17:50:58 +08:00
tuofeilun c49edc3490
Support ReID and Multi-len MOT (#285)
1. Support ReID
2. Support Multi-len MOT
2023-02-23 13:38:25 +08:00
Cathy0908 44719d3602
fix remove_adapt_for_mmlab (#288) 2023-02-22 10:11:30 +08:00
yhq e30520b424
fix bug while label and img not match (#289) 2023-02-21 16:17:09 +08:00
Cathy0908 8f49e1fa4f
fix WholeBodyKeyPointEvaluator (#287) 2023-02-20 15:29:28 +08:00
yhq 39ae31d50b
Add stdc benchmark & fix mask2former predict bug (#286)
* add stdc benchmark & fix mask2former predict bug
2023-02-17 13:11:08 +08:00
yhq 26cd12ab42
[features] Support stdc (#284)
* add stdc semantic segmentation algorithm
2023-02-16 14:00:59 +08:00
tuofeilun 2fe73eee91
update ocr_config (#271) 2023-02-14 14:10:08 +08:00
Cathy0908 ee74ecc680
add mobilenet imagenet config (#283) 2023-02-14 14:02:27 +08:00
tuofeilun 734b68c47c
support multi-row first_order_params (#282)
* support multi-row first_order_params
2023-02-14 14:02:12 +08:00
tuofeilun ac9f62d6dc
support train motchallenge and crowdhuman (#265)
Support motchallenge and crowdhuman training.
Support multi-dataset training.
2023-02-13 11:12:28 +08:00
Cathy0908 acd0619ef9
add no_validation arg (#280)
* add no_validation arg
2023-02-10 10:18:50 +08:00
liubo0902 265d4cc6e5
Update utils.py (#273)
speed up code
2023-02-09 19:48:38 +08:00
Cathy0908 8d27ce1ed6
remove git lfs (#278)
* remove git lfs
2023-02-09 13:14:16 +08:00
Cathy0908 edfd482718
add mobilenet itag config (#276)
* add mobilenet itag config
2023-02-08 14:09:14 +08:00
tuofeilun dd4e6bd6e9
dino_config_bugfix (#274) 2023-02-02 16:52:32 +08:00
Cathy0908 74ecd3d037
Support multi processes for predictor (#272)
* support multi processes for predictor
2023-02-01 12:14:44 +08:00
yhq c94f647ec6
update to 0.9.0 (#270) 2023-01-17 14:20:29 +08:00
yhq 3953bd2bd4
adapt_videopredictor_to_eas (#268) 2023-01-16 14:05:23 +08:00
yhq 8379127388
add video recognition (#256)
* add x3d swin-video clip-bert video algorithm
2023-01-10 17:33:35 +08:00
Cathy0908 d73d89b12b
add inception config and voc config for fcn and upernet (#261)
add inception config and voc config for fcn and upernet
2023-01-04 16:38:45 +08:00
tuofeilun 74cde39e66
Support Single-lens MOT (#258)
Support Single-lens MOT
2023-01-03 16:40:50 +08:00
wenmeng zhou 4fa81beb21
Update README_zh-CN.md 2022-12-12 19:26:04 +08:00
Cathy0908 7f320fcd4d
Update README.md 2022-12-12 19:20:18 +08:00
Cathy0908 028d4afe59
fix mae arg error after timm upgrade (#255) 2022-12-12 11:31:36 +08:00
Cathy0908 56bf3edf4e
fix export ssl models (#257) 2022-12-12 11:31:07 +08:00
tuofeilun 5583101471
bugfix easycv_root and det_test (#253) 2022-12-09 10:10:09 +08:00
Cathy0908 61456a5271
optimize data source with load image (#254) 2022-12-08 16:41:06 +08:00
Cathy0908 7676295e78
update predict.py to support input model directory (#252)
* update predict.py, support model_dir
2022-12-06 18:22:50 +08:00
zzoneee 5c000b6b47
modify the benchmark of deitiii and hydra (#251)
* modify the benchmarks of deitiii and hydra
2022-12-06 16:17:25 +08:00
yhq 14f8a97bdb
Add bevformer benchmark (#249)
* add bev-blancehybrid benchmark
2022-12-06 12:13:09 +08:00
tuofeilun 7ee13097e0
Release v0.8.0 (#250) 2022-12-06 10:52:36 +08:00
Cathy0908 a36948811f
update yolox template config (#243)
* update yolox config templatee

* update oss sync hook,support sync all export  files

* add sync export model config
2022-12-05 22:01:44 +08:00
wenmeng zhou befb23c2d5
add prediction script (#239)
* add prediction script

* update doc
2022-12-05 18:06:00 +08:00
tuofeilun 3f533ad62e
Release v0.8.0 (#245)
Release v0.8.0
2022-12-05 10:48:48 +08:00