KO
|
EN
gitlite — search
Search
#react
#javascript
#python
#android
#nodejs
#wordpress
#redux
#linux
#swift
#hacktoberfest
#unity
#python3
FCSR-GAN
★ 44
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
FCSWatch
:
Run standard fsharp codes in watch mode
FCStereo
:
[CVPR'22] Revisiting Domain Generalized Stereo Matching Networks from a Feature Consistency Perspective
HSE-FCS-SE-1-year
:
No description available.
Stepper-FOC-MPC
:
Vector control of a two-phase PMSM (aka stepper motor) using a traditional PI control, a deadbeat predictive controller and Finite-Control-Set Model Predictive Control (FCS-MPC)
FCStudios_SubnauticaMods
:
Mods made for Subnautica Game
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
FCSR-GAN
?
Download (.md)
# FCSR-GAN This is the source code for paper "FCSR-GAN: Joint Face Completion and Super-resolution via Multi-task Learning" </br> <img src="./img/network_architecture.png" width = "800px" height = "293px" align=center /> ## Experiment result <img src="./img/res.png" width = "800px" height = "328px" align=center /> ## Environment requirest This code is based on Pytorch 0.4.1 and CUDA 8.0. ## Pre-processing All the faces are processed using the [SeetaFace Engineer](https://github.com/seetaface/SeetaFaceEngine) and [GFC](https://github.com/Yijunmaverick/GenerativeFaceCompletion). ## Dataset We use the standard train&test split of the [CelebA](http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html) dataset. ## License This project is released under the [Apache 2.0 license](LICENSE). ## Citation If you find this work useful, please cite our papers with the following bibtex: ``` @article{FCSRGAN_TBIOM, title = {{FCSR-GAN}: Joint Face Completion and Super-resolution via Multi-task Learning}, author = {Jiancheng, Cai and Hu, Han and Shiguang, Shan and Xilin, chen}, journal= {IEEE Transactions on Biometrics, Behavior, and Identity Science}, year={2019} } @article{FCSRGAN_FG, title = {{FCSR-GAN}: End-to-end Learning for Joint Face Completion and Super-resolution}, author = {Jiancheng, Cai and Hu, Han and Shiguang, Shan and Xilin, chen}, title = {FCSR-GAN: End-to-end learning for joint face completion and super-resolution}, booktitle = {Proc. IEEE FG}, pages = {1--8}, year = 2019 } ```