diff --git a/workflows/nuditydetectioni2v.json b/workflows/nuditydetectioni2v.json deleted file mode 100644 index 38a8805..0000000 --- a/workflows/nuditydetectioni2v.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "source_info": { - "cluster_address": "https://api.algorithmia.com" - }, - "test_info": { - "entrypoint": "NudityDetectioni2v", - "tests": [ - { - "name": "10 calls in 60 sec", - "payload": 10, - "timeout": 60 - }, - { - "name": "100 calls in 5 min", - "payload": 100, - "timeout": 300 - } - ] - }, - "algorithms": [ - { - "name": "SmartImageDownloader", - "language": "python2", - "data_files": [ - "data://.my/artifacts/willow_example.jpeg" - ], - "test_payload": { - "image": "data://.my/smartimagedownloader/willow_example.jpeg", - "resize": 600 - } - }, - { - "name": "NudityDetectioni2v", - "data_files": [ - "data://.my/artifacts/illust2vec_tag_ver200.caffemodel", - "data://.my/artifacts/illust2vec_tag.prototxt", - "data://.my/artifacts/tag_list.json", - "data://.my/artifacts/willow_example.jpeg" - ], - "language": "python2-gpu", - "test_payload": "data://.my/boundingboxonimage/willow_example.jpeg" - } - ] -} \ No newline at end of file