{"id":21191626,"url":"https://github.com/edgeimpulse/edge-impulse-omniverse-ext","last_synced_at":"2026-02-25T08:42:29.054Z","repository":{"id":220111584,"uuid":"631173656","full_name":"edgeimpulse/edge-impulse-omniverse-ext","owner":"edgeimpulse","description":"Edge Impulse Omniverse Extensions","archived":false,"fork":false,"pushed_at":"2025-02-10T09:48:58.000Z","size":6988,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-10T22:26:36.082Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause-clear","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edgeimpulse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-22T06:58:37.000Z","updated_at":"2025-02-10T09:49:01.000Z","dependencies_parsed_at":"2024-01-31T11:30:43.718Z","dependency_job_id":"62217c50-1a21-4c1b-86c0-540f26cbf0f3","html_url":"https://github.com/edgeimpulse/edge-impulse-omniverse-ext","commit_stats":null,"previous_names":["edgeimpulse/edge-impulse-omniverse-ext"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edgeimpulse/edge-impulse-omniverse-ext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgeimpulse%2Fedge-impulse-omniverse-ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgeimpulse%2Fedge-impulse-omniverse-ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgeimpulse%2Fedge-impulse-omniverse-ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgeimpulse%2Fedge-impulse-omniverse-ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edgeimpulse","download_url":"https://codeload.github.com/edgeimpulse/edge-impulse-omniverse-ext/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgeimpulse%2Fedge-impulse-omniverse-ext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29815028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T19:04:09.067Z","updated_at":"2026-02-25T08:42:29.039Z","avatar_url":"https://github.com/edgeimpulse.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Edge Impulse Data Ingestion Omniverse Extension\n\nThis Omniverse extension allows you to upload your synthetic datasets to your Edge Impulse project for computer vision tasks, validate your trained model locally, and view inferencing results directly in your Omniverse synthetic environment.\n\n![preview.png](/exts/edgeimpulse.dataingestion/data/preview.png)\n\n## Installation\n\n### Prerequities\n\n* Install [Omniverse Launcher](https://docs.omniverse.nvidia.com/launcher/latest/installing_launcher.html)\n* Install Isaac Sim from the Omniverse launcher\n* For Windows installation, make sure to install the [Build Tools for Visual Studio](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022) and select the Desktop Development with C++ and NodeJS. A restart of your computer may be required to apply the changes.\n* Download this repository\n\n### Setup\n\n* From this repository, execute the `link_app` script.\n\n![Link app](/exts/edgeimpulse.dataingestion/data/execute-link-app.png)\n\n* In Isaac Sim, open the Extensions view.\n\n![Open extensions](/exts/edgeimpulse.dataingestion/data/isaac-sim-open-extensions.png)\n\n* Open the extensions settings.\n\n![Extension settings](/exts/edgeimpulse.dataingestion/data/isaac-sim-extensions-settings.png)\n\n* Add the Edge Impulse extension path. Note that the extension root folder is located in the `/exts` directory.\n\n![Extension path](/exts/edgeimpulse.dataingestion/data/isaac-sim-extension-path.png)\n\n* Enable the Edge Impulse extension.\n\n![Enable Edge Impulse extension](/exts/edgeimpulse.dataingestion/data/isaac-sim-enable-edgeimpulse-ext.png)\n\n\n## Extension Project Template\n\nThis project was automatically generated.\n\n- `app` - It is a folder link to the location of your *Omniverse Kit* based app.\n- `exts` - It is a folder where you can add new extensions. It was automatically added to extension search path. (Extension Manager -\u003e Gear Icon -\u003e Extension Search Path).\n\nOpen this folder using Visual Studio Code. It will suggest you to install few extensions that will make python experience better.\n\nLook for \"edgeimpulse.dataingestion\" extension in extension manager and enable it. Try applying changes to any python files, it will hot-reload and you can observe results immediately.\n\nAlternatively, you can launch your app from console with this folder added to search path and your extension enabled, e.g.:\n\n```\n\u003e app\\omni.code.bat --ext-folder exts --enable edgeimpulse.dataingestion\n```\n\n## App Link Setup\n\nIf `app` folder link doesn't exist or broken it can be created again. For better developer experience it is recommended to create a folder link named `app` to the *Omniverse Kit* app installed from *Omniverse Launcher*. Convenience script to use is included.\n\nRun:\n\n```\n\u003e link_app.bat\n```\n\nIf successful you should see `app` folder link in the root of this repo.\n\nIf multiple Omniverse apps is installed script will select recommended one. Or you can explicitly pass an app:\n\n```\n\u003e link_app.bat --app create\n```\n\nYou can also just pass a path to create link to:\n\n```\n\u003e link_app.bat --path \"C:/Users/bob/AppData/Local/ov/pkg/create-2021.3.4\"\n```\n\n\n## Sharing Your Extensions\n\nThis folder is ready to be pushed to any git repository. Once pushed direct link to a git repository can be added to *Omniverse Kit* extension search paths.\n\nLink might look like this: `git://github.com/[user]/[your_repo].git?branch=main\u0026dir=exts`\n\nNotice `exts` is repo subfolder with extensions. More information can be found in \"Git URL as Extension Search Paths\" section of developers manual.\n\nTo add a link to your *Omniverse Kit* based app go into: Extension Manager -\u003e Gear Icon -\u003e Extension Search Path\n\n\n## Troubleshooting\n\n**Requests**\n\nWhile working in Composer, add the following snippet:\n\n \n```\n[python.pipapi]\n\nrequirements = [\n    \"requests\"\n]\n\nuse_online_index = true\n```\n\n**OSError: [WinError 126]**\n\nIf you are experiencing the `OSError: [WinError 126] The specified module could not be found. Error loading \"C:\\path\\to\\omni.isaac.ml_archive\\pip_prebundle\\torch\\lib\\fbgemm.dll\" or one of its dependencies.` error, it is a recent known issue from the IsaacSim team, and the solution is to install the C/C++ build tools from VSCode 2022, here's the steps:\n\n1. Solution description from NVIDIA: https://docs.omniverse.nvidia.com/isaacsim/latest/known_issues.html#general\n2. You can install VSCode 2022 from here: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022\n3. Make sure to select the desktop developent C/C++ build tools in the installation screen\n4. Startup VSCode 2022, and restart the Omniverse/IsaacSim apps\n5. Now retry installing the Edge Impulse Omniverse extension and it should be successful!\n\n![Install C/C++ build tools](/exts/edgeimpulse.dataingestion/data/install-development-tools-vs-code.png)\n\n## Contributing\nThe source code for this repository is provided as-is and we are not accepting outside contributions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgeimpulse%2Fedge-impulse-omniverse-ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedgeimpulse%2Fedge-impulse-omniverse-ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgeimpulse%2Fedge-impulse-omniverse-ext/lists"}