Skip to content
Snippets Groups Projects
Commit e0133948 authored by Gabriel Falcones's avatar Gabriel Falcones
Browse files

gitignore

parent 51a85d2d
No related branches found
No related tags found
No related merge requests found
*pyc
__pycache__
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;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment