Min Dai

Results 3 issues of Min Dai

``` param_dict = dict() if params is not None: param_dict = extract_top_level_dict(current_dict=params) cur_output_rectified = self.rectifyNet(rectify_input, params=param_dict['rectifyNet']) + cur_output else: cur_output_rectified = self.rectifyNet(rectify_input) + cur_output ``` As the code above, the...

Hello,do you have any plans to share the implementation of the 2D differentiable polygon rendering method ? Looking forward to your reply, thanks a lot.