Skip to content

Commit 3752ac0

Browse files
committed
[Extension] publish version 0.0.2 -> vscode marketplace
1 parent 7159a4b commit 3752ac0

File tree

8 files changed

+10
-6
lines changed

8 files changed

+10
-6
lines changed

.DS_Store

6 KB
Binary file not shown.

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# netron-vscode-extension
1+
![](docs/logo-v3.png)
22

3-
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.
3+
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.
44

55
NOTE: This extension is mainly for personal use, and I have no intensive development plans in the future.
66

@@ -14,14 +14,17 @@ NOTE: This extension is mainly for personal use, and I have no intensive develop
1414
- [ ] MNN converter support
1515
- [ ] Optimize some UI components
1616

17+
## Install
18+
- Install `netron-vscode-extension` from VSCode marketplace.
19+
1720
## Usage
1821

19-
- Install `netron-vscode-extension` from VSCode marketplace.
2022
- Click on a saved model to see the following.
21-
![alt text](documentation/example.gif)
23+
![alt text](docs/example.gif)
2224

23-
## Running the code
25+
## Build
2426

27+
You can build the extension from sources:
2528
- Open this repo in VS Code
2629
- `npm install`
2730
- `F5` to start debugging

docs/.DS_Store

6 KB
Binary file not shown.
File renamed without changes.

docs/logo-v2.png

25.4 KB
Loading

docs/logo-v3.png

28.1 KB
Loading

docs/logo.png

15.2 KB
Loading

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"name": "netron-vscode-extension",
33
"displayName": "netron-vscode-extension",
44
"description": "Implmentation of visualizing ML Models in VSCode using Netron",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"publisher": "DefTruth",
77
"private": true,
88
"license": "MIT",
9+
"icon": "docs/logo.png",
910
"repository": {
1011
"type": "git",
1112
"url": "https://github.com/DefTruth/netron-vscode-extension.git"

0 commit comments

Comments
 (0)