I want to use tensorflow-gpu to accelerate the inference of mediapipe-hand in Windows 10 with Python 3.8. However, tensorflow-gpu only supports version 2.10 and requires protobuf<3.20, while the oldest version of mediapipe (0.10.5) requires protobuf>3.20. How can I install both mediapipe and tensorflow-gpu to use GPU acceleration for mediapipe inference? Does anyone have a lower version of mediapipe?
I want to use tensorflow-gpu to accelerate the inference of mediapipe-hand in Windows 10 with Python 3.8. However, tensorflow-gpu only supports version 2.10 and requires protobuf<3.20, while the oldest version of mediapipe (0.10.5) requires protobuf>3.20. How can I install both mediapipe and tensorflow-gpu to use GPU acceleration for mediapipe inference? Does anyone have a lower version of mediapipe?