An example of why expertise still matters even when using LLMs.
I am doing some work on estimating the complexity of segmentation borders. To do this, I calculate the gradient along the segmentation border using the Sobel operator (a convolution with an edge-detection kernel). This was mostly coded by Github Copilot. However, can you tell something is strange about the result on the right?
