AICurious Logo

What is: ENet Initial Block?

SourceENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation
Year2000
Data SourceCC 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.