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
OS Platform and Distribution (e.g., Linux Ubuntu 22.04): ubuntu 24.04
Python version (python --version): 3.12.3
FiftyOne version (fiftyone --version): 1.3.0
FiftyOne installed from (pip or source): pip
Other info/logs
Include any logs or source code that would be helpful to diagnose the problem.
If including tracebacks, please include the full traceback. Large logs and
files should be attached. Please do not use screenshots for sharing text. Code
snippets should be used instead when providing tracebacks, logs, etc.
Willingness to contribute
The FiftyOne Community encourages bug fix contributions. Would you or another
member of your organization be willing to contribute a fix for this bug to the
FiftyOne codebase?
Yes. I can contribute a fix for this bug independently
Yes. I would be willing to contribute a fix for this bug with guidance
from the FiftyOne community
[ x] No. I cannot contribute a bug fix at this time
The text was updated successfully, but these errors were encountered:
Instructions
Thank you for submitting an issue. Please refer to our
issue policy
for information on what types of issues we address.
example:
Describe the problem
When evaluating a Utralytics yolo model on a dataset the reported map@50 is way lower than the one from ultralytics
Code to reproduce issue
here is a snippet of code for the eval (of course you still need to define your datasets & model & train it)
data.apply_model(model, label_field="predictions",confidence_thresh=conf)
System information
python --version
): 3.12.3fiftyone --version
): 1.3.0Other info/logs
Include any logs or source code that would be helpful to diagnose the problem.
If including tracebacks, please include the full traceback. Large logs and
files should be attached. Please do not use screenshots for sharing text. Code
snippets should be used instead when providing tracebacks, logs, etc.
Willingness to contribute
The FiftyOne Community encourages bug fix contributions. Would you or another
member of your organization be willing to contribute a fix for this bug to the
FiftyOne codebase?
from the FiftyOne community
The text was updated successfully, but these errors were encountered: