We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SELECT FIRST(id), MVITActionRecognition(SEGMENT(data)) FROM MyVideo WHERE id < 32 GROUP BY "16f" works fine.
SELECT FIRST(id), MVITActionRecognition(SEGMENT(data)) FROM MyVideo WHERE id < 32 GROUP BY "16f"
SELECT FIRST(id), MVITActionRecognition(SEGMENT(data)) FROM MyVideo GROUP BY "16f" fails.
SELECT FIRST(id), MVITActionRecognition(SEGMENT(data)) FROM MyVideo GROUP BY "16f"
The text was updated successfully, but these errors were encountered:
Is this issue still valid?
Sorry, something went wrong.
I think it is still there since no fix has been implemented yet.
pchunduri6
No branches or pull requests
SELECT FIRST(id), MVITActionRecognition(SEGMENT(data)) FROM MyVideo WHERE id < 32 GROUP BY "16f"
works fine.SELECT FIRST(id), MVITActionRecognition(SEGMENT(data)) FROM MyVideo GROUP BY "16f"
fails.The text was updated successfully, but these errors were encountered: