8000 GitHub - youliangtan/dlimp: dataloading is my passion
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

youliangtan/dlimp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
97FF
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLIMP

Dataloading is my passion.

Installation

Requires Python >= 3.8.

git clone https://github.com/kvablack/dlimp
cd dlimp
pip install -e .

Usage

Core usage is through the DLataset class, defined in dlimp/dlimp/dataset.py. It is a thin wrapper around tf.data.Dataset designed for working with datasets of trajectories; it has two creation methods, from_tfrecords and from_rlds. This library additionally provides a suite of frame-level and trajectory-level transforms designed to be used with DLataset.frame_map and DLataset.map, respectively.

Scripts for converting various datasets to the dlimp TFRecord format (compatible with DLataset.from_tfrecords) can be found in scripts/.

About

dataloading is my passion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0