[pull] main from sensity-ai:main#2
Open
pull[bot] wants to merge 59 commits intosecurity-geeks:mainfrom
Open
Conversation
* 📝 update README * ➖ remove gdown dependency
* 📝 add CHANGELOG - 🐛 fix version * 📝 update README * 👷 add github templates * ✏️ fix typo * 🔥 remove divider * 👷 update issue templates * 🔥 remove empty fields from templates * 📝 add stars badge * 🐛 fix url * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Giorgio Patrini <giorgiop@users.noreply.github.com>
* ✨ add cam_exists * ✅ fix unit test * ♻️ refactor cam_exists() logic * 🐛 fix pre-commit errors
* ⚡ update dot main to accept config file * 🔧 add config files for all available options * 📝 update usage instructions in README * 📝 update doc to run dot without camera
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.1 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](numpy/numpy@v1.21.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* updated python version to 3.8 * Update environment-gpu.yaml
* requirements changes now trigger CI * 📝 update CHANGELOG Co-authored-by: Ajinkya Indulkar <26824103+AjinkyaIndulkar@users.noreply.github.com>
* 👷 update build-dot workflow check pip location * 💚 fix python3.8 pip cache location * 📝 update python badge version - 📝 update CHANGELOG
* path concatenation fix * Update file name * Remove duplicate line Co-authored-by: Ajinkya Indulkar <26824103+AjinkyaIndulkar@users.noreply.github.com> Co-authored-by: ghassen_chaabouni <ghassen@sensity.ai>
* 📝 add dynamic list of contributors * 📝 minor change * 📝 minor change * 📝 update CHANGELOG
* 🍱 add video asset * ✨ add demo notebook * 📝 add "open in colab" button * 📝 update doc * ⚡ update notebook * 📝 update CHANGELOG
* ➕ add kornia dependency * ⚡ replace cv2.warpAffine with ko_transform.warp_affine kornia's warp_affine function can perform affine transformation on CUDA * Fix errors * Fix error with use_mask * Add kornia to setup.cfg * Fix setup.cfg * Refactor use_gpu conditions * Remove TODO * Clean numpy and torch conversions * Fix quality issue * Clean numpy and torch conversions 2 * Fix review issues * Clean condition * Move operations out of the loop * Update CHANGELOG.md * Fix quality issue with video swap * Remove duplicate line * Update CHANGELOG.md Co-authored-by: ghassen_chaabouni <ghassen@sensity.ai> Co-authored-by: Ghassen Chaabouni <ghassen1302@live.com>
* 📝 update diagram to use mermaid syntax * 📝 update syntax * ✏️ fix typo * 📝 update syntax * 🔧 update pre-commit config * 🎨 pre-commit linting * 👷 update CI workflows * 🔧 update pre-commit config * 🔧 update conda cpu env file * 🚚 move under src/ * 🔧 update setup.cfg * ⬆️ lock requirements * 📝 update README * 🔧 update pre-commit config * 🔧 update setup.cfg * 📝 update CHANGELOG * 📝 minor change * ➕ add kornia dependency * 👷 update build-and-test workflow * 🔧 minor update * 🔥 remove llvmlite from conda env file
* update README with speed metrics * Update README.md Co-authored-by: Ajinkya Indulkar <26824103+AjinkyaIndulkar@users.noreply.github.com> * Update README.md Co-authored-by: Ghassen Chaabouni <ghassen1302@live.com> Co-authored-by: Ajinkya Indulkar <26824103+AjinkyaIndulkar@users.noreply.github.com> Co-authored-by: Ghassen Chaabouni <ghassen1302@live.com>
* updated README and CONTRIBUTING * Update README.md Co-authored-by: Ajinkya Indulkar <26824103+AjinkyaIndulkar@users.noreply.github.com> * Update README.md Co-authored-by: Ajinkya Indulkar <26824103+AjinkyaIndulkar@users.noreply.github.com> * 📝 update CHANGELOG Co-authored-by: Ajinkya Indulkar <26824103+AjinkyaIndulkar@users.noreply.github.com>
fix mermaid flowchart
…ulator (#45) * Update config path * Update readme * Update Android emulator * Update CHANGELOG * Fix review issues
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>
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](certifi/python-certifi@2022.06.15...2022.12.07) --- updated-dependencies: - dependency-name: certifi 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>
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.1 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@9.1.1...9.3.0) --- updated-dependencies: - dependency-name: pillow 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> Co-authored-by: Giorgio Patrini <giorgiop@users.noreply.github.com>
* 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>
Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.38.1. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.37.1...0.38.1) --- updated-dependencies: - dependency-name: wheel 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>
Bumps [ipython](https://github.com/ipython/ipython) from 8.4.0 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@8.4.0...8.10.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update config path * Add a graphical interface for dot * Update the documentation * Update CHANGELOG * Add code documentation * Fix typo * Fix review issues * Add a usage example * Update ubuntu in workflows * Update requirements * Update isort * Update README * Update README
Bumps [scipy](https://github.com/scipy/scipy) from 1.7.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.7.0...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.25.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
*Total -- 725.16kb -> 674.30kb (7.01%) /data/potter.jpg -- 282.08kb -> 257.22kb (8.81%) /data/mona.jpg -- 248.75kb -> 231.00kb (7.14%) /data/obama.jpg -- 97.70kb -> 92.71kb (5.11%) /data/jobs.jpg -- 38.05kb -> 36.29kb (4.64%) /data/Pewdiepie.jpg -- 58.57kb -> 57.08kb (2.54%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
* Update config path * Add windows 10 executable * pyinstaller in reqs * Update link * Create docs for generating executable * Update CHANGELOG.md * Update CHANGELOG.md * Add steps to generate the executable
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](certifi/python-certifi@2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update ui, pytorch and doc * Run pre-commit and update requirememts * Fix typo * Fix typo * Update docs and version
* Replace torch inv by cupy on gpu * Revert the changes for cpu * Add the new executable to README * Update CHANGELOG.md * Add cuda to the build * Import cupy only when using GPU * Add cupy as a gpu option to setup.cfg * Update environment-cpu * Update environment-gpu * Update requirements and build * Remove cupy from requirements-dev * Reformat reverse2original * Update requirements-cpu.txt * Update requirements * Update environment files to use the requirements file * Revert build_dot * Remove cupy from setup.cfg
* solving warnings and minor errors * Reformat files --------- Co-authored-by: Ghassen-Chaabouni <ghassen1302@live.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.10 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.10...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 👷 metal performance shader * update readme * added m2 requirements * bump up torch and torchvision version * 👷 fix issue with paths and built bundle * 🔗 dot-macos.zip link * construction_worker: update README instructions * Update README.md * remove comment --------- Co-authored-by: Giorgio Patrini <giorgiop@users.noreply.github.com>
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.25.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@9.3.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* speed test + new app url * Update README.md * Update README.md --------- Co-authored-by: Giorgio Patrini <giorgiop@users.noreply.github.com>
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](certifi/python-certifi@2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.10 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.10...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add docker * Update docs and update Dockerfile with the new requirements * Add gdown installation * Upate unzip command * Add instructions for running docker with the webcam * fix typo and update port * Update CHANGELOG * Add dot installation in dockerfile * Remove cupy * Update README.md * Fix issues with the dockerfile and update ubuntu docker instructions * Install requirements in the base env
* Fix bug in video swap * Update colab notebook * Update CHANGELOG * Clear cell output * Fix code check
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.17...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update windows executable * Update CHANGELOG.md
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.13.0 to 5.13.1. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](pyinstaller/pyinstaller@v5.13.0...v5.13.1) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Trace error in CLI and UI * Update CHANGELOG * Update README * Update resnet18 model path * Update dot url * Update checkpoints url * Replace the function load_url * Update executable url
Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.34.4 to 4.43.0. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](fonttools/fonttools@4.34.4...4.43.0) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add video and image swap to the GUI * Update CHANGELOG.md * Restore CHANGELOG.md * Restore ui.py * Update ui * Update ui * Update CHANGELOG.md * Update executable
* Fix face alignment bug * Update links to the executable and to the checkpoints * fix lint and change onnxruntime version * Update CHANGELOG * Remove vcam plugin from readme * Update executable download url
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.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )