Asadel Ann commited on
Commit
59d11b0
·
1 Parent(s): 504df4b

Upload 3 files

Browse files
Files changed (3) hide show
  1. LICENSE +21 -0
  2. cvexport.manifest +13 -0
  3. metadata_properties.json +22 -0
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+  MIT License
2
+
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE
cvexport.manifest ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "DomainType": "Classification",
3
+ "Platform": "TensorFlow",
4
+ "Flavor": null,
5
+ "ExporterVersion": "2.1",
6
+ "ExportedDate": "2023-01-03T08:46:55.194281Z",
7
+ "IterationId": "94a3200d-9b31-47ec-8e5a-078338a30274",
8
+ "ModelFileName": "model.pb",
9
+ "LabelFileName": "labels.txt",
10
+ "MetadataPropsFileName": "metadata_properties.json",
11
+ "ModelFileSHA1": "4d51fef7e4518d0762d87b4fc745c4014d54c83e",
12
+ "SchemaVersion": "1.0"
13
+ }
metadata_properties.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "CustomVision.Metadata.AdditionalModelInfo": "",
3
+ "CustomVision.Metadata.Version": "1.2",
4
+ "CustomVision.Postprocess.Method": "ClassificationMultiClass",
5
+ "CustomVision.Postprocess.Yolo.Biases": "[]",
6
+ "CustomVision.Postprocess.Yolo.NmsThreshold": "0.0",
7
+ "CustomVision.Preprocess.CropHeight": "0",
8
+ "CustomVision.Preprocess.CropMethod": "FullImageShorterSide",
9
+ "CustomVision.Preprocess.CropWidth": "0",
10
+ "CustomVision.Preprocess.MaxDimension": "0",
11
+ "CustomVision.Preprocess.MaxScale": "0.0",
12
+ "CustomVision.Preprocess.MinDimension": "0",
13
+ "CustomVision.Preprocess.MinScale": "0.0",
14
+ "CustomVision.Preprocess.NormalizeMean": "[0.0, 0.0, 0.0]",
15
+ "CustomVision.Preprocess.NormalizeStd": "[1.0, 1.0, 1.0]",
16
+ "CustomVision.Preprocess.ResizeMethod": "Stretch",
17
+ "CustomVision.Preprocess.TargetHeight": "300",
18
+ "CustomVision.Preprocess.TargetWidth": "300",
19
+ "Image.BitmapPixelFormat": "Rgb8",
20
+ "Image.ColorSpaceGamma": "SRGB",
21
+ "Image.NominalPixelRange": "Normalized_0_1"
22
+ }