├── README.md └── first_steps ├── 1_1 ├── BUILD └── main.cpp ├── 1_2 ├── BUILD └── main.cpp ├── 1_3 ├── BUILD ├── graph1_3.pbtxt ├── main.cpp ├── string_join_calculator.cpp └── string_source_calculator.cpp ├── 1_4 ├── BUILD ├── goblin_calculator14.cpp ├── goblin_calculator14.proto └── main.cpp ├── 1_5 ├── BUILD ├── goblin_calculator15.cpp └── main.cpp ├── 2_1 ├── BUILD └── main.cpp ├── 2_2 ├── BUILD └── main.cpp ├── 2_3 ├── BUILD └── main.cpp ├── 2_4 ├── BUILD ├── drawfeat_calculator24.cpp └── main.cpp ├── 3_1 ├── BUILD ├── main.cpp └── slow_calculator.cpp └── 3_2 ├── BUILD ├── main.cpp └── slow_calculator.cpp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/README.md -------------------------------------------------------------------------------- /first_steps/1_1/BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/1_1/BUILD -------------------------------------------------------------------------------- /first_steps/1_1/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/1_1/main.cpp -------------------------------------------------------------------------------- /first_steps/1_2/BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/1_2/BUILD -------------------------------------------------------------------------------- /first_steps/1_2/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/1_2/main.cpp -------------------------------------------------------------------------------- /first_steps/1_3/BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/1_3/BUILD -------------------------------------------------------------------------------- /first_steps/1_3/graph1_3.pbtxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/1_3/graph1_3.pbtxt -------------------------------------------------------------------------------- /first_steps/1_3/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/1_3/main.cpp -------------------------------------------------------------------------------- /first_steps/1_3/string_join_calculator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/1_3/string_join_calculator.cpp -------------------------------------------------------------------------------- /first_steps/1_3/string_source_calculator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/1_3/string_source_calculator.cpp -------------------------------------------------------------------------------- /first_steps/1_4/BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/1_4/BUILD -------------------------------------------------------------------------------- /first_steps/1_4/goblin_calculator14.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/1_4/goblin_calculator14.cpp -------------------------------------------------------------------------------- /first_steps/1_4/goblin_calculator14.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/1_4/goblin_calculator14.proto -------------------------------------------------------------------------------- /first_steps/1_4/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/1_4/main.cpp -------------------------------------------------------------------------------- /first_steps/1_5/BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/1_5/BUILD -------------------------------------------------------------------------------- /first_steps/1_5/goblin_calculator15.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/1_5/goblin_calculator15.cpp -------------------------------------------------------------------------------- /first_steps/1_5/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/1_5/main.cpp -------------------------------------------------------------------------------- /first_steps/2_1/BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/2_1/BUILD -------------------------------------------------------------------------------- /first_steps/2_1/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/2_1/main.cpp -------------------------------------------------------------------------------- /first_steps/2_2/BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/2_2/BUILD -------------------------------------------------------------------------------- /first_steps/2_2/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/2_2/main.cpp -------------------------------------------------------------------------------- /first_steps/2_3/BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/2_3/BUILD -------------------------------------------------------------------------------- /first_steps/2_3/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/2_3/main.cpp -------------------------------------------------------------------------------- /first_steps/2_4/BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/2_4/BUILD -------------------------------------------------------------------------------- /first_steps/2_4/drawfeat_calculator24.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/2_4/drawfeat_calculator24.cpp -------------------------------------------------------------------------------- /first_steps/2_4/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/2_4/main.cpp -------------------------------------------------------------------------------- /first_steps/3_1/BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/3_1/BUILD -------------------------------------------------------------------------------- /first_steps/3_1/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/3_1/main.cpp -------------------------------------------------------------------------------- /first_steps/3_1/slow_calculator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/3_1/slow_calculator.cpp -------------------------------------------------------------------------------- /first_steps/3_2/BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/3_2/BUILD -------------------------------------------------------------------------------- /first_steps/3_2/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/3_2/main.cpp -------------------------------------------------------------------------------- /first_steps/3_2/slow_calculator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrechnev/first_steps_mediapipe/HEAD/first_steps/3_2/slow_calculator.cpp --------------------------------------------------------------------------------