Skip to content

Commit

Permalink
Pin hand landmark network to version 0.7.4. (apache#5813)
Browse files Browse the repository at this point in the history
* Versions above 0.7.4 are broken due to changes in the
   quantization operations in the model, which are current
   not supported by TVM.

Fixes apache#5774.
  • Loading branch information
leandron authored and Trevor Morris committed Jun 18, 2020
1 parent e7fda53 commit b554191
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/python/frontend/tflite/test_forward.py
Expand Up @@ -2437,12 +2437,11 @@ def test_forward_coco_ssd_mobilenet_v1():
#######################################################################
# MediaPipe
# -------------
@pytest.mark.skip("TFLite problem")
def test_forward_mediapipe_hand_landmark():
"""Test MediaPipe 2D hand landmark TF Lite model."""
# MediaPipe 2D hand landmark TF
tflite_model_file = download_testdata(
"https://github.com/google/mediapipe/raw/master/mediapipe/models/hand_landmark.tflite",
"https://github.com/google/mediapipe/raw/v0.7.4/mediapipe/models/hand_landmark.tflite",
"hand_landmark.tflite")
with open(tflite_model_file, "rb") as f:
tflite_model_buf = f.read()
Expand Down

0 comments on commit b554191

Please sign in to comment.