Skip to content

[RSDK-10140] add relative bounding box coordinates to detections #640

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

Merged
merged 4 commits into from
Mar 10, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions gen/js/app/agent/v1/agent_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var google_protobuf_duration_pb = require('google-protobuf/google/protobuf/duration_pb.js');
goog.object.extend(proto, google_protobuf_duration_pb);
Expand Down Expand Up @@ -377,7 +383,8 @@ proto.viam.app.agent.v1.DeviceAgentConfigRequest.prototype.getSubsystemVersionsM
*/
proto.viam.app.agent.v1.DeviceAgentConfigRequest.prototype.clearSubsystemVersionsMap = function() {
this.getSubsystemVersionsMap().clear();
return this;};
return this;
};


/**
Expand Down Expand Up @@ -645,7 +652,8 @@ proto.viam.app.agent.v1.DeviceAgentConfigResponse.prototype.getSubsystemConfigsM
*/
proto.viam.app.agent.v1.DeviceAgentConfigResponse.prototype.clearSubsystemConfigsMap = function() {
this.getSubsystemConfigsMap().clear();
return this;};
return this;
};


/**
Expand Down
8 changes: 7 additions & 1 deletion gen/js/app/build/v1/build_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
goog.object.extend(proto, google_protobuf_timestamp_pb);
Expand Down
8 changes: 7 additions & 1 deletion gen/js/app/cloudslam/v1/cloud_slam_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var common_v1_common_pb = require('../../../common/v1/common_pb.js');
goog.object.extend(proto, common_v1_common_pb);
Expand Down
11 changes: 9 additions & 2 deletions gen/js/app/data/v1/data_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var google_protobuf_any_pb = require('google-protobuf/google/protobuf/any_pb.js');
goog.object.extend(proto, google_protobuf_any_pb);
Expand Down Expand Up @@ -2802,7 +2808,8 @@ proto.viam.app.data.v1.CaptureMetadata.prototype.getMethodParametersMap = functi
*/
proto.viam.app.data.v1.CaptureMetadata.prototype.clearMethodParametersMap = function() {
this.getMethodParametersMap().clear();
return this;};
return this;
};


/**
Expand Down
8 changes: 7 additions & 1 deletion gen/js/app/dataset/v1/dataset_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
goog.object.extend(proto, google_protobuf_timestamp_pb);
Expand Down
14 changes: 11 additions & 3 deletions gen/js/app/datasync/v1/data_sync_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var app_data_v1_data_pb = require('../../../app/data/v1/data_pb.js');
goog.object.extend(proto, app_data_v1_data_pb);
Expand Down Expand Up @@ -2562,7 +2568,8 @@ proto.viam.app.datasync.v1.UploadMetadata.prototype.getMethodParametersMap = fun
*/
proto.viam.app.datasync.v1.UploadMetadata.prototype.clearMethodParametersMap = function() {
this.getMethodParametersMap().clear();
return this;};
return this;
};


/**
Expand Down Expand Up @@ -3103,7 +3110,8 @@ proto.viam.app.datasync.v1.DataCaptureMetadata.prototype.getMethodParametersMap
*/
proto.viam.app.datasync.v1.DataCaptureMetadata.prototype.clearMethodParametersMap = function() {
this.getMethodParametersMap().clear();
return this;};
return this;
};


/**
Expand Down
8 changes: 7 additions & 1 deletion gen/js/app/mlinference/v1/ml_inference_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var app_data_v1_data_pb = require('../../../app/data/v1/data_pb.js');
goog.object.extend(proto, app_data_v1_data_pb);
Expand Down
11 changes: 9 additions & 2 deletions gen/js/app/mltraining/v1/ml_training_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
goog.object.extend(proto, google_protobuf_timestamp_pb);
Expand Down Expand Up @@ -1122,7 +1128,8 @@ proto.viam.app.mltraining.v1.SubmitCustomTrainingJobRequest.prototype.getArgumen
*/
proto.viam.app.mltraining.v1.SubmitCustomTrainingJobRequest.prototype.clearArgumentsMap = function() {
this.getArgumentsMap().clear();
return this;};
return this;
};



