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

Scan for object detection #46

Merged
merged 7 commits into from
Aug 5, 2024
Merged

Conversation

bmalezieux
Copy link
Collaborator

No description provided.

@rabah-khalek rabah-khalek changed the base branch from object-detection to racoon-detection-demo July 26, 2024 13:24
Base automatically changed from racoon-detection-demo to object-detection July 26, 2024 13:25
Copy link
Contributor

@rabah-khalek rabah-khalek left a comment

Choose a reason for hiding this comment

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

looks lgtm, maybe one comment below

Comment on lines +11 to +22
def validation(cls, prediction_result: Types.prediction_result, ground_truth: Types.label, **kwargs) -> None:
"""Validate the input types for the metric calculation.

Args:
prediction_result (Types.prediction_result): The prediction result to evaluate.
labels (Dict[str, Iterable[float]]): Ground truth for object detection.

Raises:
ValueError: If the input types are incorrect.

"""
pass
Copy link
Contributor

Choose a reason for hiding this comment

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

why?

Copy link
Contributor

Choose a reason for hiding this comment

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

tbd

@rabah-khalek rabah-khalek merged commit 8578788 into object-detection Aug 5, 2024
5 checks passed
@rabah-khalek rabah-khalek deleted the object-detection-scan branch August 5, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants