Project import generated by Copybara.
GitOrigin-RevId: 08c2016a4df5aef571b464a4d4491f38c6b2af10
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Experimental new APIs
|
||||
# New MediaPipe APIs
|
||||
|
||||
This directory defines new APIs for MediaPipe:
|
||||
|
||||
@@ -6,13 +6,12 @@ This directory defines new APIs for MediaPipe:
|
||||
- Builder API, for assembling CalculatorGraphConfigs with C++, as an alternative
|
||||
to using the proto API directly.
|
||||
|
||||
The code is working, and the new APIs interoperate fully with the existing
|
||||
framework code. They are considered a work in progress, but are being released
|
||||
now so we can begin adopting them in our calculators.
|
||||
The new APIs interoperate fully with the existing framework code, and we are
|
||||
adopting them in our calculators. We are still making improvements, and the
|
||||
placement of this code under the `mediapipe::api2` namespace is not final.
|
||||
|
||||
Developers are welcome to try out these APIs as early adopters, but should
|
||||
expect breaking changes. The placement of this code under the `mediapipe::api2`
|
||||
namespace is not final.
|
||||
Developers are welcome to try out these APIs as early adopters, but there may be
|
||||
breaking changes.
|
||||
|
||||
## Node API
|
||||
|
||||
|
||||
Reference in New Issue
Block a user