gem.json 628 B

1234567891011121314151617181920
  1. {
  2. "gem_name": "ONNX",
  3. "display_name": "ONNX",
  4. "license": "Apache-2.0 Or MIT",
  5. "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
  6. "origin": "Open 3D Engine - o3de.org",
  7. "type": "Code",
  8. "summary": "This is an experimental gem implementing ONNX Runtime in O3DE and demoing it using inference examples from the MNIST dataset with an Editor dashboard displaying inference statistics.",
  9. "canonical_tags": [
  10. "Gem"
  11. ],
  12. "user_tags": [
  13. "Simulation"
  14. ],
  15. "icon_path": "preview.png",
  16. "requirements": "",
  17. "dependencies": [
  18. "ImGui"
  19. ]
  20. }