Skip to content

Conversation

cseas
Copy link

@cseas cseas commented Apr 7, 2019

Fix iou() function. The previous code doesn't pass through the grader and scores 0 for the particular graded function.
Implemented the code as suggested in the exercises by using max() function instead of np.max() and returning 0 if the height or width are negative.

@shaoanlu

cseas added 3 commits April 7, 2019 12:05
Fix iou() function. The previous code doesn't pass through the grader and scores 0 for the particular graded function.
Implemented the code as suggested in the exercises by using max() function instead of np.max() and returning 0 if the height or width are negative.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant