Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from chaoli2/master
Browse files Browse the repository at this point in the history
Revert "update object message type to support multiple device"
  • Loading branch information
chaoli2 authored Aug 17, 2018
2 parents 742f91c + 0bea351 commit fab4879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions srv/ClassifyObject.srv
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

string[] image_paths # input: an image
string image_path # input: an image
---
Objects[] objects # output: objects prediction
Objects objects # output: objects prediction
4 changes: 2 additions & 2 deletions srv/DetectObject.srv
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

string[] image_paths #input: an image
string image_path #input: an image
---
ObjectsInBoxes[] objects #output: objects prediction with bounding boxes
ObjectsInBoxes objects #output: objects prediction with bounding boxes

0 comments on commit fab4879

Please sign in to comment.