Giter Site home page Giter Site logo

Comments (5)

csxmli2016 avatar csxmli2016 commented on September 2, 2024

Hi, Excuse me,
when I just Run the Face_Restoration function with aligned image(512*512), it occured to a question :
"################ Error in enhancing this image: input and output sizes should be greater than 0, but got input (H: 16, W: 0) output (H: 40, W: 40)"
I checked the class UNetDictFace in network.py carefully, i find:
cur_feature is the shape of [1, 128, 256, 256];
mo_location is the shape of [4],and its value is [205, 288, 242, 325];
then ;
MO_feature = cur_feature[:,:,mo_location[1]:mo_location[3],mo_location[0]:mo_location[2]].clone();
it didn't work that the value would cross the border of cur_feature.

some pics work, but some pics didn't work.
Could u tell me the reason?
thx very much!!

Can you send me the pics that did not work? I think I should debug it to find the reason.

from dfdnet.

Ricelll avatar Ricelll commented on September 2, 2024

Hi, Excuse me,
when I just Run the Face_Restoration function with aligned image(512*512), it occured to a question :
"################ Error in enhancing this image: input and output sizes should be greater than 0, but got input (H: 16, W: 0) output (H: 40, W: 40)"
I checked the class UNetDictFace in network.py carefully, i find:
cur_feature is the shape of [1, 128, 256, 256];
mo_location is the shape of [4],and its value is [205, 288, 242, 325];
then ;
MO_feature = cur_feature[:,:,mo_location[1]:mo_location[3],mo_location[0]:mo_location[2]].clone();
it didn't work that the value would cross the border of cur_feature.
some pics work, but some pics didn't work.
Could u tell me the reason?
thx very much!!

Can you send me the pics that did not work? I think I should debug it to find the reason.

emm..sorry, I find my pics are not aligned.
I put the pic(the size is (102, 112, 3)) and the landmark to Face_Restoration function, it works.results are as follows.
zhu_tuhaojin_1596692300695
------>
zhu_tuhaojin_1_1596692300695
But the same pic(resize it to (2693, 4096, 3)) didn't work.
zhu_tuhaojin_ff

from dfdnet.

csxmli2016 avatar csxmli2016 commented on September 2, 2024

Hi, Excuse me,
when I just Run the Face_Restoration function with aligned image(512*512), it occured to a question :
"################ Error in enhancing this image: input and output sizes should be greater than 0, but got input (H: 16, W: 0) output (H: 40, W: 40)"
I checked the class UNetDictFace in network.py carefully, i find:
cur_feature is the shape of [1, 128, 256, 256];
mo_location is the shape of [4],and its value is [205, 288, 242, 325];
then ;
MO_feature = cur_feature[:,:,mo_location[1]:mo_location[3],mo_location[0]:mo_location[2]].clone();
it didn't work that the value would cross the border of cur_feature.
some pics work, but some pics didn't work.
Could u tell me the reason?
thx very much!!

Can you send me the pics that did not work? I think I should debug it to find the reason.

emm..sorry, I find my pics are not aligned.
I put the pic(the size is (102, 112, 3)) and the landmark to Face_Restoration function, it works.results are as follows.
zhu_tuhaojin_1596692300695
------>
zhu_tuhaojin_1_1596692300695
But the same pic(resize it to (2693, 4096, 3)) didn't work.
zhu_tuhaojin_ff

Very strange. Both images ( (102, 112, 3), (2693, 4096, 3)) work well in my computer. Do you use our new code? Or did you change our code (except these four parameters in command)? With the released code, I didn't reproduce your problem.

from dfdnet.

Ricelll avatar Ricelll commented on September 2, 2024

Hi, Excuse me,
when I just Run the Face_Restoration function with aligned image(512*512), it occured to a question :
"################ Error in enhancing this image: input and output sizes should be greater than 0, but got input (H: 16, W: 0) output (H: 40, W: 40)"
I checked the class UNetDictFace in network.py carefully, i find:
cur_feature is the shape of [1, 128, 256, 256];
mo_location is the shape of [4],and its value is [205, 288, 242, 325];
then ;
MO_feature = cur_feature[:,:,mo_location[1]:mo_location[3],mo_location[0]:mo_location[2]].clone();
it didn't work that the value would cross the border of cur_feature.
some pics work, but some pics didn't work.
Could u tell me the reason?
thx very much!!

Can you send me the pics that did not work? I think I should debug it to find the reason.

emm..sorry, I find my pics are not aligned.
I put the pic(the size is (102, 112, 3)) and the landmark to Face_Restoration function, it works.results are as follows.
zhu_tuhaojin_1596692300695
------>
zhu_tuhaojin_1_1596692300695
But the same pic(resize it to (2693, 4096, 3)) didn't work.
zhu_tuhaojin_ff

Very strange. Both images ( (102, 112, 3), (2693, 4096, 3)) work well in my computer. Do you use our new code? Or did you change our code (except these four parameters in command)? With the released code, I didn't reproduce your problem.

thank u very much.
I will check my code and try ur new code.
Thanks again.

from dfdnet.

csxmli2016 avatar csxmli2016 commented on September 2, 2024

Hi, Excuse me,
when I just Run the Face_Restoration function with aligned image(512*512), it occured to a question :
"################ Error in enhancing this image: input and output sizes should be greater than 0, but got input (H: 16, W: 0) output (H: 40, W: 40)"
I checked the class UNetDictFace in network.py carefully, i find:
cur_feature is the shape of [1, 128, 256, 256];
mo_location is the shape of [4],and its value is [205, 288, 242, 325];
then ;
MO_feature = cur_feature[:,:,mo_location[1]:mo_location[3],mo_location[0]:mo_location[2]].clone();
it didn't work that the value would cross the border of cur_feature.
some pics work, but some pics didn't work.
Could u tell me the reason?
thx very much!!

Can you send me the pics that did not work? I think I should debug it to find the reason.

emm..sorry, I find my pics are not aligned.
I put the pic(the size is (102, 112, 3)) and the landmark to Face_Restoration function, it works.results are as follows.
zhu_tuhaojin_1596692300695
------>
zhu_tuhaojin_1_1596692300695
But the same pic(resize it to (2693, 4096, 3)) didn't work.
zhu_tuhaojin_ff

Very strange. Both images ( (102, 112, 3), (2693, 4096, 3)) work well in my computer. Do you use our new code?

Hi, Excuse me,
when I just Run the Face_Restoration function with aligned image(512*512), it occured to a question :
"################ Error in enhancing this image: input and output sizes should be greater than 0, but got input (H: 16, W: 0) output (H: 40, W: 40)"
I checked the class UNetDictFace in network.py carefully, i find:
cur_feature is the shape of [1, 128, 256, 256];
mo_location is the shape of [4],and its value is [205, 288, 242, 325];
then ;
MO_feature = cur_feature[:,:,mo_location[1]:mo_location[3],mo_location[0]:mo_location[2]].clone();
it didn't work that the value would cross the border of cur_feature.
some pics work, but some pics didn't work.
Could u tell me the reason?
thx very much!!

Can you send me the pics that did not work? I think I should debug it to find the reason.

emm..sorry, I find my pics are not aligned.

Very strange. Both images ( (102, 112, 3), (2693, 4096, 3)) work well in my computer. Do you use our new code? Or did you change our code (except these four parameters in command)? With the released code, I didn't reproduce your problem.

thank u very much.
I will check my code and try ur new code.
Thanks again.

This is the result that takes the input with 2693*4096.

err2d

from dfdnet.

Related Issues (20)

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.