Skip to content

Commit 6f33bef

Browse files
author
Roman Donchenko
committed
common-sign-language-0001: fix the task type
The task it performs is clearly more akin to action recognition than object attribute estimation. In fact, its interface is almost exactly like that of i3d-rgb-tf.
1 parent 973eda1 commit 6f33bef

File tree

1 file changed

+1
-1
lines changed
  • models/public/common-sign-language-0001

1 file changed

+1
-1
lines changed

models/public/common-sign-language-0001/model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: >-
1717
person as an input and outputs logits of predicted classes. The model is based on
1818
the S3D-Mobilet-V3 backbone developed for fast inference and outputs an logits
1919
vector of 27 floats.
20-
task_type: object_attributes
20+
task_type: action_recognition
2121
files:
2222
- name: s3d-rgb-mobilenet-v3-large-stream-jester.onnx
2323
size: 16647750

0 commit comments

Comments
 (0)