What is: ENet Initial Block?
Source | ENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
The ENet Initial Block is an image model block used in the ENet semantic segmentation architecture. Max Pooling is performed with non-overlapping 2 × 2 windows, and the convolution has 13 filters, which sums up to 16 feature maps after concatenation. This is heavily inspired by Inception Modules.