Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
capture_grpc
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gabriel falcones
capture_grpc
Commits
e0133948
Commit
e0133948
authored
6 years ago
by
Gabriel Falcones
Browse files
Options
Downloads
Patches
Plain Diff
gitignore
parent
51a85d2d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
FeatureExtractionApi.proto
+15
-0
15 additions, 0 deletions
FeatureExtractionApi.proto
with
17 additions
and
0 deletions
.gitignore
0 → 100644
+
2
−
0
View file @
e0133948
*pyc
__pycache__
This diff is collapsed.
Click to expand it.
FeatureExtractionApi.proto
0 → 100644
+
15
−
0
View file @
e0133948
syntax
=
"proto3"
;
service
FeatureExtraction
{
rpc
processVideo
(
stream
Image
)
returns
(
Response
){}
}
message
Image
{
bytes
source
=
1
;
string
file_name
=
2
;
string
timestamp
=
3
;
}
message
Response
{
string
status
=
1
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment