Skip to content

Commit aa6f1d4

Browse files
committed
removed arguments print
1 parent 43ed7d5 commit aa6f1d4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

examples/datasets/bop_challenge/main_tless_random.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
parser.add_argument('--num_scenes', type=int, default=2000, help="How many scenes with 25 images each to generate")
1414
args = parser.parse_args()
1515

16-
for k,v in vars(args).items():
17-
print(k, v)
18-
1916
bproc.init()
2017

2118
# load bop objects into the scene

0 commit comments

Comments
 (0)