Skip to content

Commit

Permalink
[Extension] publish version 0.0.2 -> vscode marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
DefTruth committed May 6, 2023
1 parent 3752ac0 commit 91a257a
Show file tree
Hide file tree
Showing 10 changed files with 120 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ NOTE: This extension is mainly for personal use, and I have no intensive develop
- [ ] Optimize some UI components

## Install
- Install `netron-vscode-extension` from VSCode marketplace.
- Install `netron-vscode-extension` from VSCode marketplace.
![](docs/install.png)

## Usage

- Click on a saved model to see the following.
![alt text](docs/example.gif)
![](docs/example.gif)
![](docs/picodet.png)

## Build

Expand Down
Binary file modified docs/.DS_Store
Binary file not shown.
Binary file added docs/install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/picodet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added models/.DS_Store
Binary file not shown.
116 changes: 116 additions & 0 deletions models/picodet_l_320_coco_lcnet/infer_cfg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
mode: paddle
draw_threshold: 0.5
metric: COCO
use_dynamic_shape: false
arch: GFL
min_subgraph_size: 3
Preprocess:
- interp: 2
keep_ratio: false
target_size:
- 320
- 320
type: Resize
- is_scale: true
mean:
- 0.485
- 0.456
- 0.406
std:
- 0.229
- 0.224
- 0.225
type: NormalizeImage
- type: Permute
label_list:
- person
- bicycle
- car
- motorcycle
- airplane
- bus
- train
- truck
- boat
- traffic light
- fire hydrant
- stop sign
- parking meter
- bench
- bird
- cat
- dog
- horse
- sheep
- cow
- elephant
- bear
- zebra
- giraffe
- backpack
- umbrella
- handbag
- tie
- suitcase
- frisbee
- skis
- snowboard
- sports ball
- kite
- baseball bat
- baseball glove
- skateboard
- surfboard
- tennis racket
- bottle
- wine glass
- cup
- fork
- knife
- spoon
- bowl
- banana
- apple
- sandwich
- orange
- broccoli
- carrot
- hot dog
- pizza
- donut
- cake
- chair
- couch
- potted plant
- bed
- dining table
- toilet
- tv
- laptop
- mouse
- remote
- keyboard
- cell phone
- microwave
- oven
- toaster
- sink
- refrigerator
- book
- clock
- vase
- scissors
- teddy bear
- hair drier
- toothbrush
NMS:
keep_top_k: 100
name: MultiClassNMS
nms_threshold: 0.5
nms_top_k: 1000
score_threshold: 0.3
fpn_stride:
- 8
- 16
- 32
- 64
Binary file added models/picodet_l_320_coco_lcnet/model.pdiparams
Binary file not shown.
Binary file not shown.
Binary file added models/picodet_l_320_coco_lcnet/model.pdmodel
Binary file not shown.
Binary file added models/yolov8n.onnx
Binary file not shown.

0 comments on commit 91a257a

Please sign in to comment.