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

if one Adds the ImageSet out of order, the data manager doesnt have all the image sets #2

Open
twongjirad opened this issue Jan 9, 2019 · 0 comments
Assignees

Comments

@twongjirad
Copy link

If you do something like:

...
_alg_mgr.Add(img, meta, larocv::ImageSetID_t::kImageSetWire);
_alg_mgr.Add(img, meta, larocv::ImageSetID_t::kImageSetShower);
_alg_mgr.Add(img, meta, larocv::ImageSetID_t::kImageSetTrack);
...

This adds the image sets with IDs {0,2,1}. Running the algo chain, an algo complained that no SetID=2 was found. Adding in SetID=1 (tracks) probably cleared the images in SetID=2 (shower).

Not urgent at the moment, but might want to change this behavior at some point.

@twongjirad twongjirad self-assigned this Jan 9, 2019
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