Hi, I want to deploy COMPASS on a physical robot. I have successfully converted the model to ONNX format, but I don't know how to setup the inputs and outputs and was not able to find any documentation on this.
I understand that there are 6 inputs: image, route, speed, action_input, history_input, sample_input. And 3 outputs: action_output, history_output, sample_output. I believe all inputs and outputs are datatype numpy float32.
What kind of information do I feed into the 6 inputs and what is the format?
For action_input, history_input and sample_input, am I correct to assume that they are obtained directly from action_output, history_output and sample_output?
What about the image, route and speed inputs?
Thank you.
Hi, I want to deploy COMPASS on a physical robot. I have successfully converted the model to ONNX format, but I don't know how to setup the inputs and outputs and was not able to find any documentation on this.
I understand that there are 6 inputs: image, route, speed, action_input, history_input, sample_input. And 3 outputs: action_output, history_output, sample_output. I believe all inputs and outputs are datatype numpy float32.
What kind of information do I feed into the 6 inputs and what is the format?
For action_input, history_input and sample_input, am I correct to assume that they are obtained directly from action_output, history_output and sample_output?
What about the image, route and speed inputs?
Thank you.