Git Product home page Git Product logo

Comments (9)

tomguluson92 avatar tomguluson92 commented on September 18, 2024 2

Hi, I think a np.clip(uv_map, 0, 1) should be added here to fix this problem?

from prnet_pytorch.

tomguluson92 avatar tomguluson92 commented on September 18, 2024 1

Hi, I have inference stage finished and upload my test model results/latest.pth, you can test it!

However, I found there may be some mistakes in the original face3d repo. I will strive to fix that in the coming days.

from prnet_pytorch.

kongyulian99 avatar kongyulian99 commented on September 18, 2024

Hi, I have inference stage finished and upload my test model results/latest.pth, you can test it!
However, I found there may be some mistakes in the original face3d repo. I will strive to fix that in the coming days.

The author don't say how to normalize pos_map label, when the output of resfcn256 is in [0, 1] range and *.npy have some negative elements.

from prnet_pytorch.

tomguluson92 avatar tomguluson92 commented on September 18, 2024

Hi, I have inference stage finished and upload my test model results/latest.pth, you can test it!
However, I found there may be some mistakes in the original face3d repo. I will strive to fix that in the coming days.

The author don't say how to normalize pos_map label, when the output of resfcn256 is in [0, 1] range and *.npy have some negative elements.

Hi, I just follow the process as same as the original repo. Do you mean that there may be some problems about normalization in face3d ?

from prnet_pytorch.

kongyulian99 avatar kongyulian99 commented on September 18, 2024

Hi, I have inference stage finished and upload my test model results/latest.pth, you can test it!
However, I found there may be some mistakes in the original face3d repo. I will strive to fix that in the coming days.

The author don't say how to normalize pos_map label, when the output of resfcn256 is in [0, 1] range and *.npy have some negative elements.

Hi, I just follow the process as same as the original repo. Do you mean that there may be some problems about normalization in face3d ?

I think problems are in traning part, because *.npy labels have some negative elements, but the output of resfcn256 is Sigmoid which output range is [0, 1]. Your labels:
image only devided by 255.0? But I don't know how to normalize the labels by the way @@!

from prnet_pytorch.

kongyulian99 avatar kongyulian99 commented on September 18, 2024

image
This is my final results.

from prnet_pytorch.

tomguluson92 avatar tomguluson92 commented on September 18, 2024

image
This is my final results.

Looks good to me, good job~

from prnet_pytorch.

MontaEllis avatar MontaEllis commented on September 18, 2024

image
This is my final results.

Hi, I want to know how you can get such a good result. I can train and forward, but the result is poor.

from prnet_pytorch.

tomguluson92 avatar tomguluson92 commented on September 18, 2024

image
This is my final results.

Hi, I want to know how you can get such a good result. I can train and forward, but the result is poor.

Based on my own view, you simply need more training data to make your network more robust. 300WLP provided by me is not enough for a precise high-varied viewpoint adaptive model.

from prnet_pytorch.

Related Issues (16)

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.