Is your feature request related to a problem? If so, Please describe.
Currently, Girder only automatically sync a video file and it's annotations if the file names match exactly. However, tracking models put "_tracks" at the end of the file. In the OSI Girder environment this becomes a problem because annotation files are not stored locally so manually uploading the annotation file is not as simple as if we were operating from the web or the desktop version and incurs additional cloud costs.
Describe the solution you'd like
Have the Girder match video files and their respective annotations based on the prefix of the filename. In other words, regardless if the file has "_detections" or "_tracks" at the end, it will still automatically sync with the video file and both will appear with the "Launch annotator" in Dive.
Describe alternatives you've considered
Have the annotation file only output the filename regardless of the type of model; however, I believe this could lead to confusion down the road.
@csbrown-noaa @BrendaTran
Is your feature request related to a problem? If so, Please describe.
Currently, Girder only automatically sync a video file and it's annotations if the file names match exactly. However, tracking models put "_tracks" at the end of the file. In the OSI Girder environment this becomes a problem because annotation files are not stored locally so manually uploading the annotation file is not as simple as if we were operating from the web or the desktop version and incurs additional cloud costs.
Describe the solution you'd like
Have the Girder match video files and their respective annotations based on the prefix of the filename. In other words, regardless if the file has "_detections" or "_tracks" at the end, it will still automatically sync with the video file and both will appear with the "Launch annotator" in Dive.
Describe alternatives you've considered
Have the annotation file only output the filename regardless of the type of model; however, I believe this could lead to confusion down the road.
@csbrown-noaa @BrendaTran