mkarlan

Results 16 comments of mkarlan

I am also facing same issues. Please help me.

WIth the onnx.checker.check_model() from the [example of check_model.ipynb](https://github.com/onnx/onnx/blob/main/onnx/examples/check_model.ipynb) I got ```python import onnx onnx_model = onnx.load("./concat_model.onnx") print("The model is:\n{}".format(onnx_model)) # Check the model try: onnx.checker.check_model(onnx_model) except onnx.checker.ValidationError as e: print("The...

Thanks, looking forward to the fix :)

similarly, it would be nicer to have the same behaviour for other camera sensors

sorry, it was a typo, I meant 2D masks. In other words, can we integrate depth camera and segmentation camera?

Thnaks for the suggestion. I have tried the same and got the expected output, but are those cameras time synchronized?. Also I have some problems (see below), you can refer...