Quick Function Reference
The following table lists all the functions defined in the vitis::ai::Movenet class:
| Type | Member | Arguments |
|---|---|---|
| std::unique_ptr< Movenet > | create |
|
MovenetResult
|
run |
|
std::vector<
MovenetResult
> |
run |
|
| int | getInputWidth |
|
| int | getInputHeight |
|
| size_t | get_input_batch |
|