wolterlw / hand_tracking

Minimal Python interface for Google's Mediapipe HandTracking pipeline
Apache License 2.0
148 stars 37 forks source link

Update load_models.sh #39

Closed farnaznouraei closed 4 years ago

farnaznouraei commented 4 years ago

Hi! Here's the changes I made to make the hand_model.ipynb work: 1- The /model/ directory was added to the path for metalwhale repo, 2- The file name for Google Mediapipe was changed from hand_landmark_3d.tflite to hand_landmark.tflite , and 3- I changed the --referer argument from the file GitHub address to the raw file, because the original address gave me the following error: """" . . . ./models/palm_detec 100%[===================>] 6.74M 2.78MB/s in 2.4s

2020-08-28 12:43:36 (2.78 MB/s) - ‘./models/palm_detection.tflite’ saved [7069988/7069988]

palm_detection done

libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: Couldn't close file """