Noblis / INVSC-janice

An open API for computer vision algorithms
https://noblis.github.io/janice/
Other
9 stars 4 forks source link

Test harness template creation limited to stills only #19

Closed taa01776 closed 6 years ago

taa01776 commented 6 years ago

Which is OK for CS5, but not for IJB-C. In particular, the code in janice_enroll_detections.cpp calls janice_create_detection_from_rect on each line of the input file, rather than giving our code the chance to create a track from multiple entries with the same SIGHTING_ID. Obviously we can all build our own harnesses, or just abandon IJB-C, but it seems like this would be a case worth handling.

JordanCheney commented 6 years ago

@taa01776 Agreed, I will update the harness

JordanCheney commented 6 years ago

@carlosdcastillo fleshed this out further in #25, I'm going to close this in favor of that issue. Please track the changes there