Jeonghoon Lee

Results 4 comments of Jeonghoon Lee

> @mikedh After long trial and error I found this method to fix it: > > ``` > def cross_section(mesh, plane_origin=[0,0,0], plane_normal=[1,0,0]): > > slice_ = mesh.section(plane_origin=plane_origin, > plane_normal=plane_normal) >...

@StephenRUK Hello, First of all, thank you for implementing such a useful tool. I am curious if the issues that was brought up previously, precision dropping early & testing with...

If your data is already grayscale. Just add following parameters when you run `train.py`. `--input_nc 1 --output_nc 1`