All Projects → hiwad-aziz → kitti_deeplab

hiwad-aziz / kitti_deeplab

Licence: MIT license
Inference script and frozen inference graph with fine tuned weights for semantic segmentation on images from the KITTI dataset.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to kitti deeplab

wasr network
WaSR Segmentation Network for Unmanned Surface Vehicles v0.5
Stars: ✭ 32 (+23.08%)
Mutual labels:  semantic, semantic-segmentation
Indoor-segmentation
Indoor segmentation for robot navigating, which is based on deeplab model in TensorFlow.
Stars: ✭ 105 (+303.85%)
Mutual labels:  semantic-segmentation, deeplab
Segmentation-Series-Chaos
Summary and experiment includes basic segmentation, human segmentation, human or portrait matting for both image and video.
Stars: ✭ 75 (+188.46%)
Mutual labels:  semantic-segmentation, deeplab
Erfnet pytorch
Pytorch code for semantic segmentation using ERFNet
Stars: ✭ 304 (+1069.23%)
Mutual labels:  semantic, semantic-segmentation
Superpoint graph
Large-scale Point Cloud Semantic Segmentation with Superpoint Graphs
Stars: ✭ 533 (+1950%)
Mutual labels:  semantic, semantic-segmentation
deeplabv3plus-keras
deeplabv3plus (Google's new algorithm for semantic segmentation) in keras:Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation
Stars: ✭ 67 (+157.69%)
Mutual labels:  semantic-segmentation, deeplab
TensorFlow-Advanced-Segmentation-Models
A Python Library for High-Level Semantic Segmentation Models based on TensorFlow and Keras with pretrained backbones.
Stars: ✭ 64 (+146.15%)
Mutual labels:  semantic-segmentation, deeplab
Bcdu Net
BCDU-Net : Medical Image Segmentation
Stars: ✭ 314 (+1107.69%)
Mutual labels:  semantic, semantic-segmentation
DeepLab-V3
Google DeepLab V3 for Image Semantic Segmentation
Stars: ✭ 103 (+296.15%)
Mutual labels:  semantic-segmentation, deeplab
multiclass-semantic-segmentation
Experiments with UNET/FPN models and cityscapes/kitti datasets [Pytorch]
Stars: ✭ 96 (+269.23%)
Mutual labels:  semantic-segmentation, kitti-dataset
etos-deepcut
Deep Extreme Cut http://www.vision.ee.ethz.ch/~cvlsegmentation/dextr . a tool to do automatically object segmentation from extreme points.
Stars: ✭ 24 (-7.69%)
Mutual labels:  semantic-segmentation, deeplab
Semantic-Segmentation-BiSeNet
Keras BiseNet architecture implementation
Stars: ✭ 55 (+111.54%)
Mutual labels:  semantic-segmentation
MobileUNET
U-NET Semantic Segmentation model for Mobile
Stars: ✭ 39 (+50%)
Mutual labels:  semantic-segmentation
super-gradients
Easily train or fine-tune SOTA computer vision models with one open source training library
Stars: ✭ 429 (+1550%)
Mutual labels:  semantic-segmentation
Automated-objects-removal-inpainter
Automated object remover Inpainter is a project that combines Semantic segmentation and EdgeConnect architectures with minor changes in order to remove specified object/s from list of 20 objects from all the input photos
Stars: ✭ 88 (+238.46%)
Mutual labels:  semantic-segmentation
SUIM
Semantic Segmentation of Underwater Imagery: Dataset and Benchmark. #IROS2020
Stars: ✭ 53 (+103.85%)
Mutual labels:  semantic-segmentation
ontology-visualization
A simple ontology and RDF visualization tool.
Stars: ✭ 102 (+292.31%)
Mutual labels:  semantic
PhotographicImageSynthesiswithCascadedRefinementNetworks-Pytorch
Photographic Image Synthesis with Cascaded Refinement Networks - Pytorch Implementation
Stars: ✭ 63 (+142.31%)
Mutual labels:  semantic-segmentation
AttaNet
AttaNet for real-time semantic segmentation.
Stars: ✭ 37 (+42.31%)
Mutual labels:  semantic-segmentation
AMR-Dialogue
Code for our paper "Semantic Representation for Dialogue Modeling" in ACL2021
Stars: ✭ 38 (+46.15%)
Mutual labels:  semantic

KITTI DeepLab

Inference script and frozen inference graph with fine tuned weights for semantic segmentation on images from the KITTI dataset with TensorFlow. While the weights provided by the DeepLab authors reach an mIoU of 44% on the KITTI validation set, the fine-tuned weights reach an mIoU of 72.73 %.

Example output

Original image

Segmentation Result with original graph

Segmentation Result with fine-tuned graph

Getting Started

Clone the repository: git clone https://github.com/hiwad-aziz/kitti_deeplab.git

Download the frozen inference graph: wget --no-check-certificate -r 'https://docs.google.com/uc?export=download&id=1ynVTP5CjMui2J3j2JLJDii8oC0ef_WpL' -O frozen_inference_graph.zip

Run the script: python inference.py path_to_frozen_inference_graph.pb path_to_image_folder/

References

DeepLab

https://github.com/tensorflow/models/tree/master/research/deeplab

KITTI dataset

http://www.cvlibs.net/datasets/kitti/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].