Logo
Explore Help
Register Sign In
mirrors/mmsegmentation
1
0
Fork 0
You've already forked mmsegmentation
mirror of https://github.com/open-mmlab/mmsegmentation.git synced 2025-06-03 22:03:48 +08:00
Code Issues Projects Releases Wiki Activity
mmsegmentation/mmseg/models/necks/__init__.py

5 lines
102 B
Python
Raw Normal View History

Add Semantic FPN (#94) * Add Semantic FPN * remove HRFPN
2020-09-03 19:56:36 +08:00
from .fpn import FPN
add upsample neck (#512) * init * upsample v1.0 * fix errors * change to in_channels list * add unittest, docstring, norm/act config and rename Co-authored-by: xiexinch <test767803@foxmail.com>
2021-04-25 12:22:09 +08:00
from .multilevel_neck import MultiLevelNeck
Add Semantic FPN (#94) * Add Semantic FPN * remove HRFPN
2020-09-03 19:56:36 +08:00
add upsample neck (#512) * init * upsample v1.0 * fix errors * change to in_channels list * add unittest, docstring, norm/act config and rename Co-authored-by: xiexinch <test767803@foxmail.com>
2021-04-25 12:22:09 +08:00
__all__ = ['FPN', 'MultiLevelNeck']
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 2029ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API