Added remaining tests for the GestureRecognizer Python MediaPipe Tasks API

This commit is contained in:
kinaryml
2022-10-25 11:11:15 -07:00
parent 18eb089d39
commit 8762d15c81
8 changed files with 414 additions and 42 deletions
@@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""Landmark Detection Result data class."""
"""Landmarks Detection Result data class."""
import dataclasses
from typing import Any, Optional