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

Measurement exporter exports detection information of all images #1

Open
MarkZaidi opened this issue Aug 16, 2021 · 0 comments
Open

Comments

@MarkZaidi
Copy link
Owner

In line 60,

def imagesToExport = project.getImageList()

Indicates that all images in the project will attempt to have their detections be exported during the "Measurement Export" stage of the benchmark. Currently, this does not affect the accuracy or performance of the benchmark as there is only one image, but when adding more images in future versions, this can have unintended consequences.

To fix: change line to something like project.getCurrentImage() or whatever the command is. Not a lot of documentation on this unfortunately, but shouldn't be hard to figure out.

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

No branches or pull requests

1 participant