All Projects → karstenBehrendt → unsupervised_llamas

karstenBehrendt / unsupervised_llamas

Licence: other
Code for https://unsupervised-llamas.com

Programming Languages

python
139335 projects - #7 most used programming language
lua
6591 projects
shell
77523 projects

Projects that are alternatives of or similar to unsupervised llamas

Ochumanapi
API for the dataset proposed in "Pose2Seg: Detection Free Human Instance Segmentation" @ CVPR2019.
Stars: ✭ 168 (+140%)
Mutual labels:  detection, segmentation
Sinet
Camouflaged Object Detection, CVPR 2020 (Oral & Reported by the New Scientist Magazine)
Stars: ✭ 246 (+251.43%)
Mutual labels:  detection, segmentation
3d Pointcloud
Papers and Datasets about Point Cloud.
Stars: ✭ 179 (+155.71%)
Mutual labels:  detection, segmentation
Awesome Gan For Medical Imaging
Awesome GAN for Medical Imaging
Stars: ✭ 1,814 (+2491.43%)
Mutual labels:  detection, segmentation
rgbd person tracking
R-GBD Person Tracking is a ROS framework for detecting and tracking people from a mobile robot.
Stars: ✭ 46 (-34.29%)
Mutual labels:  detection, segmentation
Paddlex
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)
Stars: ✭ 3,399 (+4755.71%)
Mutual labels:  detection, segmentation
Awesome Carla
👉 CARLA resources such as tutorial, blog, code and etc https://github.com/carla-simulator/carla
Stars: ✭ 246 (+251.43%)
Mutual labels:  detection, segmentation
Dlcv for beginners
《深度学习与计算机视觉》配套代码
Stars: ✭ 1,244 (+1677.14%)
Mutual labels:  detection, segmentation
crowd density segmentation
The code for preparing the training data for crowd counting / segmentation algorithm.
Stars: ✭ 21 (-70%)
Mutual labels:  detection, segmentation
BCNet
Deep Occlusion-Aware Instance Segmentation with Overlapping BiLayers [CVPR 2021]
Stars: ✭ 434 (+520%)
Mutual labels:  detection, segmentation
Model Quantization
Collections of model quantization algorithms
Stars: ✭ 118 (+68.57%)
Mutual labels:  detection, segmentation
mmrazor
OpenMMLab Model Compression Toolbox and Benchmark.
Stars: ✭ 644 (+820%)
Mutual labels:  detection, segmentation
Dstl unet
Dstl Satellite Imagery Feature Detection
Stars: ✭ 117 (+67.14%)
Mutual labels:  detection, segmentation
Deep Learning For Tracking And Detection
Collection of papers, datasets, code and other resources for object tracking and detection using deep learning
Stars: ✭ 1,920 (+2642.86%)
Mutual labels:  detection, segmentation
Caffe Model
Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
Stars: ✭ 1,258 (+1697.14%)
Mutual labels:  detection, segmentation
Com.unity.perception
Perception toolkit for sim2real training and validation
Stars: ✭ 208 (+197.14%)
Mutual labels:  detection, segmentation
Unet Segmentation
The U-Net Segmentation plugin for Fiji (ImageJ)
Stars: ✭ 62 (-11.43%)
Mutual labels:  detection, segmentation
Cnn Paper2
🎨 🎨 深度学习 卷积神经网络教程 :图像识别,目标检测,语义分割,实例分割,人脸识别,神经风格转换,GAN等🎨🎨 https://dataxujing.github.io/CNN-paper2/
Stars: ✭ 77 (+10%)
Mutual labels:  detection, segmentation
Shadowless
A Fast and Open Source Autonomous Perception System.
Stars: ✭ 29 (-58.57%)
Mutual labels:  detection, segmentation
Awesome-Vision-Transformer-Collection
Variants of Vision Transformer and its downstream tasks
Stars: ✭ 124 (+77.14%)
Mutual labels:  detection, segmentation

Unsupervised LLAMAS

Code for the Unsupervised Labeled LAne MArkerS (LLAMAS) dataset. The dataset and more information is available at https://unsupervised-llamas.com. The leaderboard is available here. Since lane markers and lane detection are evaluated based on multiple metrics, new metrics can be added to the benchmarks as well.

All contributions are welcome, e.g. sample scripts in different machine learning frameworks. You can even change the website's code

Errors and Suggestions

In case you encounter any issues with the data or scripts, please create an issue ticket, create a PR, or send me an email. For questions about training deep learning approaches for lane marker detection or segmentation in the different frameworks, please checkout Stackoverflow. You can reach me at "llamas" + the at sign since this is an email + kbehrendt.com.

Starter Code

Make sure to check the label_scripts/label_file_scripts.py for loading and using the annotations. There exist a few sample use-cases and implementations.

The simple_baseline folder contains a simplistic baseline approach in Tensorflow which is supposed to be easy to understand.

ENet-SAD-Simple folder contains the ENet-SAD model which achieves state-of-the-art performance in TuSimple, CULane and BDD100K datasets. It also achieves appealing performance in LLAMAS dataset. Details can be found in README in ENet-SAD-Simple and this repo.

The deeplab folder offers some scripts to train deeplab models for the unsupervised LLAMAS dataset.

All results for the leaderboards are calculated based on scripts in the evaluation folder.

Video

Make sure to checkout the Youtube video with samples from the dataset and baseline approaches.

Sample

Sample Image Gray Sample Image Color Sample Image Labeled 3D points are available and spline interpolation on labels is possible.

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].