8000 GitHub - cifkam/bop_dataset_utils
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cifkam/bop_dataset_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subset of code from the HappyPose repository. Contains code for loading BOP datasets. Work in progress.

Example usage:

from bop_dataset_utils import BOPDataset

ds_name = 'ycbv'
split = 'test'

ds_dir = Path('path_to_bop_datasets')/ds_name
ds = BOPDataset(ds_dir=ds_dir, label_format=ds_name+"-{label}", split=split, load_depth=True)

(The rest of the code is not tested.)

Installation

pip install git+https://github.com/cifkam/bop_dataset_utils.git

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0