-
Notifications
You must be signed in to change notification settings - Fork 177
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
[AI] Add support for Object Detection pipeline #3228
Open
RUFFY-369
wants to merge
31
commits into
livepeer:master
Choose a base branch
from
RUFFY-369:feature/object-detection
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+388
−3
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
d907edc
feat:add initial implementation of support for object detection pipeline
RUFFY-369 dd6598b
Merge remote-tracking branch 'upstream/ai-video' into feature/object-…
RUFFY-369 ba4eb5e
chore:fix remaining merge conflicts
RUFFY-369 ea4dba0
chore:add missing dependencies for testing locally
RUFFY-369 cf9e389
chore:update ai-worker commit hash
RUFFY-369 589b6c7
fix:build errors for go-livepeer remote-worker docker image
RUFFY-369 34f4df7
chore:update server package to enable pipeline processing by remote w…
RUFFY-369 e1a3767
chore:fix merge conflicts
RUFFY-369 e2ebe08
Merge remote-tracking branch 'upstream/master' into feature/object-de…
RUFFY-369 5b77d63
fix:make error
RUFFY-369 b229813
Merge remote-tracking branch 'upstream/master' into feature/object-de…
RUFFY-369 4bb8266
Add Gateway ETH Address to Kafka events (#3249)
thomshutt f096368
ci: fix PR labeler (#3254)
rickstaa 1d66460
update input probing to use ffmpeg.GetCodecInfoBytes
ad-astra-video cc62271
update transcoding of result
ad-astra-video a4f06d9
Merge pull request #1 from ad-astra-video/object-detection
RUFFY-369 9e20c37
chore:update returned detection data with ObjectDetectionResponse
RUFFY-369 154db36
Merge remote-tracking branch 'upstream/master' into feature/object-de…
RUFFY-369 37b1471
chore:remove async processing for object detection
RUFFY-369 4d7a4b8
chore:add ObjectDetectionResponse in json result parsing as new case
RUFFY-369 4f09e62
remove addl object detection async, re-order ai_mediaserver.go urls, …
ad-astra-video d5975ad
update go.mod go.sum to remove ffmpeg-go dependency
ad-astra-video e9046fc
Merge pull request #2 from ad-astra-video/object-detection
RUFFY-369 6d537dd
chore:changes for base64 encoded video file instead of url for each f…
RUFFY-369 0a1e6f8
chore:nits(add on previous commit)
RUFFY-369 bb0c7cf
chore:add necessary code for update in ObjectDetectionResponse in run…
RUFFY-369 be3ebe3
fix:make error
RUFFY-369 c59ae30
updates for object detection pipeline
ad-astra-video 7b609f5
fix parsing annotated video
ad-astra-video 80c2fad
Merge pull request #3 from ad-astra-video/object-detection
RUFFY-369 a18ef7e
chore:resolve merge conflicts
RUFFY-369 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Note to remove before merging.
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.
Just give me a heads up before we merge and I will get it removed in the last commit