、凌晨两点
、凌晨两点
If I want to replace pose_detection.tflite with my own pose detection model(eg. HRNet-Human-Pose-Estimation), what should I do to make it work? Can you give me some advice? Thanks very much.
In mediapipe C++, i can set xnnpack num_threads in .pbtxt. For example, ` 136 # Runs model inference on CPU. 137 node { 138 calculator: "InferenceCalculator" 139 input_side_packet: "MODEL:model" 140...
I used the demo.py file and modified it as follows:  Then run demo.py, and the following error occurs: ``` /home/media/miniconda3/envs/pymaf/lib/python3.8/site-packages/torch/nn/functional.py:718: UserWarning: Named tensors and all their associated APIs are...
 how to parse lm_raw? Can you give me some advices? Thanks.