Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Deep Loader

Data processing is important in deep learning, it take much time and is very boring to convert data formats among different deep learning frameworks (like caffe, tensorflow, PyTorch, MxNet). The purpose of this project is to make data processing easier.

Main features of the library are:

  • Data readers for many common data formats, specially for image classification
  • Data batch prefetching in a background thread
  • Face recognition evaluation tool , check run_verify for details, which can test models with LFW data
  • Data adaptors for different frameworks
  • Many utility functions
  • Tools
    • Image labeling tool for binary classification, it loads multiple images with a handy detail window.
    • Image duplicate removal tool to remove duplicate images
    • A video annotation format and HTML viewer
  • ONNX
    • Fixed some bugs for convert MxNet models to ONNX x2onnx
    • Mode forward wrappers for different backends like (Pytorch/MxNet/ONNX) backends

Install

pip install -e .

About

Data loaders for deep learning

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.