Skip to content

Bugfix/mace arg parse

Yang, Diyu requested to merge bugfix/mace_arg_parse into master

Created by: dyang37

Bug fix for incorrect denoiser_args unpacking in mace3D. For more details please see #36 (closed) . Tested demo_mace_3D.py and demo_mace_3D_fast.py, and both demo work. Also tested with denoiser function that accepts two additional arguments (i.e. denoiser_args contains two elements), which is the real reason why we implement this bug fix. The function and test script is not in this branch. To test this yourself please checkout experiments/metal_weld_mace3D.py and demo/denoiser_utils.py from branch lilly_experiments.

Merge request reports