All Projects → fvisin → Dataset_loaders

fvisin / Dataset_loaders

Licence: gpl-3.0
A collection of dataset loaders

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Dataset loaders

Lidar Bonnetal
Semantic and Instance Segmentation of LiDAR point clouds for autonomous driving
Stars: ✭ 465 (+148.66%)
Mutual labels:  dataset, segmentation, semantic
Superpoint graph
Large-scale Point Cloud Semantic Segmentation with Superpoint Graphs
Stars: ✭ 533 (+185.03%)
Mutual labels:  segmentation, semantic
Bcdu Net
BCDU-Net : Medical Image Segmentation
Stars: ✭ 314 (+67.91%)
Mutual labels:  segmentation, semantic
Kittiseg
A Kitti Road Segmentation model implemented in tensorflow.
Stars: ✭ 873 (+366.84%)
Mutual labels:  segmentation, semantic
Semantic Segmentation Suite
Semantic Segmentation Suite in TensorFlow. Implement, train, and test new Semantic Segmentation models easily!
Stars: ✭ 2,395 (+1180.75%)
Mutual labels:  dataset, segmentation
Erfnet pytorch
Pytorch code for semantic segmentation using ERFNet
Stars: ✭ 304 (+62.57%)
Mutual labels:  segmentation, semantic
wasr network
WaSR Segmentation Network for Unmanned Surface Vehicles v0.5
Stars: ✭ 32 (-82.89%)
Mutual labels:  semantic, segmentation
Dataset
Crop/Weed Field Image Dataset
Stars: ✭ 98 (-47.59%)
Mutual labels:  dataset, segmentation
Pointclouddatasets
3D point cloud datasets in HDF5 format, containing uniformly sampled 2048 points per shape.
Stars: ✭ 80 (-57.22%)
Mutual labels:  dataset, segmentation
Deep Segmentation
CNNs for semantic segmentation using Keras library
Stars: ✭ 69 (-63.1%)
Mutual labels:  dataset, segmentation
Multi Human Parsing
🔥🔥Official Repository for Multi-Human-Parsing (MHP)🔥🔥
Stars: ✭ 507 (+171.12%)
Mutual labels:  segmentation, semantic
Datasets
🎁 3,000,000+ Unsplash images made available for research and machine learning
Stars: ✭ 1,805 (+865.24%)
Mutual labels:  dataset, images
Images Web Crawler
This package is a complete tool for creating a large dataset of images (specially designed -but not only- for machine learning enthusiasts). It can crawl the web, download images, rename / resize / covert the images and merge folders..
Stars: ✭ 51 (-72.73%)
Mutual labels:  dataset, images
Openvehiclevision
An opensource lib. for vehicle vision applications (written by MATLAB), lane marking detection, road segmentation
Stars: ✭ 120 (-35.83%)
Mutual labels:  dataset, segmentation
Ochumanapi
API for the dataset proposed in "Pose2Seg: Detection Free Human Instance Segmentation" @ CVPR2019.
Stars: ✭ 168 (-10.16%)
Mutual labels:  dataset, segmentation
Recent slam research
Track Advancement of SLAM 跟踪SLAM前沿动态【2021 version】
Stars: ✭ 2,387 (+1176.47%)
Mutual labels:  semantic
6dpose
implement some algorithms of 6d pose estimation
Stars: ✭ 180 (-3.74%)
Mutual labels:  segmentation
Sice
Learning a Deep Single Image Contrast Enhancer from Multi-Exposure Images (TIP 2018)
Stars: ✭ 175 (-6.42%)
Mutual labels:  dataset
Msmarco
Utilities, Baselines, Statistics and Descriptions Related to the MSMARCO DATASET
Stars: ✭ 175 (-6.42%)
Mutual labels:  dataset
Imantics
📷 Reactive python package for managing, creating and visualizing different deep-learning image annotation formats
Stars: ✭ 184 (-1.6%)
Mutual labels:  segmentation

This repository contains a framework to load the most commonly used datasets for image and video semantic segmentation. The framework can perform some on-the-fly preprocessing/data augmentation, as well as run on multiple threads (if enabled) to speed up the I/O operations.

NEWS: You might be interested in checking out Main loop TF, a python main loop that integrates the Dataset loaders with Tensorflow!

Attribution

If you use this code, please cite:

  • [1] Francesco Visin, Adriana Romero, (2016). Dataset loaders: a python library to load and preprocess datasets (BibTeX)

Check the full documentation on: http://dataset_loaders.readthedocs.io

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