Commit Graph

304 Commits (master)
 

Author SHA1 Message Date
lostkevin 31897984d8
implement onnx export for inception3/4, resnext, mobilenetv2 (#346)
* add inceptionv4 backbone/training settings
* add converted backbone, top-1 acc 80.08
2024-07-18 16:52:56 +08:00
gulou 8c90ceaf84
add resnet export of onnx (#341)
* add checkpoint_sync_export for resnet config
2024-07-02 19:39:28 +08:00
gulou 1d1ac8aa5e
fix pose prediction of result error (#337)
update pose predictor
2024-04-09 16:27:23 +08:00
zouxinyi0625 5ba3057ff8
Modify yolox config setting(#339) 2024-03-01 16:20:12 +08:00
TTL 09232dac33
fix style: code style ```python``` not work well (#338)
Simple verification

```python
from easycv.apis import *
```

You can also verify your installation using following quick-start examples
2024-02-29 16:27:14 +08:00
Catl Neo af4e9d5d19
Fix typo (#336)
* Update README.md and  cityscapes.py
2024-02-01 14:06:09 +08:00
Cathy0908 cecb36a9ce
fix export pose model (#335) 2024-01-11 10:22:01 +08:00
Cathy0908 447a1665c6
update version (#334) 2023-11-15 17:26:00 +08:00
Cathy0908 0b3045ff87
fix from collections import Sequence for py3.10 (#333) 2023-11-15 17:21:49 +08:00
Cathy0908 d2b95eac13
update version to v0.11.5 (#332) 2023-11-01 15:32:11 +08:00
Cathy0908 fc16bc1b10
fix timm version compatibility (#331)
* Fix timm version compatibility
2023-11-01 14:49:41 +08:00
gulou 8c3ba59aaf
Features/self test onnx (#330)
add yolox onnx export method
2023-10-31 14:56:08 +08:00
Cathy0908 db33ced143
fix numpy version compatibility (#327)
* fix numpy version compatibility
2023-08-18 14:05:15 +08:00
Cathy0908 915bb73f5d
update version to 0.11.3 (#326) 2023-08-16 20:24:25 +08:00
Cathy0908 a9ee453d04
fix numpy version compatibility (#325)
* fix numpy version compatibility and update runtime.txt
2023-08-16 20:12:48 +08:00
gulou e967ef3585
update (#324) 2023-06-28 14:20:45 +08:00
gulou be657338f1
Update predict (#320)
* support diff bucket
2023-06-19 09:52:23 +08:00
Cathy0908 4a9c2fd392
fix setuptools error (#319) 2023-06-15 16:26:19 +08:00
Cathy0908 269aa6d01c
update citest yaml and fix unittest (#322)
* update citest yaml and fix unittest
2023-06-14 16:49:27 +08:00
Cathy0908 ebef5f5800
update version to 0.11.2 (#318) 2023-05-26 11:19:16 +08:00
Cathy0908 c6382bec97
fix sklearn requirement (#317) 2023-05-26 11:05:51 +08:00
gulou f8644f2f93
fix predict (#315)
* update predict and cls of eval
2023-05-24 15:05:26 +08:00
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