Skip to content

Commit

Permalink
chore(yaml): Removes some left over configs
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerfarmer committed Aug 21, 2023
1 parent 4e1c374 commit 19c4149
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 3,042 deletions.
6 changes: 3 additions & 3 deletions examples/advanced/motion_blur_rolling_shutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ These effects are visible if either the camera or objects move between frames. T
Execute in the BlenderProc main directory:

```
blenderproc run examples/advanced/motion_blur_rolling_shutter/config_motion_blur.yaml examples/advanced/motion_blur_rolling_shutter/camera_positions examples/resources/scene.obj examples/advanced/motion_blur_rolling_shutter/output
blenderproc run examples/advanced/motion_blur_rolling_shutter/main_motion_blur.py examples/advanced/motion_blur_rolling_shutter/camera_positions examples/resources/scene.obj examples/advanced/motion_blur_rolling_shutter/output
```

* `examples/advanced/motion_blur_rolling_shutter/config_{motion_blur / rolling_shutter}.yaml`: path to the main python file to run.
* `examples/advanced/motion_blur_rolling_shutter/main_{motion_blur / rolling_shutter}.py`: path to the main python file to run.
* `examples/advanced/motion_blur_rolling_shutter/camera_positions`: text file with parameters of camera positions.
* `examples/resources/scene.obj`: path to the object file with the basic scene.
* `examples/advanced/motion_blur_rolling_shutter/output`: path to the output directory.

The configuration `config_motion_blur.yaml` creates pure motion blur, the configuration `config_rolling_shutter.yaml` a rolling shutter effect together with a small amount of motion blur.
The python script `main_motion_blur.py` creates pure motion blur, the python `main_rolling_shutter.py` a rolling shutter effect together with a small amount of motion blur.

## Visualization

Expand Down

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions examples/datasets/bop_challenge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ blenderproc download cc_textures
```

```
blenderpoc run examples/datasets/bop_challenge/<config_dataset.yaml>
blenderpoc run examples/datasets/bop_challenge/<main_dataset.py>
<path_to_bop_data>
<bop_dataset_name>
<path_to_bop_toolkit>
resources/cctextures
examples/datasets/bop_challenge/output
```

* `examples/datasets/bop_challenge/<config_dataset.yaml>`: path to the pipeline configuration file.
* `examples/datasets/bop_challenge/<main_dataset.py>`: path to the python script file.
* `<path_to_bop_data>`: path to a folder containing BOP datasets.
* `<bop_dataset_name>`: name of BOP dataset.
* `<path_to_bop_toolkit>`: path to a bop_toolkit folder.
Expand Down
Loading

0 comments on commit 19c4149

Please sign in to comment.