Code Monkey home page Code Monkey logo

tbgan's People

Contributors

barisgecer avatar tkarras avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tbgan's Issues

Question about the outputs of the pre-trained model

Hello, thanks for your work!

I have a question about the outputs of the pre-trained model. We acquired the pre-trained model from this link. However, our outputs are not the same as those presented in the paper. Unlike the presented results, our results don't generate neck parts of the 3D faces.

Is there any additional processing part to add neck parts to our results?

I am attaching one of our results and a result from the paper.
output
paper-result

Thank you.

test error

Hi,when I run python test.py, it has problem like following picture. How to solve this? @barisgecer
image

Input vectors for the results on the paper

Hello, thanks for your work!

I'm doing experiments for my graduation project, and I'd like to make sure they're consistent with your research. Do you have input vectors or seed values for the faces on your paper?

Thank you.

About training strategy

Hi, I'm following your work! And I wonder if your network adopts some training strategies like ProGAN does, such as progressive growth.

Strange outputs of the pre-trained models

Hi, thank you for your excellent work!
I have acquired the pre-trained model from this link. However, when I run python test.py, the output image is quite strange (shown as follow) and I couldn't get a 3D face.
image
I have followed #6 and the modification of test.py is as follow:

if __name__ == "__main__":
    misc.init_output_logging()
    np.random.seed(config_test.random_seed)
    print('Initializing TensorFlow...')
    os.environ.update(config_test.env)
    tfutil.init_tf(config_test.tf_config)
    print('Running %s()...' % config_test.train['func'])
    # tfutil.call_func_by_name(**config_test.train)
    from util_scripts import generate_interpolation_images
    config_test.num_gpus = 1
    config_test.desc = 'interpolation-images-' + str(config_test.train.run_id)
    generate_interpolation_images(run_id=32, grid_size=[1,1], duration_sec=5.0, smoothing_sec=0.1)
    print('Exiting...')

#----------------------------------------------------------------------------

I don't know what's wrong with my code and how to fix this problem. Can you help me?

Pretrained weights

Hello, thank you for releasing the code for this amazing research. Do you plan or releasing the weights from your training?

Questions about the detail normal map

Hi, thanks for your great job!

However, I am a little confused about the identity-generic maps. As mentioned in the paper, the detailed normal map for skin pores, one of the generic maps, should be added on the identity-specific map for improved rendering. How can we get this detailed normal map? Is there any ground truth for the skin pores?

Looking forward for your reply, thanks a lot!

Question about the normal UVmap?

Hi, I have a question about normal UVmap after reading your paper. The vertices of face can obtain directly from shape UVmap, so the normal UVmap is for recalculating the vertice coordinates to improve the face mesh precision or it is only used to render face obj?

Queries about dataset_tool.py

While following the steps mentioned in the readme.md file, I encountered an error for preparing the dataset. create_from_pkl_img_norm function from dataset_tool.py requires some .pkl files and texture,shape,normals which are not provided in the code. I have downloaded the FFHQ dataset and the tfrecords.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.