Prepare the release for 5.15 #5
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Adding the features come with PICO OS 5.15, including:
Additionally, we provide some more developer-friendly tools, including:
You can refer to the README for the MNIST sample to regarding the details of the deserializer and the JSON format
Documentation enhancement
Add the documentation and sample codes for
Pipeline::arithmeticmethod, regarding the support forT: transposeinvmatrix inverse^exponentialsin,asin,sinh,cos,acos,cosh,tan,atan,tanh: trigonometric functionsNew samples
samples/mnist: demonstrating how to use the JSON-based serialization of the SecureMR pipelinessamples/readback: a basic sample to show how to use the readback API to readback data (e.g., camera data) as memory, or OpenGL/Vulkan texturesamples/rubic_cube: a rubic cube solver using the readback APIsamples/whackamole: a Whack-A-Mole game demonstrating the usage of JavaScript along side body-tracking algorithm to add fun to the MR appsamples/model_inspect: demonstrating how to use the model inspection tool to check the model conversion and setting-up.