We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ed7d5 commit aa6f1d4Copy full SHA for aa6f1d4
1 file changed
examples/datasets/bop_challenge/main_tless_random.py
@@ -13,9 +13,6 @@
13
parser.add_argument('--num_scenes', type=int, default=2000, help="How many scenes with 25 images each to generate")
14
args = parser.parse_args()
15
16
-for k,v in vars(args).items():
17
- print(k, v)
18
-
19
bproc.init()
20
21
# load bop objects into the scene
0 commit comments