victorjourne

Results 3 comments of victorjourne

Hello Steven, Thanks for your answer. We develop via Unity Editor, then on a headless server, the CLI is used to build and play the scene with perception. Our investigations...

I confirm, on a dataikuapi.dss.dataset.DSSDataset object, iter_rows() fails: --------------------------------------------------------------------------- Error Traceback (most recent call last) in 2 print(columns) 3 row_count = 0 ----> 4 for row in dataset.iter_rows(): 5 print(row)...

@FChataigner, did you install the package with pip? install the latest version of dataikuapi with the setup.py, works now for me!