Wenwei Zhang
f92765bb63
Remove mmcv requirements ( #3283 )
4 years ago
Cao Yuhang
5f2cdeddf9
clean op ( #3232 )
...
* clean op
* clean
* update build.yml
* fix setup
* change ci mmcv version
* change ci mmcv version
* add install pre-build mmcv instructions
* update mmcv url, move some unnit tests to mmcv
* update ci mmcv
* test
* test
* test
* fix unit test
* fix unit test
* fix onnx script
* update mmcv url
* fix typo
* fix some doc
* Bump version
* resolve comments
* Fix version bug
Co-authored-by: ZwwWayne <wayne.zw@outlook.com>
4 years ago
Kai Chen
6495391749
freeze version 2.2.1 ( #3266 )
4 years ago
Hoan Nguyen
bcda9d2228
doc: Update install.md ( #3077 )
...
* doc: Update install.md
add `conda install Cython` before install the forked version of `pycocotools`
* add cython to requirements/build.txt
Co-authored-by: Kai Chen <chenkaidev@gmail.com>
4 years ago
Kai Chen
ca9c44753f
Fix isort issue ( #3198 )
...
* fix isort issue
* limit isort version to 4.3.21
* add --recursive back for isort
4 years ago
Jerry Jiarui XU
25ac8f502d
Bump to 2.2 ( #3170 )
...
* Bump to 2.2
* remove some
* update
* update
* update mmcv version
4 years ago
Kai Chen
64d569b91a
Add interrogate to travis ( #3136 )
...
* add interrogate to travis
* add missing requirements
4 years ago
Kai Chen
84d0bd628d
Switch to EpochBasedRunner ( #2976 )
...
* switch to EpochBasedRunner
* add docstrings
* update the minimum version of mmcv to 0.6.0
* fix unit tests
* fix mmcv version in travis
4 years ago
Wenwei Zhang
99a31d25b4
Update mmcv requirement ( #2949 )
5 years ago
Jerry Jiarui XU
d9c8f1402f
Update model_zoo url ( #2832 )
...
* update model_zoo url
* update mmcv version requirement
5 years ago
Chrisfsj2051
754ec972e9
Implement NASFCOS ( #2682 )
...
* Implement NAS-FCOS
1. Supports NASFCOS
2. Added NASFCOS_FPN
3. Added NASFCOS_Head
4. Added r50 config
* Revert "Implement NAS-FCOS"
This reverts commit ebae11cbbd
.
* Revert "Revert "Implement NAS-FCOS""
This reverts commit 32bca59785
.
* Implement NASFCOS
1. Supports NASFCOS
2. Added NASFCOS_FPN
3. Added NASFCOS_Head
4. Added r50 config
* reformatted & use list to build convs in head
1. code refornatted
2. add docstring in nasfcos_head.py
3. use a list of conv config to build convs, rather than names
* cells merged
1. merge cells in nasfpn ans nasfcos_fpn
2. add nasfpn_cell_factory.py
* reformatted
* fixed
* fixed
* Update nasfpn_cell_factory.py
* pre-commit
* bug fixed
* renamed&moved
* not done
* fixed
* fixed
* Delete remove_parawise_cfg_nasfcos_r50_nashead_4x4_coco.py
* fixed
* Create 1x_bias_lr.py
* Revert "Create 1x_bias_lr.py"
This reverts commit 54602ded28
.
* fixed
* fixed
* fixed docstring
* init modified
* formatted
* fixed
* updated
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* pass test
* fixed
* fixed
* fixed
* rename
* 123
* nasfcos_readme
* Update README.md
* rename & leave empty
* GN->GN-head in README
* fixed
5 years ago
kinredon
a9bedfba2e
Fix typos ( #2768 )
5 years ago