1
0
mirror of https://github.com/open-mmlab/mmsegmentation.git synced 2025-06-03 22:03:48 +08:00

6 Commits

Author SHA1 Message Date
Rockey
a672c0563f
[Fix] Remove the inplace operation in uper_head and fpn_neck ()
* [Fix] Remove the inplace operation in  uper_head

* remove the inplace operation in fpn neck

* fix conflict

* increase the coverage
2021-12-09 12:12:31 +08:00
MengzhangLI
4981ff68c2
[Fix] Fix docstring link problem in readthedocs ()
* fix docstring link

* fix docstring link

* fix docstring link

* fix docstring link

* fix docstring link

* fix docstring link
2021-09-02 17:06:43 +08:00
Junjun2016
441be4e435
[Dcos] Add header for files ()
* Add header for files

* Delete header in config files
2021-08-16 23:16:55 -07:00
Miguel Méndez
f80066910c
[Fix] Replace interpolate with resize ()
* Replace interpolate with resize

* Replace nn.Upsample with ops.Upsample

* Fix test
2021-07-28 16:56:22 +08:00
Jerry Jiarui XU
0c5b026db1
[Refactor]: Unified parameter initialization ()
* [Refactor]: Unified parameter initialization

* fixed pretrained
2021-06-16 21:41:29 -07:00
Jerry Jiarui XU
b8f42c70fa
Add Semantic FPN ()
* Add Semantic FPN

* remove HRFPN
2020-09-03 19:56:36 +08:00