Spaces:
Sleeping
Sleeping
Upload 5 files
Browse files- LICENSE +21 -0
- cvexport.manifest +13 -0
- labels.txt +2 -0
- metadata_properties.json +22 -0
- model.pb +3 -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": "ObjectDetection",
|
3 |
+
"Platform": "TensorFlow",
|
4 |
+
"Flavor": null,
|
5 |
+
"ExporterVersion": "2.1",
|
6 |
+
"ExportedDate": "2023-01-02T05:24:51.9373838Z",
|
7 |
+
"IterationId": "d63aa975-cf8d-4f8d-904f-bff915b5e8c5",
|
8 |
+
"ModelFileName": "model.pb",
|
9 |
+
"LabelFileName": "labels.txt",
|
10 |
+
"MetadataPropsFileName": "metadata_properties.json",
|
11 |
+
"ModelFileSHA1": "477439957dff24acf41867f455021d4c2ba61f71",
|
12 |
+
"SchemaVersion": "1.0"
|
13 |
+
}
|
labels.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
terbuka
|
2 |
+
tertutup
|
metadata_properties.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"CustomVision.Metadata.AdditionalModelInfo": "",
|
3 |
+
"CustomVision.Metadata.Version": "1.2",
|
4 |
+
"CustomVision.Postprocess.Method": "SSD",
|
5 |
+
"CustomVision.Postprocess.Yolo.Biases": "[]",
|
6 |
+
"CustomVision.Postprocess.Yolo.NmsThreshold": "0.0",
|
7 |
+
"CustomVision.Preprocess.CropHeight": "0",
|
8 |
+
"CustomVision.Preprocess.CropMethod": "NoCrop",
|
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": "320",
|
18 |
+
"CustomVision.Preprocess.TargetWidth": "320",
|
19 |
+
"Image.BitmapPixelFormat": "Rgb8",
|
20 |
+
"Image.ColorSpaceGamma": "SRGB",
|
21 |
+
"Image.NominalPixelRange": "Normalized_0_1"
|
22 |
+
}
|
model.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39586c8c2faa51ba04b198f7652499ab958313c8ffd5f4c1617d43fa58c7be37
|
3 |
+
size 11267531
|