Ma Zerun
fcd57913ae
[Enhance] Upgrade isort pre-commit hooks. ( #687 )
...
* Use new version flake8 and isort hooks
* Fix missing copyright
2022-02-17 02:17:20 +08:00
Ma Zerun
f552419e45
[Enhance] Add setup multi-processing both in train and test. ( #671 )
2022-01-27 10:18:36 +08:00
Zhicheng Chen
d56170a734
[Feature] Support EfficientNet ( #649 )
...
* add config for resnest test
* fix config
* add label smoothing
* add memcached
* minor fix
* fix bug
* fix config
* add config
* minor fix
* fix configs
* use EResize
* change interpolation
* add more configs
* add docsting
* add unittest
* remove unnecessary changes
* minor fix
* add more docstring
* fix linting
* add efficient backbone
* add config
* add Edge Residual
* fix bug
* remove unnecessary files
* refactor
* add resize in crop to ensure crop size is output size
* fix bug and add comments
* test
* fix
* add more configs
* add more configs
* add more configs
* fix bug
* add model zoo
* fix
* reorganize code
* add edge tpu
* add edge tpu converter
* rename
* update readme
* reorganize code and config
* Rename configs of EfficientNet, and add metafile & model_zoo
* Remove `backend='pillow'`
* Add comments about EfficientNet-EdgeTPU
* Rename the convert tool of EfficientNet.
* Refactor EfficientNet and update docstring.
* Update EfficientNet-EdgeTPU config
* Fix unit tests
Co-authored-by: lixinran <lixr423@outlook.com>
Co-authored-by: lixinran <lixinran@sensetime.com>
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-01-25 12:14:17 +08:00
Ma Zerun
c7c5ab7a04
[Dev] Update benchmark regression tools ( #556 )
...
* Update benchmark tools
* Fix AccessDeniedError
* Support to calculate flops and params with benchmark_valid.py
* Fix typo
2021-12-14 17:19:32 +08:00
Ma Zerun
f2c1c57398
[Docs] Fix docs build dependency. ( #584 )
...
* Fix docs.
* Add MMHuman3D
2021-12-07 11:16:33 +08:00
Ezra-Yu
7b37bc5bf5
[Refactor] Refactor `analysis_log.py`. ( #529 )
...
* fix bugs and refactor analysis_log
* update some names
2021-12-03 16:02:50 +08:00
Ma Zerun
f3fbc8b90b
[Docs] Add abstract and image for every paper. ( #546 )
2021-11-24 17:23:37 +08:00
Ma Zerun
10e8495055
[Tool] Add a tool to test TorchServe. ( #468 )
...
* Add `title` option in `show_result_pyplot`.
* Add test_torchserver.py
* Add docs about test torchserve
* Update docs and result output.
* Update chinese docs.
2021-10-14 17:56:32 +08:00
Ma Zerun
63a2211315
[Enhance] Add benchmark regression tools ( #447 )
2021-10-13 17:01:37 +08:00
Ma Zerun
2e6c7cf87d
[Docs] Add code-spell pre-commit hook and fix a large mount of typos. ( #470 )
...
* Add code spell check hook
* Add codespell config
* Fix a lot of typos.
* Add formating.py to keep compatibility.
2021-10-13 14:33:07 +08:00
Ma Zerun
1d6d142b42
[Docs] Use PyTorch style docs theme ( #457 )
...
* Change docs theme to pytorch-theme
* Update docs rst
* Fix docs title level.
* Add static resources
* Fix lint
2021-09-23 22:21:03 +08:00
Ma Zerun
5383787512
[Enhance] Better result visualization ( #419 )
...
* Imporve result visualization to support wait time and change the backend
to matplotlib.
* Add unit test for visualization
* Add adaptive dpi function
* Rename `imshow_cls_result` to `imshow_infos`.
* Support str in `imshow_infos`
* Improve docstring.
2021-08-31 10:50:28 +08:00
Ma Zerun
c0a4916a06
[Enhance] Update `digit_version` function. ( #402 )
...
* Update digit_version
* Add digit_version unit test
2021-08-12 12:13:25 +08:00
Wenwei Zhang
06f415c28a
support to test mmdet inference with mmcls backbone ( #343 )
...
* support to test mmdet inference with mmcls backbone
* update config
* update
* add mmdet dependency in tests
2021-07-06 14:34:12 +08:00
Ma Zerun
aad796ae6f
Modify test tools and add some new tools ( #322 )
...
* Refactor tools folder structure.
* Modify tools/test.py and add eval_metric.py to analysis test output.
* Add new tools `analyze_logs.py` and `print_config.py`.
* Add comment for analysis_tools functions.
2021-06-30 20:51:16 +08:00
David de la Iglesia Castro
e2507cae97
Add mmcls2torchserve ( #292 )
...
* Add mmcls2torchserve
* Update docs
2021-06-12 21:45:45 +08:00
LXXXXR
04cdbe4d66
remove unnecessary addopts ( #164 )
2021-02-25 14:09:03 +08:00
Y. Xiong
c00ee6a876
workflow: modify build, add deploy ( #61 )
...
* workflow: modify build, add deploy
* fix type: mmseg -> mmcls
* simplify build by delete cuda related settings
* re-sort requirements by pre-commit hook
* build: support more pytorch versions
* build: fix torchvision version bug
* del useless test imports
* merge upstream
* build: del docstring checking to pass coverage check
2020-10-10 22:15:50 +08:00
David de la Iglesia Castro
b577594d3d
fix outdated configs
2020-10-01 16:15:14 +02:00
lixiaojie
f6260b33bf
Add RandomCrop, RandomResizedCrop, RandomGrayscale, impad
2020-07-12 00:06:55 +08:00
chenkai
02e11cc1f3
Refactoring for ResNet family
2020-06-25 11:57:50 +08:00
chenkai
a99e6eb10d
init commit
2020-05-21 21:21:43 +08:00