Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ylabbe committed May 17, 2023
1 parent a7bd6d2 commit 18e7cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bop_toolkit_lib/dataset/bop_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def _file_path(ext):
return dataset_dir / f'{image_key}.{ext}'

infos = dict(
has_rgb=False(
has_rgb=(
_file_path('rgb.png').exists() or
_file_path('rgb.jpg').exists()
),
Expand Down

0 comments on commit 18e7cfb

Please sign in to comment.