-
Notifications
You must be signed in to change notification settings - Fork 59
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
[server] Define how to handle results analysis #174
Comments
Hi @yomguy, do you have time to have a look at this ? |
Here is the workflow:
There are 4 types of data :
@Tointoin please provide a property to Processor defining its data type @Tointoin please serialize the MIME type of the result which is already a model field. |
Thanks @yomguy ! Just some minor ajustements:
The docs state that the createAnalysisTrack operation is expected an Are you ok if I edit your comment to clarify which steps should be done from the API and which steps should be done from the client ? e.g.
I'll start implementing the results on the player once #191 is fixed. |
Some additional questions :) What are the expected values of
|
Once again, thanks @yomguy for this spec!
a priori not necessary for now given the workflow, the fact that mime_type is arealdy in
result's MIME type is already serialized (no link with the one of the item here). What I have to do ASAP is:
@yomguy please note that it will have to be redefine properly for a |
@gnuletik possible
Available in
"Uggliest part here", you'll have to deal with
examples here:
for our beloved beat it test item 😉 This route is not
|
… factorize it with get_or_run_proc_result
What is the workflow and all the cases to handle results analysis ?
We may not implement the framewise analysis and only take timewise analysis into account now.
We may need to :
Some routes may be removed in the future.
For example,
/visual
currently returns the static string:details
The text was updated successfully, but these errors were encountered: