Miao Zheng
211584ffa2
[Fix] Revise MMEngine mim version ( #2008 )
2022-08-31 22:09:48 +08:00
Miao Zheng
8ba80176a5
[Enhancement] version check codebase from openmmlab ( #2006 )
2022-08-31 18:46:43 +08:00
Miao Zheng
e0499d5a77
[Fix] Fix repo based on refactoring standard ( #1869 )
...
* [Fix] Fix repo based on refactory standard
* fix ut
2022-08-19 20:50:02 +08:00
谢昕辰
b61347e246
update mmcv version ( #1801 )
2022-07-21 10:31:44 +08:00
Miao Zheng
464ebab53e
[Enhancement] MMCV maximum_version set to 1.6 ( #1480 )
...
* [Enhancement] MMCV maximum_version set to 1.6
* [Enhancement] MMCV maximum_version set to 1.6
2022-04-19 16:19:56 +08:00
MengzhangLI
defb21bf8a
[Fix] Change the upper version of mmcv to 1.5.0 #1096
2021-12-01 21:16:23 +08:00
sennnnn
9ac053f49a
[Fix] Convert SyncBN to BN when training on DP ( #772 )
...
* [Fix] Convert SyncBN to BN when training on DP.
* Modify SyncBN2BN.
* Add SyncBN2BN unit test.
* Resolve some comments.
* use mmcv official revert_sync_batchnorm
* Remove local syncbn2bn unit tests.
* Update mmcv version.
* Fix bugs of gather model tools.
* Modify warnings.
* Modify docker mmcv version.
* Update mmcv version table.
2021-09-15 09:39:37 -07:00
Junjun2016
2fe0bddf5e
[Dcos] Add header for files ( #796 )
...
* Add header for files
* Delete header in config files
2021-08-16 23:16:55 -07:00
Junjun2016
93a558f0d7
[Fix] Update digit_version ( #778 )
...
* update digit_version
* add unittest
* fix import
2021-08-11 23:34:02 -07:00
Junjun2016
5864f3f807
[Fix] Fix mmcv version compatible in get_started.md ( #658 )
...
* fix mmcv version compatible
* update version compatible
2021-07-01 09:41:52 -07:00
谢昕辰
4f2ef8af78
Use MMCV's EvalHook in MMSegmentation ( #438 )
...
* mmcv eval hook
* mmcv evalhook compatible
* add warnings
* inherit from base class
* fix unitest
* adapt to mmcv 1.3.1
* fixed unittest
* set by_epoch=False
* fixed efficient test
* update docstring
Co-authored-by: Jiarui XU <xvjiarui0826@gmail.com>
2021-05-05 16:19:54 -07:00
Jerry Jiarui XU
3150dd0ce4
refactor test organization ( #440 )
...
* refactor test organization
* fixed se layer
* update mmcv uper bound
2021-03-30 17:55:09 -07:00
yamengxi
e8d643fe3a
[Feature] add AdjustGamma transform ( #232 )
...
* add AdjustGamma transform
* restore
* change cv2 to mmcv
* simplify AdjustGamma
* fix syntax error
* modify
* fix syntax error
* change mmcv version to 1.3.0
* fix lut function name error
* fix syntax error
* fix range
2020-12-01 20:14:01 -08:00
David de la Iglesia Castro
969c7fd8e4
Add runner type ( #118 )
...
* Add runner_type option
* pre-commit
* Fix max_iters
* Add by_epoch to EvalHook
* Add test_eval_hook for epoch runner
* Remove runner-type arg from tools/train
* Add missing every_n_iters check for epoch mode
* Bump mmcv min version
* Use build_runner
* Use interval in tests
* Update test_eval_hook.py
* Use every_n_epochs instead of every_n_iters. Update DistEvalHook
* Add test_dist_eval_hook_epoch
* Fix tests
* Add DeprecationWarning
* Update docs
* Replace DeprecationWarning with UserWarning
2020-10-25 15:18:46 -07:00
Jerry Jiarui XU
1fbb537958
[Feature] Support MobileNetV2 backbone ( #86 )
...
* [Feature] Support MobileNetV2 backbone
* Fixed import
* Fixed test
* Fixed test
* Fixed dilate
* upload model
* update table
* update table
* update bibtex
* update MMCV requirement
2020-09-04 15:35:52 +08:00
John Zhu
683b34d486
Windows Support (Experimental) ( #75 )
...
* Windows basic support
* getting_started updated for Windows.
* add experimental
* install.md restructured to seperate Windows & Linux.
* fix problems in install.md
* fix mmcv version problem.
* Fix fastscnn resize problems. (#82 )
* Fix fast_scnn resize problems
* Fix fast_scnn resize problems 1
* Fix fast_scnn resize problems 2
* test for pascal voc
* [Doc] Add annotaion format note (#77 )
* update pytorch version to 1.6.0 in install.md
* del fastscnn_pascal config
* del create_symlink=True
* Merge instructions for Linux & Windows
* mmcv version updated
* redundant newline deleted
* Update docs/install.md
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
* Update docs/install.md
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
2020-08-28 11:34:44 +08:00
John Zhu
65dae41bbf
Fix fastscnn resize problems. ( #82 )
...
* Fix fast_scnn resize problems
* Fix fast_scnn resize problems 1
* Fix fast_scnn resize problems 2
* test for pascal voc
2020-08-23 14:41:30 +08:00
Jerry Jiarui XU
0f702f44af
Auto get version info and git hash ( #55 )
...
* Auto get version info and git hash
* bump 0.5.1 and update doc
* fixed docs
* Add change log
2020-08-11 19:23:35 +08:00
Kai Chen
bc285bea28
Add pypi deployment ( #11 )
...
* add pypi deployment
* remove useless jobs
* fixed typo and cleanup
* delete build.tx
* add change log
Co-authored-by: Jiarui XU <xvjiarui0826@gmail.com>
2020-07-13 20:54:32 +08:00
Jiarui XU
b2724da80b
init commit
2020-07-10 02:39:01 +08:00