segmentation:TensorFlow 实现的 ENet, 用 Cityscapes 数据集训练

TensorFlow 实现的 ENet (https://arxiv.org/pdf/1606.02147.pdf) 基于官方 Torch 实现 (https://github.com/e-lab/ENet-training) 和 Keras 实现 by PavlosMelissinos (https://github.com/PavlosMelissinos/enet-keras), 用 Cityscapes dataset (https://www.cityscapes-dataset.com/) 训练.

segmentation

TensorFlow implementation of ENet (https://arxiv.org/pdf/1606.02147.pdf) based on the official Torch implementation (https://github.com/e-lab/ENet-training) and the Keras implementation by PavlosMelissinos (https://github.com/PavlosMelissinos/enet-keras), trained on the Cityscapes dataset (https://www.cityscapes-dataset.com/).

Related posts

Leave a Comment