-
Notifications
You must be signed in to change notification settings - Fork 23
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
Collection View #126
Collection View #126
Conversation
- Image is now generated and displayed in query term container - A query, once created, can be edited later - Fixed calculation of positions, which now enables full control over position of skeleton as well as individual joints.
…e and copy operation based on this functionality.
*Fixed disable state of joints being ignored *Increased size of joints for easier manipulation *Made radius less scared 😱
…e-query # Conflicts: # openapi/cineast/.openapi-generator/FILES # openapi/cineast/README.md # openapi/cineast/model/mediaObjectDescriptor.ts # openapi/cineast/model/queryConfig.ts # openapi/cineast/model/queryTerm.ts # openapi/cineast/package.json # package-lock.json # package.json # src/app/query/containers/query-container.component.html # src/app/query/containers/query-term.component.html # src/app/query/containers/query-term.module.ts # src/app/shared/model/queries/staged-query-container.model.ts # src/config.json
# Conflicts: # package-lock.json # src/app/shared/model/queries/staged-query-container.model.ts
…ich are not in the default cineast config and unextracted for v3c2
# Conflicts: # openapi/cineast/README.md # openapi/cineast/model/queryConfig.ts # openapi/cineast/model/temporalQuery.ts # openapi/cineast/model/temporalQueryConfig.ts # openapi/cineast/package.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. It would be beneficial to address my comment, which - to me - is no dealbreaker.
Thanks @silvanheller for your work!
# Conflicts: # openapi/cineast/README.md # openapi/cineast/package.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was previously approved, didn't do a code review
# Conflicts: # openapi/cineast/.openapi-generator/FILES # openapi/cineast/api/misc.service.ts # openapi/cineast/api/object.service.ts # openapi/cineast/model/queryConfig.ts # openapi/cineast/model/temporalQuery.ts # openapi/cineast/model/temporalQueryConfig.ts # package-lock.json # package.json # src/app/query/containers/query-container.component.html # src/app/shared/model/results/scores/results-container.model.ts # src/config.json
Description
This PR adds a simple view where one can inspect all available multimediaobjects (
/collection
):The functionality is very basic:
There are surely some features that would be good to add, but this is basic functionality that we should have probably had since a long time.
This PR needs vitrivr/cineast#288 to work. It also builds upon the pose-query branch, and thus targets it to more easily see the diff.