rabBit64 / Sign-language-recognition-with-RNN-and-Mediapipe

Apache License 2.0
8 stars 0 forks source link

Unable to run the command to generate the files #2

Open vishnau31 opened 4 years ago

vishnau31 commented 4 years ago

GLOG_logtostderr=1 bazel-bin/mediapipe/examples/desktop/hand_tracking/hand_tracking_cpu --calculator_graph_config_file=mediapipe/graphs/hand_tracking/hand_tracking_desktop_live.pbtxt --input_video_path /Users/visheshnautiyal/Desktop/input.mov --output_video_path /Users/visheshnautiyal/Desktop/

I1224 17:29:29.984887 199196096 demo_run_graph_main.cc:54] Initialize the calculator graph.
E1224 17:29:29.987129 199196096 demo_run_graph_main.cc:145] Failed to run the graph: Input stream "__sg1_landmarks" of calculator "[LandmarkLetterboxRemovalCalculator, input streams: <LANDMARKS:__sg1_landmarks,LETTERBOX_PADDING:__sg1_letterbox_padding>, and output stream: LANDMARKS:__sg1_scaled_landmarks]" expects packets of type "mediapipe::NormalizedLandmarkList" but the connected output stream will contain packets of type "std::__1::vector<mediapipe::NormalizedLandmark, std::__1::allocator<mediapipe::NormalizedLandmark> >"

And also what to do with the third file that is present in the modified media file

rabBit64 commented 4 years ago

The third file is the correct one in the modified folder. Please refer to this video from 0:47 for the command.

vishnau31 commented 4 years ago

So will I have to rename the file ?