Update README and add instructions for running dot with an Android emulator#45
Merged
Conversation
giorgiop
reviewed
Sep 19, 2022
giorgiop
approved these changes
Sep 19, 2022
vassilispapadop
added a commit
that referenced
this pull request
Dec 12, 2022
* use fomm offline * video_pipeline for fomm and simswap * unused var * head pose estimation checks * head pose mediapipe * updated video_utils * Update README and add instructions for running dot with an Android emulator (#45) * Update config path * Update readme * Update Android emulator * Update CHANGELOG * Fix review issues * ⬆️ Bump protobuf from 3.20.1 to 3.20.2 (#46) Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 3.20.2. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.20.1...v3.20.2) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update .pre-commit-config.yaml * updated docstring and added reference * added HEAD_POSE_LANDMARKS * removed duplicate code * value error message * README offline usage * np.random.shuffle * video_pipeline: crop size optional * updated run without cam instructions * added use_gpu flag to docs * added head_pose flag: used only by FOMM * removed unnecessary code * face landmarks ref/link Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Ghassen <ghassen1302@live.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Giorgio Patrini <giorgiop@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds instructions on running dot with an Android emulator and adds an installation note.
Fixes #44
Changelog:
Added: