pv-vision
pv-vision copied to clipboard
pv_vision.transform_crop._cell_crop.detect_vertical_lines needs debugging
Was trying to run through tutorials/transform_split.ipynb and noticing a couple of issues.
- Easy to fix - when
detect_vertical_lines( )callssplit_img( ), an incorrect keyword is used (splitinstead ofn_split) which raises an error - More involved fix -
IndexErroris raised whendetectoutliers( )is called bydetect_vertical_lines( )in line 364. The error is triggered by line 125 indetectoutliers( ). Not sure what is causing this.
Thanks for the comments. I have fix the bug and tutorials/transform_split.ipynb can run without error now.
Can you provide more details of your second issue? I cannot repeat what you described.