-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Extension] publish version 0.0.2 -> vscode marketplace
- Loading branch information
Showing
10 changed files
with
120 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.