Skip to content

Instantly share code, notes, and snippets.

View iitzco's full-sized avatar

Ivan Itzcovich iitzco

View GitHub Profile
@iitzco
iitzco / imagenet_label_map.py
Created June 15, 2018 19:02
Class label map for ImageNet dataset
LABEL_MAP = {
0: 'tench, Tinca tinca',
1: 'goldfish, Carassius auratus',
2: 'great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias',
3: 'tiger shark, Galeocerdo cuvieri',
4: 'hammerhead, hammerhead shark',
5: 'electric ray, crampfish, numbfish, torpedo',
6: 'stingray',
7: 'cock',
8: 'hen',
@iitzco
iitzco / coco_label_map.py
Created June 15, 2018 19:01
Class label map for COCO dataset
LABEL_MAP = {
0: "unlabeled",
1: "person",
2: "bicycle",
3: "car",
4: "motorcycle",
5: "airplane",
6: "bus",
7: "train",
8: "truck",