JR9124

Results 3 comments of JR9124

The sum of Q in get_3DmFV in utils.py is not equal to 1 while you enforce the sum of Q to be 1 in get_3dmfv in tf_util.py. That's the reason....

Thanks for your advice. I have tested the code by changing ` w_p = p_per_point Q = w_p # enforcing the assumption that the sum is 1` to ` w_p...

Hi, @NatholBMX I have also met the problem as you stated. I try to solve the problem as the following way: I think the main reason caused these link errors...