-
Notifications
You must be signed in to change notification settings - Fork 3
Description
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.