DMFN icon indicating copy to clipboard operation
DMFN copied to clipboard

Can i release the reproduction code ?

Open HannH opened this issue 4 years ago • 4 comments

Hi, I rewrite the DMFN model from your paper since i cant wait to see it's result. I want to know if i have the right to release the code and write a blog about your algorithm?

HannH avatar Mar 28 '20 02:03 HannH

@HannH Of course, welcome to release your reproduction code and post.

Zheng222 avatar Mar 28 '20 02:03 Zheng222

@HannH Of course, welcome to release your reproduction code and post.

I have released the code. But I'm not sure if align loss is writed in the right way. Could you check it? the code is here https://github.com/HannH/DMFN/blob/2ade61431e243734a9de54c9770856a6fca9ba8c/model/loss.py#L77

HannH avatar Mar 28 '20 10:03 HannH

@HannH https://github.com/HannH/DMFN/blob/2ade61431e243734a9de54c9770856a6fca9ba8c/model/loss.py#L84-L87 c_u_k = sum_u_v(self.coord_x * tar / sum_tar)

The values of meshgrid should be [-1, 1].

Zheng222 avatar Mar 29 '20 15:03 Zheng222

@HannH have u checked this ? I am trying to re-implement this as well. I wonder if your code is correct or not.

phongnhhn92 avatar Aug 17 '20 19:08 phongnhhn92