Expand Down
8 changes: 7 additions & 1 deletion gen/js/app/packages/v1/packages_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var google_api_annotations_pb = require('../../../google/api/annotations_pb.js');
goog.object.extend(proto, google_api_annotations_pb);
Expand Down
8 changes: 7 additions & 1 deletion gen/js/app/v1/app_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var app_mltraining_v1_ml_training_pb = require('../../app/mltraining/v1/ml_training_pb.js');
goog.object.extend(proto, app_mltraining_v1_ml_training_pb);
Expand Down
8 changes: 7 additions & 1 deletion gen/js/app/v1/billing_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
goog.object.extend(proto, google_protobuf_timestamp_pb);
Expand Down
8 changes: 7 additions & 1 deletion gen/js/app/v1/end_user_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

goog.exportSymbol('proto.viam.app.v1.AcceptLegalRequest', null, global);
goog.exportSymbol('proto.viam.app.v1.AcceptLegalResponse', null, global);
Expand Down
14 changes: 11 additions & 3 deletions gen/js/app/v1/robot_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var common_v1_common_pb = require('../../common/v1/common_pb.js');
goog.object.extend(proto, common_v1_common_pb);
Expand Down Expand Up @@ -3910,7 +3916,8 @@ proto.viam.app.v1.ProcessConfig.prototype.getEnvMap = function(opt_noLazyCreate)
*/
proto.viam.app.v1.ProcessConfig.prototype.clearEnvMap = function() {
this.getEnvMap().clear();
return this;};
return this;
};


/**
Expand Down Expand Up @@ -10828,7 +10835,8 @@ proto.viam.app.v1.ModuleConfig.prototype.getEnvMap = function(opt_noLazyCreate)
*/
proto.viam.app.v1.ModuleConfig.prototype.clearEnvMap = function() {
this.getEnvMap().clear();
return this;};
return this;
};


/**
Expand Down
11 changes: 9 additions & 2 deletions gen/js/common/v1/common_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var google_protobuf_descriptor_pb = require('google-protobuf/google/protobuf/descriptor_pb.js');
goog.object.extend(proto, google_protobuf_descriptor_pb);
Expand Down Expand Up @@ -5446,7 +5452,8 @@ proto.viam.common.v1.GetReadingsResponse.prototype.getReadingsMap = function(opt
*/
proto.viam.common.v1.GetReadingsResponse.prototype.clearReadingsMap = function() {
this.getReadingsMap().clear();
return this;};
return this;
};



Expand Down
8 changes: 7 additions & 1 deletion gen/js/component/arm/v1/arm_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var common_v1_common_pb = require('../../../common/v1/common_pb.js');
goog.object.extend(proto, common_v1_common_pb);
Expand Down
8 changes: 7 additions & 1 deletion gen/js/component/audioinput/v1/audioinput_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var common_v1_common_pb = require('../../../common/v1/common_pb.js');
goog.object.extend(proto, common_v1_common_pb);
Expand Down
8 changes: 7 additions & 1 deletion gen/js/component/base/v1/base_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var common_v1_common_pb = require('../../../common/v1/common_pb.js');
goog.object.extend(proto, common_v1_common_pb);
Expand Down
14 changes: 11 additions & 3 deletions gen/js/component/board/v1/board_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var common_v1_common_pb = require('../../../common/v1/common_pb.js');
goog.object.extend(proto, common_v1_common_pb);
Expand Down Expand Up @@ -671,7 +677,8 @@ proto.viam.component.board.v1.Status.prototype.getAnalogsMap = function(opt_noLa
*/
proto.viam.component.board.v1.Status.prototype.clearAnalogsMap = function() {
this.getAnalogsMap().clear();
return this;};
return this;
};


/**
Expand All @@ -693,7 +700,8 @@ proto.viam.component.board.v1.Status.prototype.getDigitalInterruptsMap = functio
*/
proto.viam.component.board.v1.Status.prototype.clearDigitalInterruptsMap = function() {
this.getDigitalInterruptsMap().clear();
return this;};
return this;
};



Expand Down
8 changes: 7 additions & 1 deletion gen/js/component/button/v1/button_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();

var common_v1_common_pb = require('../../../common/v1/common_pb.js');
goog.object.extend(proto, common_v1_common_pb);
Expand Down
Loading
Loading