README
Convert from Via format to TuSimple format
Convertion of annotation formats
Usage:
copy following two lines to myTest.js
const v2t = require('convert-via-format-to-tusimple-format'); var t = new v2t();
node myTest.js
Convertion of Via format annotation to tuSimple format annotation
<script type="module">
import convertViaFormatToTusimpleFormat from 'https://cdn.skypack.dev/convert-via-format-to-tusimple-format';
</script>
Convert from Via format to TuSimple format
Convertion of annotation formats
Usage:
copy following two lines to myTest.js
const v2t = require('convert-via-format-to-tusimple-format'); var t = new v2t();
node myTest.js