stylealign
stylealign copied to clipboard
[ICCV 2019]Aggregation via Separation: Boosting Facial Landmark Detector with Semi-Supervised Style Transition
Bumps [numpy](https://github.com/numpy/numpy) from 1.13.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.2.1 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.2.1 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.2.0.7 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Hi, this is a great work. After study, I have several questions: 1. If I wanna improve my model with your augmentation, can I just download your augmented dataset and...
Hi, thanks for your work. Can you provide the pretrained model by torch? I am very lucky if you reply.
Hi! First of all, congratulations on your work! Could you please provide the runtime of the algorithm for processing one frame (on CPU and GPU)?
Hello, I am very happy to share your paper's code regarding stylealign. Currently, I can not find the checkpoint that you trained. Could you share the checkpoint file that you...
Hi! Thanks for your wonderful code. First, In your pytorch code, the size of input images is 128*128*3, have you tested for 256*256*3, can the network provide similar result on...