Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final Version #124

Closed
wants to merge 3 commits into from
Closed

Final Version #124

wants to merge 3 commits into from

Conversation

joeyhlu
Copy link

@joeyhlu joeyhlu commented Nov 12, 2024

No description provided.

Copy link

@AaronWang04 AaronWang04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mostly LGTM, some nitpicks at detech landing pad that you can take a look at

result, box = bounding_box.BoundingBox.create(boxes_cpu[i])
if not result:
continue
assert box is not None

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

generally we return an error value (like None) instead of asserting which is then caught at a layer above this (in the same way how if not result we skip it)

Comment on lines +126 to +127
if not result:
continue

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the more common practice is to disregard the whole image taken if any of its bounding box has an error (faulty data essentially)

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.

2 participants