Skip to content

Commit

Permalink
closing 2 issues and working on 3
Browse files Browse the repository at this point in the history
favicon done #9
simplification of setup already done #10
made some progress in #11 #14 and #3
  • Loading branch information
thuvasooriya committed Apr 30, 2024
1 parent 69f9a4b commit be3c6ed
Show file tree
Hide file tree
Showing 11 changed files with 737 additions and 0 deletions.
12 changes: 12 additions & 0 deletions content/docs/models/enet/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
---
date: "2024-04-12T14:46:31+05:30"
title: ENet
next: /docs/models/enet/paper
prev: /docs/models
---

Later in our review of literature published related to segmentation models, we came across ENet (Efficient Neural Network), which is termed as a real-time semantic segmentation neural network designed for efficient processing on embedded systems and mobile devices. It was developed by researchers at Samsung AI Center and first presented in the paper "ENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation" published in 2016 [6].

Reviewing the research paper of ENet, it was found that performance wise and efficiency wise it is better than SegNet [5].

{{< cards >}}
{{< card link="https://arxiv.org/pdf/1606.02147.pdf" title="ENet Paper" icon="document-text" subtitle="arxiv pdf link" >}}
{{< /cards >}}

The key advantages of ENet are its high speed, low computational requirements, and smaller memory footprint compared to existing models, while maintaining comparable accuracy. Considering the viability of the model for our project which mainly focuses on deploying a reliable model to identify boxes in an industrial environment, a suggestion was made at a discussion with the supervisor to consider this model, as it would allow us to deploy such a model in edge environments where memory and process is a constrained resource. The suggestion was reviewed and approved by the supervisor later and it lead to the transition from SegNet to ENet.
Loading

0 comments on commit be3c6ed

Please sign in to comment.