-
Notifications
You must be signed in to change notification settings - Fork 0
/
models.json
12 lines (11 loc) · 952 Bytes
/
models.json
1
2
3
4
5
6
7
8
9
10
11
12
[
{
"name": "Model 01",
"num_of_images_per_label": 300,
"download": {
"http": "https://github.com/bbernhard/imagemonkey-models/tree/master/image-classification/model_01",
"torrent": ""
},
"statistics": {"training": {"validations": {"apple": {"num": 340}, "person": {"num": 340}, "tree": {"num": 340}, "car": {"num": 340}, "building": {"num": 340}, "cat": {"num": 340}, "dog": {"num": 340}, "pizza": {"num": 340}}, "command": " /home/imagemonkey/bin/monkey train --type=image-classification --labels=car|tree|dog|cat|person|building|apple|pizza --images-per-label=340 --min-probability=0.8", "images": {"apple": {"num": 340}, "person": {"num": 340}, "tree": {"num": 340}, "car": {"num": 340}, "building": {"num": 340}, "cat": {"num": 340}, "dog": {"num": 340}, "pizza": {"num": 340}}, "based_on": "inception_v3"}, "trained_on": ["apple", "person", "tree", "car", "building", "cat", "dog", "pizza"], "created": "2018-12-12 19:32"}
}
]