Does BrainFrame support ONNX, PaddlePaddle?

The latest version of the BrainFrame framework includes the ONNX Runtime. If you need any additional modules that are not included by default, you can follow the instructions similar to those provided in Does BrainFrame support PyTorch? to install the modules required for your VisionCapsule to run.

If you use PaddlePaddle, you can use the ‘paddle2onnx’ tool to convert PaddlePaddle to ONNX. To install it, run ‘pip install paddle2onnx’."