Open nikkiwoo-gh opened 4 months ago
Thanks for your issue.
I try to use the DRES system for AVS annotation.
I assume you are trying to evaluate Ad-hoc Video Search (AVS) system(s) ? DRES is for evaluations, not to annotate a dataset (and export this information).
As for now, DRES is primarily build for interactive evaluation campaigns, where AVS submissions tend to be less than 2.5k submissions simultaneously -- we never tried to have 10k submissions so far.
Before considering this feature request, we'd need some more information:
I wander if the system can have the upload button at the front (UI) for submission
The frontend (UI) of DRES is designed and build for these use cases:
Intentionally, there is no UI for submissions, as this should be facilitated using the REST API for clients - did you try this? (There is an OpenApi UI for this: https://editor.swagger.io/?url=https://raw.githubusercontent.com/dres-dev/DRES/master/doc/oas-client.json )
Is your feature request related to a problem? Please describe. I try to use the DRES system for AVS annotation. I have a pool of video shots needed to submit to the DRES system for evaluation, e.g., 10k video shots for each query. Currently, I use the API to submit the video shots. However, I cannot submit too many at a time and it is time-consuming for submitting the pool.
Describe the solution you'd like I wander if the system can have the upload button at the front (UI) for submission. Thus, I can submit the pool by uploading a file. The file lists the video shots.
Describe alternatives you've considered allow submissions of larger batch size. Currenctly, it is less than 300?
Additional context Can I change the batch size of submission before building DRES? if so, where I can change.
Thanks a lot.