Skip to content

Commit

Permalink
added ResNet18-Tagging-VOC model
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Apr 4, 2023
1 parent 2ec121e commit 3eef469
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/networks/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,18 @@
"prototxt": "deploy.prototxt",
"labels": "networks/ilsvrc12_synset_words.txt",
"description": "Inception-v4 trained on 1000-class ILSVRC12"
},

"resnet18-tagging-voc": {
"alias": ["resnet18_tagging_voc", "resnet-18-tagging-voc", "resnet_18_tagging_voc", "resnet18-tagging", "resnet18_tagging", "resnet-18-tagging", "resnet_18_tagging"],
"url": "https://nvidia.box.com/shared/static/52wubs0ao7lzg8z5a3mu1ut133kuoth3.gz",
"tar": "ResNet18-Tagging-VOC.tar.gz",
"dir": "ResNet18-Tagging-VOC",
"model": "resnet18.onnx",
"labels": "labels.txt",
"input": "input_0",
"output": "output_0",
"description": "Multi-label image tagging classifier using ResNet-18 architecture trained on Pascal VOC"
}
},

Expand Down

0 comments on commit 3eef469

Please sign in to comment.