From eaf6d865216ba8c977249e31a437e1ebc3bf5fdf Mon Sep 17 00:00:00 2001 From: Martin Sundermeyer Date: Fri, 22 Mar 2024 21:12:59 +0100 Subject: [PATCH] chore(BOP): Delete deprecated parts of BOP challenge README --- examples/datasets/bop_challenge/README.md | 68 ----------------------- 1 file changed, 68 deletions(-) diff --git a/examples/datasets/bop_challenge/README.md b/examples/datasets/bop_challenge/README.md index d502468b6..ed87eb852 100644 --- a/examples/datasets/bop_challenge/README.md +++ b/examples/datasets/bop_challenge/README.md @@ -40,71 +40,3 @@ blenderpoc run examples/datasets/bop_challenge/main__', - - # Dataset split. Options: 'train', 'val', 'test'. - 'dataset_split': 'train', - - # Dataset split type. None = default. See dataset_params.py for options. - 'dataset_split_type': 'pbr', - - # Folder containing the BOP datasets. - 'datasets_path': '', -} -``` - -To complete your BOP datasets, finally run: - -```bash -python scripts/calc_gt_masks.py -python scripts/calc_gt_info.py -python scripts/calc_gt_coco.py -``` - -## Original Config file usage - -Instead of running the python script once, we ran every config file 2000 times with 25 random cameras per scene. This has the disadvantage that objects need to be loaded at each run. - -Download the necessary [BOP datasets](https://bop.felk.cvut.cz/datasets/) and the [bop-toolkit](https://github.com/thodan/bop_toolkit). - -Execute in the BlenderProc main directory: - -``` -blenderproc download cc_textures -``` - -``` -blenderpoc run examples/datasets/bop_challenge/ - - - - resources/cctextures - examples/datasets/bop_challenge/output -``` - -* `examples/datasets/bop_challenge/`: path to the python script file. -* ``: path to a folder containing BOP datasets. -* ``: name of BOP dataset. -* ``: path to a bop_toolkit folder. -* `resources/cctextures`: path to CCTextures folder -* `examples/datasets/bop_challenge/output`: path to an output folder where the bop_data will be saved - -This creates 25 images of a single scene. To create a whole dataset, simply run the command multiple times. \ No newline at end of file