{"info":{"_postman_id":"9cf11edb-3643-4f33-9c70-9e93dbd1df32","name":"WARA PS Detector","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>The detector module for the WARA PS simulator</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"}],"owner":"1695635","collectionId":"9cf11edb-3643-4f33-9c70-9e93dbd1df32","publishedId":"SVmzvxRs","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-09-24T19:00:16.000Z"},"item":[{"name":"/","id":"ed965ebc-16b7-4bad-8ddf-e6735c87b838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"localhost:5000/","description":"<p>The root entrypoint that queries the module information.</p>\n","urlObject":{"port":"5000","path":[""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"056e7658-5420-4e3a-91b5-3be783d08adc","name":"/","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"localhost:5000/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"25"},{"key":"Server","value":"Werkzeug/0.16.0 Python/3.7.3"},{"key":"Date","value":"Tue, 24 Sep 2019 18:26:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"version\": \"0.1\"\n}"}],"_postman_id":"ed965ebc-16b7-4bad-8ddf-e6735c87b838"},{"name":"/detect","id":"da408ca5-4efc-4431-9a07-d1013cf55c07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","contentType":"image/jpeg","src":"/Users/erik/Desktop/wasp-detection-module/docs/images/boat1.jpg"}]},"url":"localhost:5000/detect","description":"<p>Uploads an image for analysis by the detectors.</p>\n","urlObject":{"port":"5000","path":["detect"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"baac5cff-72b1-41a2-b479-55d9acc33f1f","name":"/detect","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","contentType":"image/jpeg","src":"/Users/erik/Desktop/wasp-detection-module/docs/images/boat1.jpg"}]},"url":"localhost:5000/detect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"460"},{"key":"Server","value":"Werkzeug/0.16.0 Python/3.6.8"},{"key":"Date","value":"Mon, 30 Sep 2019 09:26:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"detections\": [\n        {\n            \"class\": 8,\n            \"label\": \"boat\",\n            \"score\": 0.3438657224178314,\n            \"xmin\": 245,\n            \"ymin\": 401,\n            \"xmax\": 641,\n            \"ymax\": 1205\n        },\n        {\n            \"class\": 0,\n            \"label\": \"person\",\n            \"score\": 0.9913466572761536,\n            \"xmin\": 149,\n            \"ymin\": 306,\n            \"xmax\": 357,\n            \"ymax\": 448\n        }\n    ]\n}"}],"_postman_id":"da408ca5-4efc-4431-9a07-d1013cf55c07"}]}