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

Support of submitting massive number of video shots to the system #483

Open
nikkiwoo-gh opened this issue Jul 5, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@nikkiwoo-gh
Copy link

nikkiwoo-gh commented Jul 5, 2024

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.

@nikkiwoo-gh nikkiwoo-gh added the enhancement New feature or request label Jul 5, 2024
@nikkiwoo-gh nikkiwoo-gh closed this as not planned Won't fix, can't repro, duplicate, stale Jul 5, 2024
@nikkiwoo-gh nikkiwoo-gh reopened this Jul 5, 2024
@nikkiwoo-gh nikkiwoo-gh changed the title Batch Support of submitting massive video shots to the system Jul 5, 2024
@nikkiwoo-gh nikkiwoo-gh changed the title Support of submitting massive video shots to the system Support of submitting massive number of video shots to the system Jul 5, 2024
@sauterl
Copy link
Collaborator

sauterl commented Jul 5, 2024

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:

  1. How do you plan to judge these 10k submissions? The typical AVS setup (and the task type preset) are set for manual judgement, which seems to be off-limits with 10k submisisons.
  2. How did you upload the submissions currently?

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:

  1. Designing and building the evaluation (admin)
  2. Orchestrating / directing the evaluation (admin)
  3. Manual judgement of incoming submissions in certain cases (judge)
  4. Getting information abou the (ongoing) evaluation, particularly the task (participant)

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 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants