You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the edge_smoothing function so that the function takes in bytes and outputs bytes. Currently it takes in and outputs numpy arrays for images, which breaks the rest of our code.
Implement main.py to connect all of the functions together into a single pipeline. Use the existing code we have as a reference and make sure the output is also in bytes.
The text was updated successfully, but these errors were encountered:
Branch:
improve-edge-smoothing
Task at Hand
edge_smoothing
function so that the function takes in bytes and outputs bytes. Currently it takes in and outputs numpy arrays for images, which breaks the rest of our code.main.py
to connect all of the functions together into a single pipeline. Use the existing code we have as a reference and make sure the output is also in bytes.The text was updated successfully, but these errors were encountered: