{"id":18009273,"url":"https://github.com/xlite-dev/netron-vscode-extension","last_synced_at":"2025-03-26T14:30:39.101Z","repository":{"id":162637881,"uuid":"634413811","full_name":"xlite-dev/netron-vscode-extension","owner":"xlite-dev","description":"☕️ A vscode extension for netron, support *.pdmodel, *.nb, *.onnx, *.pb, *.h5, *.tflite, *.pth, *.pt, *.mnn, *.param, etc.","archived":false,"fork":false,"pushed_at":"2023-06-04T05:23:58.000Z","size":33837,"stargazers_count":13,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T15:01:55.660Z","etag":null,"topics":["deeplearning","mnn","ncnn","netron","netron-vscode","netron-vscode-extension","onnx","onnxruntime","paddle","tnn","vscode-netron","yolov5","yolov8"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=DefTruth.netron-vscode-extension","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xlite-dev.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-30T03:15:37.000Z","updated_at":"2025-03-23T09:24:41.000Z","dependencies_parsed_at":"2024-10-30T02:29:34.187Z","dependency_job_id":null,"html_url":"https://github.com/xlite-dev/netron-vscode-extension","commit_stats":null,"previous_names":["xlite-dev/netron-vscode-extension"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlite-dev%2Fnetron-vscode-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlite-dev%2Fnetron-vscode-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlite-dev%2Fnetron-vscode-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlite-dev%2Fnetron-vscode-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xlite-dev","download_url":"https://codeload.github.com/xlite-dev/netron-vscode-extension/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245670518,"owners_count":20653382,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["deeplearning","mnn","ncnn","netron","netron-vscode","netron-vscode-extension","onnx","onnxruntime","paddle","tnn","vscode-netron","yolov5","yolov8"],"created_at":"2024-10-30T02:08:58.671Z","updated_at":"2025-03-26T14:30:39.060Z","avatar_url":"https://github.com/xlite-dev.png","language":"TypeScript","readme":"![](https://github.com/DefTruth/netron-vscode-extension/assets/31974251/8da27592-bafb-40fb-a4f3-d3ae0cda01b2)\n\n**netron-vscode-extension**: A vscode extension for netron, support *.pdmodel, *.nb, *.onnx, *.pb, *.h5, *.tflite, *.pth, *.pt, *.mnn, *.tnnproto, *.param, etc. This code is based on [NetronInVSCode](https://github.com/chingweihsu0809/NetronInVSCode) but adds more model format support (such as *.pdmodel, *.nb, *.mnn, *.param, *.tnnproto, etc.) and some new [Features](#Features). **NOTE: This extension is mainly for personal use, so the development plans are based on individual needs and may not have intensive plans in the future.**\n\n## Features   \n\u003cdiv id=\"Features\"\u003e\u003c/div\u003e  \n\n- [x] add *.pdmodel, *.nb, *.mnn, *.param, *.tnnproto format support\n- [x] remove manually `pip install` requirements\n- [ ] [WIP] onnx-simplifier support\n- [ ] [WIP] paddle2onnx converter support\n- [ ] [WIP] x2paddle converter support\n- [ ] [WIP] MNN converter support\n- [ ] [WIP] Optimize some UI components\n\n## Install\n\n- Install `netron-vscode-extension` from [vscode marketplace](https://marketplace.visualstudio.com/items?itemName=DefTruth.netron-vscode-extension). \n![](https://github.com/DefTruth/netron-vscode-extension/assets/31974251/3139a461-42ff-48f7-9c8b-5920f25b6da5)\n\n- Install `Python 3.x` on your computer. The step about netron installation follows is optional. This extension will call netron from python via [node-python-bride](https://github.com/Submersible/node-python-bridge) to form an url which contains the visualized contents, then, pass it to this extension. `netron-vscode-extension` will check whether the netron is avaliable on your python and auto install it if necessary.\n\t```bash\n\tpython -m pip install netron  # optional\n\t```\n\n## Usage\n\n- Click on a saved model to see the following, such as [picodet](models/picodet_l_320_coco_lcnet/model.pdmodel), [yolov8n](models/yolov8n.onnx), etc.\n![](https://github.com/DefTruth/netron-vscode-extension/assets/31974251/6acdfaa9-f56a-4f83-aa78-b85248a1e44b) \n![](https://github.com/DefTruth/netron-vscode-extension/assets/31974251/9bbcbdb1-bfc7-4094-8f83-626f750f843d)\n\n## Build\n\nYou can build the extension from sources:\n- Open this repo in VS Code\n- `npm install`\n- `F5` to start debugging\n\n## LICENSE  \n\nThe codes is released under the MIT License.\n\n## Reference\n\n- [netron](https://github.com/lutzroeder/netron)\n- [node-python-bride](https://github.com/Submersible/node-python-bridge)\n- [vscode-extension-samples](https://github.com/microsoft/vscode-extension-samples)\n- [NetronInVSCode](https://github.com/chingweihsu0809/NetronInVSCode)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxlite-dev%2Fnetron-vscode-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxlite-dev%2Fnetron-vscode-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxlite-dev%2Fnetron-vscode-extension/lists"}