Add per-video HomographyBackendGQL selection to VideoMetadataInput #298
Reference in New Issue
Block a user
No description provided.
Delete Branch "colonelpanic/homography-backend-selection"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Regenerated schema + TS artifacts for the per-video homography backend preference:
enum HomographyBackendGQL { CLASSIC, TABLENET }VideoMetadataInput.homographyBackend: HomographyBackendGQL = null(null = deployment runtime default)Exported from the backend branch
colonelpanic/homography-backend-selection(stacked on the merged TableNet work, #2534 backend-side). Merge this before the backend PR per the usual gql → backend order.