GenerativeFaceCompletion icon indicating copy to clipboard operation
GenerativeFaceCompletion copied to clipboard

The source code of CVPR17 'Generative Face Completion'.

Results 17 GenerativeFaceCompletion issues
Sort by recently updated
recently updated
newest added

Hi, I tried testing your pretrained Model_G provided [here](https://drive.google.com/open?id=0B8_MZ8a8aoSeQlNwY2pkRkVIVmM). I tested a sample image that comes in the ./matlab/FaceCompletion_testing/TestImages/ folder with your pretrained model using the ./matlab/FaceCompletion_testing/demo_face128.m file. However, the...

Hello, im wondering what is the combination of Ubuntu, MATLAB, gcc, g++, cuda and cudnn to build matcaffe? I have Ubuntu 16.04 with gcc 5.4, CUDA 9.2 and cudnn 7.5....

hero , when run the 'demo_face128.m',I encounter a problem 'Matlab has encountered an internal problem and needs to close',what should i do ? i use cuda 8.0 cudnn 5.1 matlab...

Hi, I train the model only with the reconstruction loss, than using the caffemodel to do the next train. However, I cannot obtain the expect result. So, dose it means...

Hello, I have read this paper. I'd like to use this network to process images much larger than 128X128 and the fully-connected layers (FC) will limit the dimension of input,so...

hi,python how to run thanks

I have encountered a problem when I ran the demo_GFC_training.m, the output always be the same color in a small phase, and the parsing always orange color . I dont't...

@Yijunmaverick when i ran the demo.training.m for training , the matlab showed these errors,: Error in caffe.get_solver (line 7) pSolver = caffe_('get_solver', solver_file); Error in caffe.Solver (line 22) self =...

I use matlab2015b. When I run ./matlab/FaceCompletion_training/demo_GFC_training.m, it shows caffer error(undefined caffe or caffe.Solver). I find the error word is 'Solver_ = caffe.Solver(solver_file)' in GFC_caffeinit.m. Have you meet this problem,...