edge-impulse-api 1.77.0 → 1.78.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,5 +9,5 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- export type ObjectDetectionLastLayer = 'mobilenet-ssd' | 'fomo' | 'yolov2-akida' | 'yolov5' | 'yolov5v5-drpai' | 'yolox' | 'yolov7' | 'yolo-pro' | 'tao-retinanet' | 'tao-ssd' | 'tao-yolov3' | 'tao-yolov4' | 'yolov11' | 'yolov11-abs';
12
+ export type ObjectDetectionLastLayer = 'mobilenet-ssd' | 'fomo' | 'yolov2-akida' | 'yolov5' | 'yolov5v5-drpai' | 'yolox' | 'yolov7' | 'yolo-pro' | 'tao-retinanet' | 'tao-ssd' | 'tao-yolov3' | 'tao-yolov4' | 'yolov11' | 'yolov11-abs' | 'qc-face-det-lite';
13
13
  export declare const ObjectDetectionLastLayerValues: string[];
@@ -12,5 +12,5 @@
12
12
  */
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
14
  exports.ObjectDetectionLastLayerValues = void 0;
15
- exports.ObjectDetectionLastLayerValues = ['mobilenet-ssd', 'fomo', 'yolov2-akida', 'yolov5', 'yolov5v5-drpai', 'yolox', 'yolov7', 'yolo-pro', 'tao-retinanet', 'tao-ssd', 'tao-yolov3', 'tao-yolov4', 'yolov11', 'yolov11-abs'];
15
+ exports.ObjectDetectionLastLayerValues = ['mobilenet-ssd', 'fomo', 'yolov2-akida', 'yolov5', 'yolov5v5-drpai', 'yolox', 'yolov7', 'yolo-pro', 'tao-retinanet', 'tao-ssd', 'tao-yolov3', 'tao-yolov4', 'yolov11', 'yolov11-abs', 'qc-face-det-lite'];
16
16
  //# sourceMappingURL=objectDetectionLastLayer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"objectDetectionLastLayer.js","sourceRoot":"","sources":["../../../../library/sdk/model/objectDetectionLastLayer.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKU,QAAA,8BAA8B,GAAa,CAAC,eAAe,EAAE,MAAM,EAAE,cAAc,EAAE,QAAQ,EAAE,gBAAgB,EAAE,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,eAAe,EAAE,SAAS,EAAE,YAAY,EAAE,YAAY,EAAE,SAAS,EAAE,aAAa,CAAC,CAAC"}
1
+ {"version":3,"file":"objectDetectionLastLayer.js","sourceRoot":"","sources":["../../../../library/sdk/model/objectDetectionLastLayer.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKU,QAAA,8BAA8B,GAAa,CAAC,eAAe,EAAE,MAAM,EAAE,cAAc,EAAE,QAAQ,EAAE,gBAAgB,EAAE,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,eAAe,EAAE,SAAS,EAAE,YAAY,EAAE,YAAY,EAAE,SAAS,EAAE,aAAa,EAAE,kBAAkB,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edge-impulse-api",
3
- "version": "1.77.0",
3
+ "version": "1.78.0",
4
4
  "description": "Node.js bindings for the Edge Impulse API",
5
5
  "scripts": {
6
6
  "build": "tsc -p .",