Created
June 28, 2018 13:38
-
-
Save s-steephan/1365ecab0f3f180f12f2bc99a1be7d8a to your computer and use it in GitHub Desktop.
dummy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ways": [ | |
{ | |
"wayId": 1, | |
"intensityRatio": 100, | |
"upperLeft": [ | |
527, | |
90 | |
], | |
"url": "/home/ravi/Programming/vehicle-detection/Samples/dav26/1.mp4", | |
"lowerRight": [ | |
1147, | |
376 | |
], | |
"upperRight": [ | |
623, | |
90 | |
], | |
"way": "way1", | |
"lowerLeft": [ | |
506, | |
376 | |
] | |
}, | |
{ | |
"wayId": 3, | |
"intensityRatio": 100, | |
"upperLeft": [ | |
339, | |
146 | |
], | |
"url": "/home/ravi/Programming/vehicle-detection/Samples/dav26/3.mp4", | |
"lowerRight": [ | |
1050, | |
471 | |
], | |
"upperRight": [ | |
456, | |
146 | |
], | |
"way": "way3", | |
"lowerLeft": [ | |
479, | |
471 | |
] | |
}, | |
{ | |
"wayId": 4, | |
"intensityRatio": 100, | |
"upperLeft": [ | |
676, | |
113 | |
], | |
"url": "/home/ravi/Programming/vehicle-detection/Samples/dav26/4.mp4", | |
"lowerRight": [ | |
1207, | |
387 | |
], | |
"upperRight": [ | |
831, | |
113 | |
], | |
"way": "way4", | |
"lowerLeft": [ | |
785, | |
387 | |
] | |
} | |
], | |
"serverUrl": "http://192.168.43.47:8080/signal/Esso_Bunk/intensity" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment