Skip to content

Commit 6f6a4cf

Browse files
authored
ACLNet update output (#2206)
1 parent cfd3772 commit 6f6a4cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

models/public/aclnet/aclnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ Audio, name - `input`, shape - `1,1,1,L`, format is `N,C,1,L` where:
4949

5050
### Original Model
5151

52-
Sound classifier (see labels file, `<omz_dir>/data/dataset_classes/aclnet_53cl.txt`), name - `203`, shape - `1,53`, output data format is `N,C` where:
52+
Sound classifier (see labels file, `<omz_dir>/data/dataset_classes/aclnet_53cl.txt`), name - `output`, shape - `1,53`, output data format is `N,C` where:
5353

5454
- `N` - batch size
5555
- `C` - Predicted softmax scores for each class in [0, 1] range
5656

5757
### Converted Model
5858

59-
Sound classifier (see labels file, `<omz_dir>/data/dataset_classes/aclnet_53cl.txt`), name - `203`, shape - `1,53`, output data format is `N,C` where:
59+
Sound classifier (see labels file, `<omz_dir>/data/dataset_classes/aclnet_53cl.txt`), name - `output`, shape - `1,53`, output data format is `N,C` where:
6060

6161
- `N` - batch size
6262
- `C` - Predicted softmax scores for each class in [0, 1] range

models/public/aclnet/model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ files:
3131
model_optimizer_args:
3232
- --input_shape=[1,1,1,16000]
3333
- --input=input
34-
- --output=203
34+
- --output=output
3535
- --input_model=$dl_dir/aclnet_des_53.onnx
3636
framework: onnx
3737
license: https://raw.githubusercontent.com/opencv/open_model_zoo/master/LICENSE

0 commit comments

Comments
 (0)