diff --git a/configs/tusimple.py b/configs/tusimple.py new file mode 100644 index 0000000..6bbeabf --- /dev/null +++ b/configs/tusimple.py @@ -0,0 +1,93 @@ +net = dict( + type='RESANet', +) + +backbone = dict( + type='ResNetWrapper', + resnet='resnet34', + pretrained=True, + replace_stride_with_dilation=[False, True, True], + out_conv=True, + fea_stride=8, +) + +resa = dict( + type='RESA', + alpha=2.0, + iter=5, + input_channel=128, + conv_stride=9, +) + +decoder = 'BUSD' + +trainer = dict( + type='RESA' +) + +evaluator = dict( + type='Tusimple', + thresh = 0.60 +) + +optimizer = dict( + type='sgd', + lr=0.020, + weight_decay=1e-4, + momentum=0.9 +) + +total_iter = 80000 +import math +scheduler = dict( + type = 'LambdaLR', + lr_lambda = lambda _iter : math.pow(1 - _iter/total_iter, 0.9) +) + +bg_weight = 0.4 + +img_norm = dict( + mean=[103.939, 116.779, 123.68], + std=[1., 1., 1.] +) + +img_height = 368 +img_width = 640 +cut_height = 160 +seg_label = "seg_label" + +dataset_path = '/data/workspace/myshixun/step4/dataset/tusimple' +test_json_file = '/data/workspace/myshixun/step4/dataset/tusimple/test_label.json' + +dataset = dict( + train=dict( + type='TuSimple', + img_path=dataset_path, + data_list='train_val_gt.txt', + ), + val=dict( + type='TuSimple', + img_path=dataset_path, + data_list='predict_val.txt' + ), + test=dict( + type='TuSimple', + img_path=dataset_path, + data_list='test_gt.txt' + ) +) + + +loss_type = 'cross_entropy' +seg_loss_weight = 1.0 + + +batch_size = 4 +workers = 0 +num_classes = 6 + 1 +ignore_label = 255 +epochs = 2 +log_interval = 100 +eval_ep = 1 +save_ep = epochs +log_note = '' diff --git a/dataset/tusimple/clips/0313-1/1020/1.jpg b/dataset/tusimple/clips/0313-1/1020/1.jpg new file mode 100644 index 0000000..cadbedf Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/10.jpg b/dataset/tusimple/clips/0313-1/1020/10.jpg new file mode 100644 index 0000000..aee51f3 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/11.jpg b/dataset/tusimple/clips/0313-1/1020/11.jpg new file mode 100644 index 0000000..b3f0d93 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/12.jpg b/dataset/tusimple/clips/0313-1/1020/12.jpg new file mode 100644 index 0000000..8dec51d Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/13.jpg b/dataset/tusimple/clips/0313-1/1020/13.jpg new file mode 100644 index 0000000..61653a4 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/14.jpg b/dataset/tusimple/clips/0313-1/1020/14.jpg new file mode 100644 index 0000000..0369128 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/15.jpg b/dataset/tusimple/clips/0313-1/1020/15.jpg new file mode 100644 index 0000000..5197be6 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/16.jpg b/dataset/tusimple/clips/0313-1/1020/16.jpg new file mode 100644 index 0000000..ccba3cb Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/17.jpg b/dataset/tusimple/clips/0313-1/1020/17.jpg new file mode 100644 index 0000000..fb1c06f Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/18.jpg b/dataset/tusimple/clips/0313-1/1020/18.jpg new file mode 100644 index 0000000..e495bd2 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/19.jpg b/dataset/tusimple/clips/0313-1/1020/19.jpg new file mode 100644 index 0000000..377d49d Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/2.jpg b/dataset/tusimple/clips/0313-1/1020/2.jpg new file mode 100644 index 0000000..49e6794 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/20.jpg b/dataset/tusimple/clips/0313-1/1020/20.jpg new file mode 100644 index 0000000..940443d Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/20.png b/dataset/tusimple/clips/0313-1/1020/20.png new file mode 100644 index 0000000..217a54a Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/20.png differ diff --git a/dataset/tusimple/clips/0313-1/1020/3.jpg b/dataset/tusimple/clips/0313-1/1020/3.jpg new file mode 100644 index 0000000..a9ac483 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/4.jpg b/dataset/tusimple/clips/0313-1/1020/4.jpg new file mode 100644 index 0000000..a665456 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/5.jpg b/dataset/tusimple/clips/0313-1/1020/5.jpg new file mode 100644 index 0000000..0fd7bd5 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/6.jpg b/dataset/tusimple/clips/0313-1/1020/6.jpg new file mode 100644 index 0000000..4244e9f Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/7.jpg b/dataset/tusimple/clips/0313-1/1020/7.jpg new file mode 100644 index 0000000..cb46d1a Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/8.jpg b/dataset/tusimple/clips/0313-1/1020/8.jpg new file mode 100644 index 0000000..4ddf838 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1020/9.jpg b/dataset/tusimple/clips/0313-1/1020/9.jpg new file mode 100644 index 0000000..759ad71 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1020/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/1.jpg b/dataset/tusimple/clips/0313-1/1080/1.jpg new file mode 100644 index 0000000..74623e8 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/10.jpg b/dataset/tusimple/clips/0313-1/1080/10.jpg new file mode 100644 index 0000000..0ea1ae4 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/11.jpg b/dataset/tusimple/clips/0313-1/1080/11.jpg new file mode 100644 index 0000000..1cbd34e Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/12.jpg b/dataset/tusimple/clips/0313-1/1080/12.jpg new file mode 100644 index 0000000..dac5717 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/13.jpg b/dataset/tusimple/clips/0313-1/1080/13.jpg new file mode 100644 index 0000000..3ea1a99 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/14.jpg b/dataset/tusimple/clips/0313-1/1080/14.jpg new file mode 100644 index 0000000..61c0b10 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/15.jpg b/dataset/tusimple/clips/0313-1/1080/15.jpg new file mode 100644 index 0000000..30c62b2 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/16.jpg b/dataset/tusimple/clips/0313-1/1080/16.jpg new file mode 100644 index 0000000..66bf704 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/17.jpg b/dataset/tusimple/clips/0313-1/1080/17.jpg new file mode 100644 index 0000000..11eaf8f Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/18.jpg b/dataset/tusimple/clips/0313-1/1080/18.jpg new file mode 100644 index 0000000..99a38aa Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/19.jpg b/dataset/tusimple/clips/0313-1/1080/19.jpg new file mode 100644 index 0000000..15fa12c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/2.jpg b/dataset/tusimple/clips/0313-1/1080/2.jpg new file mode 100644 index 0000000..a4f2da4 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/20.jpg b/dataset/tusimple/clips/0313-1/1080/20.jpg new file mode 100644 index 0000000..9337897 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/20.png b/dataset/tusimple/clips/0313-1/1080/20.png new file mode 100644 index 0000000..28ed9e9 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/20.png differ diff --git a/dataset/tusimple/clips/0313-1/1080/3.jpg b/dataset/tusimple/clips/0313-1/1080/3.jpg new file mode 100644 index 0000000..0ead237 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/4.jpg b/dataset/tusimple/clips/0313-1/1080/4.jpg new file mode 100644 index 0000000..8575ec2 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/5.jpg b/dataset/tusimple/clips/0313-1/1080/5.jpg new file mode 100644 index 0000000..44e29cf Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/6.jpg b/dataset/tusimple/clips/0313-1/1080/6.jpg new file mode 100644 index 0000000..d2b2606 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/7.jpg b/dataset/tusimple/clips/0313-1/1080/7.jpg new file mode 100644 index 0000000..b973950 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/8.jpg b/dataset/tusimple/clips/0313-1/1080/8.jpg new file mode 100644 index 0000000..5f375ed Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1080/9.jpg b/dataset/tusimple/clips/0313-1/1080/9.jpg new file mode 100644 index 0000000..e2c0f04 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1080/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/1.jpg b/dataset/tusimple/clips/0313-1/1140/1.jpg new file mode 100644 index 0000000..9f8ee4a Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/10.jpg b/dataset/tusimple/clips/0313-1/1140/10.jpg new file mode 100644 index 0000000..94b2c1e Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/11.jpg b/dataset/tusimple/clips/0313-1/1140/11.jpg new file mode 100644 index 0000000..a6f0d2e Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/12.jpg b/dataset/tusimple/clips/0313-1/1140/12.jpg new file mode 100644 index 0000000..0aaff09 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/13.jpg b/dataset/tusimple/clips/0313-1/1140/13.jpg new file mode 100644 index 0000000..c9f67d7 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/14.jpg b/dataset/tusimple/clips/0313-1/1140/14.jpg new file mode 100644 index 0000000..e167621 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/15.jpg b/dataset/tusimple/clips/0313-1/1140/15.jpg new file mode 100644 index 0000000..d876739 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/16.jpg b/dataset/tusimple/clips/0313-1/1140/16.jpg new file mode 100644 index 0000000..aff7cc6 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/17.jpg b/dataset/tusimple/clips/0313-1/1140/17.jpg new file mode 100644 index 0000000..efec825 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/18.jpg b/dataset/tusimple/clips/0313-1/1140/18.jpg new file mode 100644 index 0000000..5aefa9d Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/19.jpg b/dataset/tusimple/clips/0313-1/1140/19.jpg new file mode 100644 index 0000000..594fd52 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/2.jpg b/dataset/tusimple/clips/0313-1/1140/2.jpg new file mode 100644 index 0000000..fd4823a Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/20.jpg b/dataset/tusimple/clips/0313-1/1140/20.jpg new file mode 100644 index 0000000..52c3af1 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/20.png b/dataset/tusimple/clips/0313-1/1140/20.png new file mode 100644 index 0000000..6c9afcc Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/20.png differ diff --git a/dataset/tusimple/clips/0313-1/1140/3.jpg b/dataset/tusimple/clips/0313-1/1140/3.jpg new file mode 100644 index 0000000..92915b7 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/4.jpg b/dataset/tusimple/clips/0313-1/1140/4.jpg new file mode 100644 index 0000000..2996202 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/5.jpg b/dataset/tusimple/clips/0313-1/1140/5.jpg new file mode 100644 index 0000000..b19a644 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/6.jpg b/dataset/tusimple/clips/0313-1/1140/6.jpg new file mode 100644 index 0000000..65d5504 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/7.jpg b/dataset/tusimple/clips/0313-1/1140/7.jpg new file mode 100644 index 0000000..be27c76 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/8.jpg b/dataset/tusimple/clips/0313-1/1140/8.jpg new file mode 100644 index 0000000..31eb0a3 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1140/9.jpg b/dataset/tusimple/clips/0313-1/1140/9.jpg new file mode 100644 index 0000000..78b9561 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1140/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/1.jpg b/dataset/tusimple/clips/0313-1/120/1.jpg new file mode 100644 index 0000000..8a5c8a8 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/10.jpg b/dataset/tusimple/clips/0313-1/120/10.jpg new file mode 100644 index 0000000..1f1eff7 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/11.jpg b/dataset/tusimple/clips/0313-1/120/11.jpg new file mode 100644 index 0000000..70c56c1 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/12.jpg b/dataset/tusimple/clips/0313-1/120/12.jpg new file mode 100644 index 0000000..26127b2 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/13.jpg b/dataset/tusimple/clips/0313-1/120/13.jpg new file mode 100644 index 0000000..1644ef6 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/14.jpg b/dataset/tusimple/clips/0313-1/120/14.jpg new file mode 100644 index 0000000..8318f03 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/15.jpg b/dataset/tusimple/clips/0313-1/120/15.jpg new file mode 100644 index 0000000..cfa7f09 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/16.jpg b/dataset/tusimple/clips/0313-1/120/16.jpg new file mode 100644 index 0000000..a93c1a4 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/17.jpg b/dataset/tusimple/clips/0313-1/120/17.jpg new file mode 100644 index 0000000..5570192 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/18.jpg b/dataset/tusimple/clips/0313-1/120/18.jpg new file mode 100644 index 0000000..ea5f974 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/19.jpg b/dataset/tusimple/clips/0313-1/120/19.jpg new file mode 100644 index 0000000..fcb2432 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/2.jpg b/dataset/tusimple/clips/0313-1/120/2.jpg new file mode 100644 index 0000000..2c49112 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/20.jpg b/dataset/tusimple/clips/0313-1/120/20.jpg new file mode 100644 index 0000000..fd21bf4 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/20.png b/dataset/tusimple/clips/0313-1/120/20.png new file mode 100644 index 0000000..8b3a72c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/20.png differ diff --git a/dataset/tusimple/clips/0313-1/120/3.jpg b/dataset/tusimple/clips/0313-1/120/3.jpg new file mode 100644 index 0000000..92e7918 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/4.jpg b/dataset/tusimple/clips/0313-1/120/4.jpg new file mode 100644 index 0000000..ffbcb1a Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/5.jpg b/dataset/tusimple/clips/0313-1/120/5.jpg new file mode 100644 index 0000000..cd80a4b Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/6.jpg b/dataset/tusimple/clips/0313-1/120/6.jpg new file mode 100644 index 0000000..305a3df Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/7.jpg b/dataset/tusimple/clips/0313-1/120/7.jpg new file mode 100644 index 0000000..ac58d3c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/8.jpg b/dataset/tusimple/clips/0313-1/120/8.jpg new file mode 100644 index 0000000..cb921a7 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/120/9.jpg b/dataset/tusimple/clips/0313-1/120/9.jpg new file mode 100644 index 0000000..c9ffb11 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/120/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/1.jpg b/dataset/tusimple/clips/0313-1/1200/1.jpg new file mode 100644 index 0000000..59dc127 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/10.jpg b/dataset/tusimple/clips/0313-1/1200/10.jpg new file mode 100644 index 0000000..35cf94b Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/11.jpg b/dataset/tusimple/clips/0313-1/1200/11.jpg new file mode 100644 index 0000000..a4d8225 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/12.jpg b/dataset/tusimple/clips/0313-1/1200/12.jpg new file mode 100644 index 0000000..0d79fae Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/13.jpg b/dataset/tusimple/clips/0313-1/1200/13.jpg new file mode 100644 index 0000000..9dd640c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/14.jpg b/dataset/tusimple/clips/0313-1/1200/14.jpg new file mode 100644 index 0000000..016d619 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/15.jpg b/dataset/tusimple/clips/0313-1/1200/15.jpg new file mode 100644 index 0000000..317a4fb Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/16.jpg b/dataset/tusimple/clips/0313-1/1200/16.jpg new file mode 100644 index 0000000..59d0e8a Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/17.jpg b/dataset/tusimple/clips/0313-1/1200/17.jpg new file mode 100644 index 0000000..4b894a9 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/18.jpg b/dataset/tusimple/clips/0313-1/1200/18.jpg new file mode 100644 index 0000000..128a578 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/19.jpg b/dataset/tusimple/clips/0313-1/1200/19.jpg new file mode 100644 index 0000000..eeb0f9d Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/2.jpg b/dataset/tusimple/clips/0313-1/1200/2.jpg new file mode 100644 index 0000000..788e9ad Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/20.jpg b/dataset/tusimple/clips/0313-1/1200/20.jpg new file mode 100644 index 0000000..caabc39 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/20.png b/dataset/tusimple/clips/0313-1/1200/20.png new file mode 100644 index 0000000..86f2adc Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/20.png differ diff --git a/dataset/tusimple/clips/0313-1/1200/3.jpg b/dataset/tusimple/clips/0313-1/1200/3.jpg new file mode 100644 index 0000000..53adf9c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/4.jpg b/dataset/tusimple/clips/0313-1/1200/4.jpg new file mode 100644 index 0000000..a79a2d0 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/5.jpg b/dataset/tusimple/clips/0313-1/1200/5.jpg new file mode 100644 index 0000000..d177f34 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/6.jpg b/dataset/tusimple/clips/0313-1/1200/6.jpg new file mode 100644 index 0000000..9e7122d Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/7.jpg b/dataset/tusimple/clips/0313-1/1200/7.jpg new file mode 100644 index 0000000..e517e8d Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/8.jpg b/dataset/tusimple/clips/0313-1/1200/8.jpg new file mode 100644 index 0000000..d6f5187 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/1200/9.jpg b/dataset/tusimple/clips/0313-1/1200/9.jpg new file mode 100644 index 0000000..cf5f5f8 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/1200/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/1.jpg b/dataset/tusimple/clips/0313-1/180/1.jpg new file mode 100644 index 0000000..e9d0db4 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/10.jpg b/dataset/tusimple/clips/0313-1/180/10.jpg new file mode 100644 index 0000000..472ed94 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/11.jpg b/dataset/tusimple/clips/0313-1/180/11.jpg new file mode 100644 index 0000000..a9eea63 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/12.jpg b/dataset/tusimple/clips/0313-1/180/12.jpg new file mode 100644 index 0000000..eb21cea Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/13.jpg b/dataset/tusimple/clips/0313-1/180/13.jpg new file mode 100644 index 0000000..b2a2c9f Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/14.jpg b/dataset/tusimple/clips/0313-1/180/14.jpg new file mode 100644 index 0000000..83f4fdf Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/15.jpg b/dataset/tusimple/clips/0313-1/180/15.jpg new file mode 100644 index 0000000..285f45c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/16.jpg b/dataset/tusimple/clips/0313-1/180/16.jpg new file mode 100644 index 0000000..eff69ff Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/17.jpg b/dataset/tusimple/clips/0313-1/180/17.jpg new file mode 100644 index 0000000..3b23e61 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/18.jpg b/dataset/tusimple/clips/0313-1/180/18.jpg new file mode 100644 index 0000000..7ef53ef Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/19.jpg b/dataset/tusimple/clips/0313-1/180/19.jpg new file mode 100644 index 0000000..bf1ce38 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/2.jpg b/dataset/tusimple/clips/0313-1/180/2.jpg new file mode 100644 index 0000000..e6a3051 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/20.jpg b/dataset/tusimple/clips/0313-1/180/20.jpg new file mode 100644 index 0000000..e5f9680 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/20.png b/dataset/tusimple/clips/0313-1/180/20.png new file mode 100644 index 0000000..e9601a0 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/20.png differ diff --git a/dataset/tusimple/clips/0313-1/180/3.jpg b/dataset/tusimple/clips/0313-1/180/3.jpg new file mode 100644 index 0000000..27181ac Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/4.jpg b/dataset/tusimple/clips/0313-1/180/4.jpg new file mode 100644 index 0000000..db372c1 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/5.jpg b/dataset/tusimple/clips/0313-1/180/5.jpg new file mode 100644 index 0000000..ef6d785 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/6.jpg b/dataset/tusimple/clips/0313-1/180/6.jpg new file mode 100644 index 0000000..cbda1a0 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/7.jpg b/dataset/tusimple/clips/0313-1/180/7.jpg new file mode 100644 index 0000000..c0af798 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/8.jpg b/dataset/tusimple/clips/0313-1/180/8.jpg new file mode 100644 index 0000000..af4543c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/180/9.jpg b/dataset/tusimple/clips/0313-1/180/9.jpg new file mode 100644 index 0000000..0056333 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/180/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/1.jpg b/dataset/tusimple/clips/0313-1/240/1.jpg new file mode 100644 index 0000000..17d1327 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/10.jpg b/dataset/tusimple/clips/0313-1/240/10.jpg new file mode 100644 index 0000000..7497382 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/11.jpg b/dataset/tusimple/clips/0313-1/240/11.jpg new file mode 100644 index 0000000..cc3b151 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/12.jpg b/dataset/tusimple/clips/0313-1/240/12.jpg new file mode 100644 index 0000000..3425d64 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/13.jpg b/dataset/tusimple/clips/0313-1/240/13.jpg new file mode 100644 index 0000000..db97e52 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/14.jpg b/dataset/tusimple/clips/0313-1/240/14.jpg new file mode 100644 index 0000000..7ecc4dc Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/15.jpg b/dataset/tusimple/clips/0313-1/240/15.jpg new file mode 100644 index 0000000..ca3aad4 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/16.jpg b/dataset/tusimple/clips/0313-1/240/16.jpg new file mode 100644 index 0000000..030e84a Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/17.jpg b/dataset/tusimple/clips/0313-1/240/17.jpg new file mode 100644 index 0000000..cdb3c09 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/18.jpg b/dataset/tusimple/clips/0313-1/240/18.jpg new file mode 100644 index 0000000..ed4074d Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/19.jpg b/dataset/tusimple/clips/0313-1/240/19.jpg new file mode 100644 index 0000000..262a3d8 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/2.jpg b/dataset/tusimple/clips/0313-1/240/2.jpg new file mode 100644 index 0000000..393bea8 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/20.jpg b/dataset/tusimple/clips/0313-1/240/20.jpg new file mode 100644 index 0000000..3227a57 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/20.png b/dataset/tusimple/clips/0313-1/240/20.png new file mode 100644 index 0000000..b1c2340 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/20.png differ diff --git a/dataset/tusimple/clips/0313-1/240/3.jpg b/dataset/tusimple/clips/0313-1/240/3.jpg new file mode 100644 index 0000000..5b72ff1 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/4.jpg b/dataset/tusimple/clips/0313-1/240/4.jpg new file mode 100644 index 0000000..b6dcca7 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/5.jpg b/dataset/tusimple/clips/0313-1/240/5.jpg new file mode 100644 index 0000000..f9f7fc8 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/6.jpg b/dataset/tusimple/clips/0313-1/240/6.jpg new file mode 100644 index 0000000..efa3fc9 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/7.jpg b/dataset/tusimple/clips/0313-1/240/7.jpg new file mode 100644 index 0000000..9536c7c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/8.jpg b/dataset/tusimple/clips/0313-1/240/8.jpg new file mode 100644 index 0000000..a684cf9 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/240/9.jpg b/dataset/tusimple/clips/0313-1/240/9.jpg new file mode 100644 index 0000000..69c133b Binary files /dev/null and b/dataset/tusimple/clips/0313-1/240/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/1.jpg b/dataset/tusimple/clips/0313-1/300/1.jpg new file mode 100644 index 0000000..0b39578 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/10.jpg b/dataset/tusimple/clips/0313-1/300/10.jpg new file mode 100644 index 0000000..4c5187d Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/11.jpg b/dataset/tusimple/clips/0313-1/300/11.jpg new file mode 100644 index 0000000..17f2979 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/12.jpg b/dataset/tusimple/clips/0313-1/300/12.jpg new file mode 100644 index 0000000..4ae7c37 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/13.jpg b/dataset/tusimple/clips/0313-1/300/13.jpg new file mode 100644 index 0000000..ed7c617 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/14.jpg b/dataset/tusimple/clips/0313-1/300/14.jpg new file mode 100644 index 0000000..f3905c6 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/15.jpg b/dataset/tusimple/clips/0313-1/300/15.jpg new file mode 100644 index 0000000..92d1903 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/16.jpg b/dataset/tusimple/clips/0313-1/300/16.jpg new file mode 100644 index 0000000..4e2a864 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/17.jpg b/dataset/tusimple/clips/0313-1/300/17.jpg new file mode 100644 index 0000000..a545641 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/18.jpg b/dataset/tusimple/clips/0313-1/300/18.jpg new file mode 100644 index 0000000..1bc633c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/19.jpg b/dataset/tusimple/clips/0313-1/300/19.jpg new file mode 100644 index 0000000..463bdf9 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/2.jpg b/dataset/tusimple/clips/0313-1/300/2.jpg new file mode 100644 index 0000000..ccc439c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/20.jpg b/dataset/tusimple/clips/0313-1/300/20.jpg new file mode 100644 index 0000000..55fd490 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/20.png b/dataset/tusimple/clips/0313-1/300/20.png new file mode 100644 index 0000000..21ac527 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/20.png differ diff --git a/dataset/tusimple/clips/0313-1/300/3.jpg b/dataset/tusimple/clips/0313-1/300/3.jpg new file mode 100644 index 0000000..4734052 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/4.jpg b/dataset/tusimple/clips/0313-1/300/4.jpg new file mode 100644 index 0000000..eb1a1a3 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/5.jpg b/dataset/tusimple/clips/0313-1/300/5.jpg new file mode 100644 index 0000000..e2dbf97 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/6.jpg b/dataset/tusimple/clips/0313-1/300/6.jpg new file mode 100644 index 0000000..ef1708e Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/7.jpg b/dataset/tusimple/clips/0313-1/300/7.jpg new file mode 100644 index 0000000..050e5bc Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/8.jpg b/dataset/tusimple/clips/0313-1/300/8.jpg new file mode 100644 index 0000000..d8dad4b Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/300/9.jpg b/dataset/tusimple/clips/0313-1/300/9.jpg new file mode 100644 index 0000000..9cb7278 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/300/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/1.jpg b/dataset/tusimple/clips/0313-1/360/1.jpg new file mode 100644 index 0000000..7ba81b2 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/10.jpg b/dataset/tusimple/clips/0313-1/360/10.jpg new file mode 100644 index 0000000..9cf7c77 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/11.jpg b/dataset/tusimple/clips/0313-1/360/11.jpg new file mode 100644 index 0000000..67ad9a4 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/12.jpg b/dataset/tusimple/clips/0313-1/360/12.jpg new file mode 100644 index 0000000..193ddf5 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/13.jpg b/dataset/tusimple/clips/0313-1/360/13.jpg new file mode 100644 index 0000000..fd81e7d Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/14.jpg b/dataset/tusimple/clips/0313-1/360/14.jpg new file mode 100644 index 0000000..6c8a102 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/15.jpg b/dataset/tusimple/clips/0313-1/360/15.jpg new file mode 100644 index 0000000..d3bd3d5 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/16.jpg b/dataset/tusimple/clips/0313-1/360/16.jpg new file mode 100644 index 0000000..8aa6835 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/17.jpg b/dataset/tusimple/clips/0313-1/360/17.jpg new file mode 100644 index 0000000..8ad4da0 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/18.jpg b/dataset/tusimple/clips/0313-1/360/18.jpg new file mode 100644 index 0000000..f721358 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/19.jpg b/dataset/tusimple/clips/0313-1/360/19.jpg new file mode 100644 index 0000000..d81f717 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/2.jpg b/dataset/tusimple/clips/0313-1/360/2.jpg new file mode 100644 index 0000000..25959fd Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/20.jpg b/dataset/tusimple/clips/0313-1/360/20.jpg new file mode 100644 index 0000000..27f99a5 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/20.png b/dataset/tusimple/clips/0313-1/360/20.png new file mode 100644 index 0000000..d4ef961 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/20.png differ diff --git a/dataset/tusimple/clips/0313-1/360/3.jpg b/dataset/tusimple/clips/0313-1/360/3.jpg new file mode 100644 index 0000000..fe9413f Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/4.jpg b/dataset/tusimple/clips/0313-1/360/4.jpg new file mode 100644 index 0000000..f13deec Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/5.jpg b/dataset/tusimple/clips/0313-1/360/5.jpg new file mode 100644 index 0000000..911f03c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/6.jpg b/dataset/tusimple/clips/0313-1/360/6.jpg new file mode 100644 index 0000000..b03843a Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/7.jpg b/dataset/tusimple/clips/0313-1/360/7.jpg new file mode 100644 index 0000000..b0333f1 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/8.jpg b/dataset/tusimple/clips/0313-1/360/8.jpg new file mode 100644 index 0000000..9b7d398 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/360/9.jpg b/dataset/tusimple/clips/0313-1/360/9.jpg new file mode 100644 index 0000000..ae345c1 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/360/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/1.jpg b/dataset/tusimple/clips/0313-1/420/1.jpg new file mode 100644 index 0000000..b425fd6 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/10.jpg b/dataset/tusimple/clips/0313-1/420/10.jpg new file mode 100644 index 0000000..9c196d3 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/11.jpg b/dataset/tusimple/clips/0313-1/420/11.jpg new file mode 100644 index 0000000..7b74bca Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/12.jpg b/dataset/tusimple/clips/0313-1/420/12.jpg new file mode 100644 index 0000000..33e72ea Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/13.jpg b/dataset/tusimple/clips/0313-1/420/13.jpg new file mode 100644 index 0000000..8bd05a1 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/14.jpg b/dataset/tusimple/clips/0313-1/420/14.jpg new file mode 100644 index 0000000..120e963 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/15.jpg b/dataset/tusimple/clips/0313-1/420/15.jpg new file mode 100644 index 0000000..686183b Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/16.jpg b/dataset/tusimple/clips/0313-1/420/16.jpg new file mode 100644 index 0000000..ac18142 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/17.jpg b/dataset/tusimple/clips/0313-1/420/17.jpg new file mode 100644 index 0000000..27106a0 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/18.jpg b/dataset/tusimple/clips/0313-1/420/18.jpg new file mode 100644 index 0000000..20fa897 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/19.jpg b/dataset/tusimple/clips/0313-1/420/19.jpg new file mode 100644 index 0000000..0e7e6dc Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/2.jpg b/dataset/tusimple/clips/0313-1/420/2.jpg new file mode 100644 index 0000000..b3b0403 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/20.jpg b/dataset/tusimple/clips/0313-1/420/20.jpg new file mode 100644 index 0000000..6ef9109 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/20.png b/dataset/tusimple/clips/0313-1/420/20.png new file mode 100644 index 0000000..2840a94 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/20.png differ diff --git a/dataset/tusimple/clips/0313-1/420/3.jpg b/dataset/tusimple/clips/0313-1/420/3.jpg new file mode 100644 index 0000000..19453a2 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/4.jpg b/dataset/tusimple/clips/0313-1/420/4.jpg new file mode 100644 index 0000000..77fe561 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/5.jpg b/dataset/tusimple/clips/0313-1/420/5.jpg new file mode 100644 index 0000000..8eb7af2 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/6.jpg b/dataset/tusimple/clips/0313-1/420/6.jpg new file mode 100644 index 0000000..e78884e Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/7.jpg b/dataset/tusimple/clips/0313-1/420/7.jpg new file mode 100644 index 0000000..e75467f Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/8.jpg b/dataset/tusimple/clips/0313-1/420/8.jpg new file mode 100644 index 0000000..83dfa03 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/420/9.jpg b/dataset/tusimple/clips/0313-1/420/9.jpg new file mode 100644 index 0000000..46f3ded Binary files /dev/null and b/dataset/tusimple/clips/0313-1/420/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/1.jpg b/dataset/tusimple/clips/0313-1/480/1.jpg new file mode 100644 index 0000000..1e76d4c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/10.jpg b/dataset/tusimple/clips/0313-1/480/10.jpg new file mode 100644 index 0000000..ddb5cdf Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/11.jpg b/dataset/tusimple/clips/0313-1/480/11.jpg new file mode 100644 index 0000000..b541464 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/12.jpg b/dataset/tusimple/clips/0313-1/480/12.jpg new file mode 100644 index 0000000..b995f2c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/13.jpg b/dataset/tusimple/clips/0313-1/480/13.jpg new file mode 100644 index 0000000..30a00ba Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/14.jpg b/dataset/tusimple/clips/0313-1/480/14.jpg new file mode 100644 index 0000000..0391186 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/15.jpg b/dataset/tusimple/clips/0313-1/480/15.jpg new file mode 100644 index 0000000..5bde28a Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/16.jpg b/dataset/tusimple/clips/0313-1/480/16.jpg new file mode 100644 index 0000000..7e1b349 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/17.jpg b/dataset/tusimple/clips/0313-1/480/17.jpg new file mode 100644 index 0000000..c2a3e93 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/18.jpg b/dataset/tusimple/clips/0313-1/480/18.jpg new file mode 100644 index 0000000..f9d85eb Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/19.jpg b/dataset/tusimple/clips/0313-1/480/19.jpg new file mode 100644 index 0000000..f97c696 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/2.jpg b/dataset/tusimple/clips/0313-1/480/2.jpg new file mode 100644 index 0000000..fdeb842 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/20.jpg b/dataset/tusimple/clips/0313-1/480/20.jpg new file mode 100644 index 0000000..e99d885 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/20.png b/dataset/tusimple/clips/0313-1/480/20.png new file mode 100644 index 0000000..b95fab1 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/20.png differ diff --git a/dataset/tusimple/clips/0313-1/480/3.jpg b/dataset/tusimple/clips/0313-1/480/3.jpg new file mode 100644 index 0000000..e7d3d8c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/4.jpg b/dataset/tusimple/clips/0313-1/480/4.jpg new file mode 100644 index 0000000..523385f Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/5.jpg b/dataset/tusimple/clips/0313-1/480/5.jpg new file mode 100644 index 0000000..9e82fd8 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/6.jpg b/dataset/tusimple/clips/0313-1/480/6.jpg new file mode 100644 index 0000000..6e508ff Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/7.jpg b/dataset/tusimple/clips/0313-1/480/7.jpg new file mode 100644 index 0000000..be2e40c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/8.jpg b/dataset/tusimple/clips/0313-1/480/8.jpg new file mode 100644 index 0000000..4dea0b0 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/480/9.jpg b/dataset/tusimple/clips/0313-1/480/9.jpg new file mode 100644 index 0000000..73bf3e4 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/480/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/1.jpg b/dataset/tusimple/clips/0313-1/540/1.jpg new file mode 100644 index 0000000..107abf2 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/10.jpg b/dataset/tusimple/clips/0313-1/540/10.jpg new file mode 100644 index 0000000..d505062 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/11.jpg b/dataset/tusimple/clips/0313-1/540/11.jpg new file mode 100644 index 0000000..ad288b0 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/12.jpg b/dataset/tusimple/clips/0313-1/540/12.jpg new file mode 100644 index 0000000..93929e1 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/13.jpg b/dataset/tusimple/clips/0313-1/540/13.jpg new file mode 100644 index 0000000..943f6e7 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/14.jpg b/dataset/tusimple/clips/0313-1/540/14.jpg new file mode 100644 index 0000000..24454c7 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/15.jpg b/dataset/tusimple/clips/0313-1/540/15.jpg new file mode 100644 index 0000000..a15a3d0 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/16.jpg b/dataset/tusimple/clips/0313-1/540/16.jpg new file mode 100644 index 0000000..f8fc801 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/17.jpg b/dataset/tusimple/clips/0313-1/540/17.jpg new file mode 100644 index 0000000..b5cc4c2 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/18.jpg b/dataset/tusimple/clips/0313-1/540/18.jpg new file mode 100644 index 0000000..ec21f57 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/19.jpg b/dataset/tusimple/clips/0313-1/540/19.jpg new file mode 100644 index 0000000..51d07f4 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/2.jpg b/dataset/tusimple/clips/0313-1/540/2.jpg new file mode 100644 index 0000000..7b9cd06 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/20.jpg b/dataset/tusimple/clips/0313-1/540/20.jpg new file mode 100644 index 0000000..8017037 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/20.png b/dataset/tusimple/clips/0313-1/540/20.png new file mode 100644 index 0000000..592525c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/20.png differ diff --git a/dataset/tusimple/clips/0313-1/540/3.jpg b/dataset/tusimple/clips/0313-1/540/3.jpg new file mode 100644 index 0000000..a3fe6ac Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/4.jpg b/dataset/tusimple/clips/0313-1/540/4.jpg new file mode 100644 index 0000000..07ac528 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/5.jpg b/dataset/tusimple/clips/0313-1/540/5.jpg new file mode 100644 index 0000000..5cf949c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/6.jpg b/dataset/tusimple/clips/0313-1/540/6.jpg new file mode 100644 index 0000000..5e59446 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/7.jpg b/dataset/tusimple/clips/0313-1/540/7.jpg new file mode 100644 index 0000000..f767017 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/8.jpg b/dataset/tusimple/clips/0313-1/540/8.jpg new file mode 100644 index 0000000..623ca57 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/540/9.jpg b/dataset/tusimple/clips/0313-1/540/9.jpg new file mode 100644 index 0000000..f9d4462 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/540/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/1.jpg b/dataset/tusimple/clips/0313-1/60/1.jpg new file mode 100644 index 0000000..f3ac5af Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/10.jpg b/dataset/tusimple/clips/0313-1/60/10.jpg new file mode 100644 index 0000000..0374482 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/11.jpg b/dataset/tusimple/clips/0313-1/60/11.jpg new file mode 100644 index 0000000..00e54ca Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/12.jpg b/dataset/tusimple/clips/0313-1/60/12.jpg new file mode 100644 index 0000000..354a165 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/13.jpg b/dataset/tusimple/clips/0313-1/60/13.jpg new file mode 100644 index 0000000..75e2d76 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/14.jpg b/dataset/tusimple/clips/0313-1/60/14.jpg new file mode 100644 index 0000000..f06cabc Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/15.jpg b/dataset/tusimple/clips/0313-1/60/15.jpg new file mode 100644 index 0000000..6fb5356 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/16.jpg b/dataset/tusimple/clips/0313-1/60/16.jpg new file mode 100644 index 0000000..2b67c51 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/17.jpg b/dataset/tusimple/clips/0313-1/60/17.jpg new file mode 100644 index 0000000..4a45a20 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/18.jpg b/dataset/tusimple/clips/0313-1/60/18.jpg new file mode 100644 index 0000000..97e2ea3 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/19.jpg b/dataset/tusimple/clips/0313-1/60/19.jpg new file mode 100644 index 0000000..2bf222d Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/2.jpg b/dataset/tusimple/clips/0313-1/60/2.jpg new file mode 100644 index 0000000..f6beb87 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/20.jpg b/dataset/tusimple/clips/0313-1/60/20.jpg new file mode 100644 index 0000000..bd727ca Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/20.png b/dataset/tusimple/clips/0313-1/60/20.png new file mode 100644 index 0000000..c052bb1 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/20.png differ diff --git a/dataset/tusimple/clips/0313-1/60/3.jpg b/dataset/tusimple/clips/0313-1/60/3.jpg new file mode 100644 index 0000000..ec1f615 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/4.jpg b/dataset/tusimple/clips/0313-1/60/4.jpg new file mode 100644 index 0000000..05c1082 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/5.jpg b/dataset/tusimple/clips/0313-1/60/5.jpg new file mode 100644 index 0000000..7f4a11e Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/6.jpg b/dataset/tusimple/clips/0313-1/60/6.jpg new file mode 100644 index 0000000..7ce3d6d Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/7.jpg b/dataset/tusimple/clips/0313-1/60/7.jpg new file mode 100644 index 0000000..1ad9ded Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/8.jpg b/dataset/tusimple/clips/0313-1/60/8.jpg new file mode 100644 index 0000000..6daca82 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/60/9.jpg b/dataset/tusimple/clips/0313-1/60/9.jpg new file mode 100644 index 0000000..17cd136 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/60/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/1.jpg b/dataset/tusimple/clips/0313-1/600/1.jpg new file mode 100644 index 0000000..4f9f366 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/10.jpg b/dataset/tusimple/clips/0313-1/600/10.jpg new file mode 100644 index 0000000..b4404f9 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/11.jpg b/dataset/tusimple/clips/0313-1/600/11.jpg new file mode 100644 index 0000000..8c103e5 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/12.jpg b/dataset/tusimple/clips/0313-1/600/12.jpg new file mode 100644 index 0000000..09c2d52 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/13.jpg b/dataset/tusimple/clips/0313-1/600/13.jpg new file mode 100644 index 0000000..a148d10 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/14.jpg b/dataset/tusimple/clips/0313-1/600/14.jpg new file mode 100644 index 0000000..c6c5a9a Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/15.jpg b/dataset/tusimple/clips/0313-1/600/15.jpg new file mode 100644 index 0000000..1a5b578 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/16.jpg b/dataset/tusimple/clips/0313-1/600/16.jpg new file mode 100644 index 0000000..1602455 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/17.jpg b/dataset/tusimple/clips/0313-1/600/17.jpg new file mode 100644 index 0000000..f172a19 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/18.jpg b/dataset/tusimple/clips/0313-1/600/18.jpg new file mode 100644 index 0000000..0cdea4e Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/19.jpg b/dataset/tusimple/clips/0313-1/600/19.jpg new file mode 100644 index 0000000..553a810 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/2.jpg b/dataset/tusimple/clips/0313-1/600/2.jpg new file mode 100644 index 0000000..8cf0691 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/20.jpg b/dataset/tusimple/clips/0313-1/600/20.jpg new file mode 100644 index 0000000..b119e07 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/20.png b/dataset/tusimple/clips/0313-1/600/20.png new file mode 100644 index 0000000..835e2c6 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/20.png differ diff --git a/dataset/tusimple/clips/0313-1/600/3.jpg b/dataset/tusimple/clips/0313-1/600/3.jpg new file mode 100644 index 0000000..b3e9213 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/4.jpg b/dataset/tusimple/clips/0313-1/600/4.jpg new file mode 100644 index 0000000..bd9d283 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/5.jpg b/dataset/tusimple/clips/0313-1/600/5.jpg new file mode 100644 index 0000000..9d8c243 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/6.jpg b/dataset/tusimple/clips/0313-1/600/6.jpg new file mode 100644 index 0000000..13e9e6f Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/7.jpg b/dataset/tusimple/clips/0313-1/600/7.jpg new file mode 100644 index 0000000..4abc9e1 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/8.jpg b/dataset/tusimple/clips/0313-1/600/8.jpg new file mode 100644 index 0000000..acf902f Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/600/9.jpg b/dataset/tusimple/clips/0313-1/600/9.jpg new file mode 100644 index 0000000..14611cc Binary files /dev/null and b/dataset/tusimple/clips/0313-1/600/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/1.jpg b/dataset/tusimple/clips/0313-1/660/1.jpg new file mode 100644 index 0000000..970d1b7 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/10.jpg b/dataset/tusimple/clips/0313-1/660/10.jpg new file mode 100644 index 0000000..13e1260 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/11.jpg b/dataset/tusimple/clips/0313-1/660/11.jpg new file mode 100644 index 0000000..2f9c270 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/12.jpg b/dataset/tusimple/clips/0313-1/660/12.jpg new file mode 100644 index 0000000..95d0fca Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/13.jpg b/dataset/tusimple/clips/0313-1/660/13.jpg new file mode 100644 index 0000000..a13e2d4 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/14.jpg b/dataset/tusimple/clips/0313-1/660/14.jpg new file mode 100644 index 0000000..1c5101b Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/15.jpg b/dataset/tusimple/clips/0313-1/660/15.jpg new file mode 100644 index 0000000..2c88f7d Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/16.jpg b/dataset/tusimple/clips/0313-1/660/16.jpg new file mode 100644 index 0000000..5e57452 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/17.jpg b/dataset/tusimple/clips/0313-1/660/17.jpg new file mode 100644 index 0000000..a257128 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/18.jpg b/dataset/tusimple/clips/0313-1/660/18.jpg new file mode 100644 index 0000000..43c1a34 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/19.jpg b/dataset/tusimple/clips/0313-1/660/19.jpg new file mode 100644 index 0000000..c08257f Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/2.jpg b/dataset/tusimple/clips/0313-1/660/2.jpg new file mode 100644 index 0000000..5f97529 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/20.jpg b/dataset/tusimple/clips/0313-1/660/20.jpg new file mode 100644 index 0000000..9fbc5dd Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/20.png b/dataset/tusimple/clips/0313-1/660/20.png new file mode 100644 index 0000000..84b8bda Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/20.png differ diff --git a/dataset/tusimple/clips/0313-1/660/3.jpg b/dataset/tusimple/clips/0313-1/660/3.jpg new file mode 100644 index 0000000..babb227 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/4.jpg b/dataset/tusimple/clips/0313-1/660/4.jpg new file mode 100644 index 0000000..2a1db67 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/5.jpg b/dataset/tusimple/clips/0313-1/660/5.jpg new file mode 100644 index 0000000..a109ba7 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/6.jpg b/dataset/tusimple/clips/0313-1/660/6.jpg new file mode 100644 index 0000000..e9982fb Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/7.jpg b/dataset/tusimple/clips/0313-1/660/7.jpg new file mode 100644 index 0000000..8006062 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/8.jpg b/dataset/tusimple/clips/0313-1/660/8.jpg new file mode 100644 index 0000000..45b5c13 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/660/9.jpg b/dataset/tusimple/clips/0313-1/660/9.jpg new file mode 100644 index 0000000..a51191d Binary files /dev/null and b/dataset/tusimple/clips/0313-1/660/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/1.jpg b/dataset/tusimple/clips/0313-1/720/1.jpg new file mode 100644 index 0000000..9bf4f0b Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/10.jpg b/dataset/tusimple/clips/0313-1/720/10.jpg new file mode 100644 index 0000000..d357a2c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/11.jpg b/dataset/tusimple/clips/0313-1/720/11.jpg new file mode 100644 index 0000000..c308179 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/12.jpg b/dataset/tusimple/clips/0313-1/720/12.jpg new file mode 100644 index 0000000..b17e5a1 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/13.jpg b/dataset/tusimple/clips/0313-1/720/13.jpg new file mode 100644 index 0000000..56ba589 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/14.jpg b/dataset/tusimple/clips/0313-1/720/14.jpg new file mode 100644 index 0000000..140a44a Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/15.jpg b/dataset/tusimple/clips/0313-1/720/15.jpg new file mode 100644 index 0000000..640d76b Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/16.jpg b/dataset/tusimple/clips/0313-1/720/16.jpg new file mode 100644 index 0000000..a2ebdcd Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/17.jpg b/dataset/tusimple/clips/0313-1/720/17.jpg new file mode 100644 index 0000000..5ccd23a Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/18.jpg b/dataset/tusimple/clips/0313-1/720/18.jpg new file mode 100644 index 0000000..f6f2b3f Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/19.jpg b/dataset/tusimple/clips/0313-1/720/19.jpg new file mode 100644 index 0000000..633dbd2 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/2.jpg b/dataset/tusimple/clips/0313-1/720/2.jpg new file mode 100644 index 0000000..1928675 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/20.jpg b/dataset/tusimple/clips/0313-1/720/20.jpg new file mode 100644 index 0000000..419e81c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/20.png b/dataset/tusimple/clips/0313-1/720/20.png new file mode 100644 index 0000000..0c82949 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/20.png differ diff --git a/dataset/tusimple/clips/0313-1/720/3.jpg b/dataset/tusimple/clips/0313-1/720/3.jpg new file mode 100644 index 0000000..cf6224e Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/4.jpg b/dataset/tusimple/clips/0313-1/720/4.jpg new file mode 100644 index 0000000..b0c85ff Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/5.jpg b/dataset/tusimple/clips/0313-1/720/5.jpg new file mode 100644 index 0000000..5e57390 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/6.jpg b/dataset/tusimple/clips/0313-1/720/6.jpg new file mode 100644 index 0000000..cf330cd Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/7.jpg b/dataset/tusimple/clips/0313-1/720/7.jpg new file mode 100644 index 0000000..f610dff Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/8.jpg b/dataset/tusimple/clips/0313-1/720/8.jpg new file mode 100644 index 0000000..56a4738 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/720/9.jpg b/dataset/tusimple/clips/0313-1/720/9.jpg new file mode 100644 index 0000000..a20486a Binary files /dev/null and b/dataset/tusimple/clips/0313-1/720/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/1.jpg b/dataset/tusimple/clips/0313-1/780/1.jpg new file mode 100644 index 0000000..3284fa9 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/10.jpg b/dataset/tusimple/clips/0313-1/780/10.jpg new file mode 100644 index 0000000..614bee0 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/11.jpg b/dataset/tusimple/clips/0313-1/780/11.jpg new file mode 100644 index 0000000..0b0df86 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/12.jpg b/dataset/tusimple/clips/0313-1/780/12.jpg new file mode 100644 index 0000000..b65eedb Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/13.jpg b/dataset/tusimple/clips/0313-1/780/13.jpg new file mode 100644 index 0000000..7d03d38 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/14.jpg b/dataset/tusimple/clips/0313-1/780/14.jpg new file mode 100644 index 0000000..6e9d7a2 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/15.jpg b/dataset/tusimple/clips/0313-1/780/15.jpg new file mode 100644 index 0000000..9df6b8e Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/16.jpg b/dataset/tusimple/clips/0313-1/780/16.jpg new file mode 100644 index 0000000..8ca9058 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/17.jpg b/dataset/tusimple/clips/0313-1/780/17.jpg new file mode 100644 index 0000000..de26da6 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/18.jpg b/dataset/tusimple/clips/0313-1/780/18.jpg new file mode 100644 index 0000000..f5035ba Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/19.jpg b/dataset/tusimple/clips/0313-1/780/19.jpg new file mode 100644 index 0000000..e40e509 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/2.jpg b/dataset/tusimple/clips/0313-1/780/2.jpg new file mode 100644 index 0000000..3a135fb Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/20.jpg b/dataset/tusimple/clips/0313-1/780/20.jpg new file mode 100644 index 0000000..20d2ae4 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/20.png b/dataset/tusimple/clips/0313-1/780/20.png new file mode 100644 index 0000000..8257e3d Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/20.png differ diff --git a/dataset/tusimple/clips/0313-1/780/3.jpg b/dataset/tusimple/clips/0313-1/780/3.jpg new file mode 100644 index 0000000..2b531ef Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/4.jpg b/dataset/tusimple/clips/0313-1/780/4.jpg new file mode 100644 index 0000000..84db6f1 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/5.jpg b/dataset/tusimple/clips/0313-1/780/5.jpg new file mode 100644 index 0000000..2120dbc Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/6.jpg b/dataset/tusimple/clips/0313-1/780/6.jpg new file mode 100644 index 0000000..757e903 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/7.jpg b/dataset/tusimple/clips/0313-1/780/7.jpg new file mode 100644 index 0000000..08725ab Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/8.jpg b/dataset/tusimple/clips/0313-1/780/8.jpg new file mode 100644 index 0000000..28b068f Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/780/9.jpg b/dataset/tusimple/clips/0313-1/780/9.jpg new file mode 100644 index 0000000..1df87d4 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/780/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/1.jpg b/dataset/tusimple/clips/0313-1/840/1.jpg new file mode 100644 index 0000000..6621ad0 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/10.jpg b/dataset/tusimple/clips/0313-1/840/10.jpg new file mode 100644 index 0000000..f59a66b Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/11.jpg b/dataset/tusimple/clips/0313-1/840/11.jpg new file mode 100644 index 0000000..1f0f777 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/12.jpg b/dataset/tusimple/clips/0313-1/840/12.jpg new file mode 100644 index 0000000..e3dd9f7 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/13.jpg b/dataset/tusimple/clips/0313-1/840/13.jpg new file mode 100644 index 0000000..fd27090 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/14.jpg b/dataset/tusimple/clips/0313-1/840/14.jpg new file mode 100644 index 0000000..e7b7c28 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/15.jpg b/dataset/tusimple/clips/0313-1/840/15.jpg new file mode 100644 index 0000000..d03fab0 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/16.jpg b/dataset/tusimple/clips/0313-1/840/16.jpg new file mode 100644 index 0000000..64bd9b1 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/17.jpg b/dataset/tusimple/clips/0313-1/840/17.jpg new file mode 100644 index 0000000..8be95f8 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/18.jpg b/dataset/tusimple/clips/0313-1/840/18.jpg new file mode 100644 index 0000000..e41ccc2 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/19.jpg b/dataset/tusimple/clips/0313-1/840/19.jpg new file mode 100644 index 0000000..14eeaf7 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/2.jpg b/dataset/tusimple/clips/0313-1/840/2.jpg new file mode 100644 index 0000000..12a19a4 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/20.jpg b/dataset/tusimple/clips/0313-1/840/20.jpg new file mode 100644 index 0000000..5834559 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/20.png b/dataset/tusimple/clips/0313-1/840/20.png new file mode 100644 index 0000000..ba0df82 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/20.png differ diff --git a/dataset/tusimple/clips/0313-1/840/3.jpg b/dataset/tusimple/clips/0313-1/840/3.jpg new file mode 100644 index 0000000..1bca9d0 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/4.jpg b/dataset/tusimple/clips/0313-1/840/4.jpg new file mode 100644 index 0000000..00ba7dd Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/5.jpg b/dataset/tusimple/clips/0313-1/840/5.jpg new file mode 100644 index 0000000..bc5f505 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/6.jpg b/dataset/tusimple/clips/0313-1/840/6.jpg new file mode 100644 index 0000000..1eafa19 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/7.jpg b/dataset/tusimple/clips/0313-1/840/7.jpg new file mode 100644 index 0000000..444a86f Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/8.jpg b/dataset/tusimple/clips/0313-1/840/8.jpg new file mode 100644 index 0000000..992a80c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/840/9.jpg b/dataset/tusimple/clips/0313-1/840/9.jpg new file mode 100644 index 0000000..59be49a Binary files /dev/null and b/dataset/tusimple/clips/0313-1/840/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/1.jpg b/dataset/tusimple/clips/0313-1/900/1.jpg new file mode 100644 index 0000000..6984701 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/10.jpg b/dataset/tusimple/clips/0313-1/900/10.jpg new file mode 100644 index 0000000..a80bd22 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/11.jpg b/dataset/tusimple/clips/0313-1/900/11.jpg new file mode 100644 index 0000000..7af07d8 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/12.jpg b/dataset/tusimple/clips/0313-1/900/12.jpg new file mode 100644 index 0000000..d2394d0 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/13.jpg b/dataset/tusimple/clips/0313-1/900/13.jpg new file mode 100644 index 0000000..9576522 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/14.jpg b/dataset/tusimple/clips/0313-1/900/14.jpg new file mode 100644 index 0000000..c803045 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/15.jpg b/dataset/tusimple/clips/0313-1/900/15.jpg new file mode 100644 index 0000000..4a1b518 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/16.jpg b/dataset/tusimple/clips/0313-1/900/16.jpg new file mode 100644 index 0000000..b4c200c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/17.jpg b/dataset/tusimple/clips/0313-1/900/17.jpg new file mode 100644 index 0000000..5741940 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/18.jpg b/dataset/tusimple/clips/0313-1/900/18.jpg new file mode 100644 index 0000000..3e55e59 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/19.jpg b/dataset/tusimple/clips/0313-1/900/19.jpg new file mode 100644 index 0000000..7d796d3 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/2.jpg b/dataset/tusimple/clips/0313-1/900/2.jpg new file mode 100644 index 0000000..b720fed Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/20.jpg b/dataset/tusimple/clips/0313-1/900/20.jpg new file mode 100644 index 0000000..1db4cdd Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/20.png b/dataset/tusimple/clips/0313-1/900/20.png new file mode 100644 index 0000000..d5a20e2 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/20.png differ diff --git a/dataset/tusimple/clips/0313-1/900/3.jpg b/dataset/tusimple/clips/0313-1/900/3.jpg new file mode 100644 index 0000000..854d56c Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/4.jpg b/dataset/tusimple/clips/0313-1/900/4.jpg new file mode 100644 index 0000000..8376486 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/5.jpg b/dataset/tusimple/clips/0313-1/900/5.jpg new file mode 100644 index 0000000..ddbf725 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/6.jpg b/dataset/tusimple/clips/0313-1/900/6.jpg new file mode 100644 index 0000000..f827d97 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/7.jpg b/dataset/tusimple/clips/0313-1/900/7.jpg new file mode 100644 index 0000000..8bf9754 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/8.jpg b/dataset/tusimple/clips/0313-1/900/8.jpg new file mode 100644 index 0000000..be21b28 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/900/9.jpg b/dataset/tusimple/clips/0313-1/900/9.jpg new file mode 100644 index 0000000..9dc5eab Binary files /dev/null and b/dataset/tusimple/clips/0313-1/900/9.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/1.jpg b/dataset/tusimple/clips/0313-1/960/1.jpg new file mode 100644 index 0000000..2e73e03 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/1.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/10.jpg b/dataset/tusimple/clips/0313-1/960/10.jpg new file mode 100644 index 0000000..d8c1d15 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/10.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/11.jpg b/dataset/tusimple/clips/0313-1/960/11.jpg new file mode 100644 index 0000000..f218704 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/11.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/12.jpg b/dataset/tusimple/clips/0313-1/960/12.jpg new file mode 100644 index 0000000..a3239c7 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/12.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/13.jpg b/dataset/tusimple/clips/0313-1/960/13.jpg new file mode 100644 index 0000000..4c8c03f Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/13.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/14.jpg b/dataset/tusimple/clips/0313-1/960/14.jpg new file mode 100644 index 0000000..648cbd5 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/14.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/15.jpg b/dataset/tusimple/clips/0313-1/960/15.jpg new file mode 100644 index 0000000..c5e0eb2 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/15.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/16.jpg b/dataset/tusimple/clips/0313-1/960/16.jpg new file mode 100644 index 0000000..242bec4 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/16.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/17.jpg b/dataset/tusimple/clips/0313-1/960/17.jpg new file mode 100644 index 0000000..b3d8525 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/17.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/18.jpg b/dataset/tusimple/clips/0313-1/960/18.jpg new file mode 100644 index 0000000..59007a0 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/18.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/19.jpg b/dataset/tusimple/clips/0313-1/960/19.jpg new file mode 100644 index 0000000..e7adadd Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/19.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/2.jpg b/dataset/tusimple/clips/0313-1/960/2.jpg new file mode 100644 index 0000000..51bd308 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/2.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/20.jpg b/dataset/tusimple/clips/0313-1/960/20.jpg new file mode 100644 index 0000000..77037b9 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/20.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/20.png b/dataset/tusimple/clips/0313-1/960/20.png new file mode 100644 index 0000000..d77f2f3 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/20.png differ diff --git a/dataset/tusimple/clips/0313-1/960/3.jpg b/dataset/tusimple/clips/0313-1/960/3.jpg new file mode 100644 index 0000000..f543abe Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/3.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/4.jpg b/dataset/tusimple/clips/0313-1/960/4.jpg new file mode 100644 index 0000000..4edf299 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/4.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/5.jpg b/dataset/tusimple/clips/0313-1/960/5.jpg new file mode 100644 index 0000000..1ef36a7 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/5.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/6.jpg b/dataset/tusimple/clips/0313-1/960/6.jpg new file mode 100644 index 0000000..8230a8e Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/6.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/7.jpg b/dataset/tusimple/clips/0313-1/960/7.jpg new file mode 100644 index 0000000..51df94e Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/7.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/8.jpg b/dataset/tusimple/clips/0313-1/960/8.jpg new file mode 100644 index 0000000..4c56153 Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/8.jpg differ diff --git a/dataset/tusimple/clips/0313-1/960/9.jpg b/dataset/tusimple/clips/0313-1/960/9.jpg new file mode 100644 index 0000000..9ef160e Binary files /dev/null and b/dataset/tusimple/clips/0313-1/960/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/1.jpg b/dataset/tusimple/clips/0313-2/100/1.jpg new file mode 100644 index 0000000..6fb7e94 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/10.jpg b/dataset/tusimple/clips/0313-2/100/10.jpg new file mode 100644 index 0000000..da07bee Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/11.jpg b/dataset/tusimple/clips/0313-2/100/11.jpg new file mode 100644 index 0000000..204a093 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/12.jpg b/dataset/tusimple/clips/0313-2/100/12.jpg new file mode 100644 index 0000000..597056f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/13.jpg b/dataset/tusimple/clips/0313-2/100/13.jpg new file mode 100644 index 0000000..77a68de Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/14.jpg b/dataset/tusimple/clips/0313-2/100/14.jpg new file mode 100644 index 0000000..9bcee76 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/15.jpg b/dataset/tusimple/clips/0313-2/100/15.jpg new file mode 100644 index 0000000..e63fc36 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/16.jpg b/dataset/tusimple/clips/0313-2/100/16.jpg new file mode 100644 index 0000000..cdd9b48 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/17.jpg b/dataset/tusimple/clips/0313-2/100/17.jpg new file mode 100644 index 0000000..b26f574 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/18.jpg b/dataset/tusimple/clips/0313-2/100/18.jpg new file mode 100644 index 0000000..67eabc1 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/19.jpg b/dataset/tusimple/clips/0313-2/100/19.jpg new file mode 100644 index 0000000..9b27ff4 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/2.jpg b/dataset/tusimple/clips/0313-2/100/2.jpg new file mode 100644 index 0000000..c947afb Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/20.jpg b/dataset/tusimple/clips/0313-2/100/20.jpg new file mode 100644 index 0000000..38f59dd Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/20.png b/dataset/tusimple/clips/0313-2/100/20.png new file mode 100644 index 0000000..e4eedee Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/20.png differ diff --git a/dataset/tusimple/clips/0313-2/100/3.jpg b/dataset/tusimple/clips/0313-2/100/3.jpg new file mode 100644 index 0000000..5e1f370 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/4.jpg b/dataset/tusimple/clips/0313-2/100/4.jpg new file mode 100644 index 0000000..07446ac Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/5.jpg b/dataset/tusimple/clips/0313-2/100/5.jpg new file mode 100644 index 0000000..89b7a7f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/6.jpg b/dataset/tusimple/clips/0313-2/100/6.jpg new file mode 100644 index 0000000..70886fd Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/7.jpg b/dataset/tusimple/clips/0313-2/100/7.jpg new file mode 100644 index 0000000..608dd3b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/8.jpg b/dataset/tusimple/clips/0313-2/100/8.jpg new file mode 100644 index 0000000..6df869f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/100/9.jpg b/dataset/tusimple/clips/0313-2/100/9.jpg new file mode 100644 index 0000000..dccf364 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/100/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/1.jpg b/dataset/tusimple/clips/0313-2/105/1.jpg new file mode 100644 index 0000000..70886fd Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/10.jpg b/dataset/tusimple/clips/0313-2/105/10.jpg new file mode 100644 index 0000000..e63fc36 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/11.jpg b/dataset/tusimple/clips/0313-2/105/11.jpg new file mode 100644 index 0000000..cdd9b48 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/12.jpg b/dataset/tusimple/clips/0313-2/105/12.jpg new file mode 100644 index 0000000..b26f574 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/13.jpg b/dataset/tusimple/clips/0313-2/105/13.jpg new file mode 100644 index 0000000..67eabc1 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/14.jpg b/dataset/tusimple/clips/0313-2/105/14.jpg new file mode 100644 index 0000000..9b27ff4 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/15.jpg b/dataset/tusimple/clips/0313-2/105/15.jpg new file mode 100644 index 0000000..38f59dd Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/16.jpg b/dataset/tusimple/clips/0313-2/105/16.jpg new file mode 100644 index 0000000..91c57c7 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/17.jpg b/dataset/tusimple/clips/0313-2/105/17.jpg new file mode 100644 index 0000000..302fcad Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/18.jpg b/dataset/tusimple/clips/0313-2/105/18.jpg new file mode 100644 index 0000000..66d7e3b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/19.jpg b/dataset/tusimple/clips/0313-2/105/19.jpg new file mode 100644 index 0000000..dd3584a Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/2.jpg b/dataset/tusimple/clips/0313-2/105/2.jpg new file mode 100644 index 0000000..608dd3b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/20.jpg b/dataset/tusimple/clips/0313-2/105/20.jpg new file mode 100644 index 0000000..d3c2b15 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/20.png b/dataset/tusimple/clips/0313-2/105/20.png new file mode 100644 index 0000000..09b00ab Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/20.png differ diff --git a/dataset/tusimple/clips/0313-2/105/3.jpg b/dataset/tusimple/clips/0313-2/105/3.jpg new file mode 100644 index 0000000..6df869f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/4.jpg b/dataset/tusimple/clips/0313-2/105/4.jpg new file mode 100644 index 0000000..dccf364 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/5.jpg b/dataset/tusimple/clips/0313-2/105/5.jpg new file mode 100644 index 0000000..da07bee Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/6.jpg b/dataset/tusimple/clips/0313-2/105/6.jpg new file mode 100644 index 0000000..204a093 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/7.jpg b/dataset/tusimple/clips/0313-2/105/7.jpg new file mode 100644 index 0000000..597056f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/8.jpg b/dataset/tusimple/clips/0313-2/105/8.jpg new file mode 100644 index 0000000..77a68de Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/105/9.jpg b/dataset/tusimple/clips/0313-2/105/9.jpg new file mode 100644 index 0000000..9bcee76 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/105/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/1.jpg b/dataset/tusimple/clips/0313-2/110/1.jpg new file mode 100644 index 0000000..204a093 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/10.jpg b/dataset/tusimple/clips/0313-2/110/10.jpg new file mode 100644 index 0000000..38f59dd Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/11.jpg b/dataset/tusimple/clips/0313-2/110/11.jpg new file mode 100644 index 0000000..91c57c7 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/12.jpg b/dataset/tusimple/clips/0313-2/110/12.jpg new file mode 100644 index 0000000..302fcad Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/13.jpg b/dataset/tusimple/clips/0313-2/110/13.jpg new file mode 100644 index 0000000..66d7e3b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/14.jpg b/dataset/tusimple/clips/0313-2/110/14.jpg new file mode 100644 index 0000000..dd3584a Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/15.jpg b/dataset/tusimple/clips/0313-2/110/15.jpg new file mode 100644 index 0000000..d3c2b15 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/16.jpg b/dataset/tusimple/clips/0313-2/110/16.jpg new file mode 100644 index 0000000..ea765c6 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/17.jpg b/dataset/tusimple/clips/0313-2/110/17.jpg new file mode 100644 index 0000000..df4f03c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/18.jpg b/dataset/tusimple/clips/0313-2/110/18.jpg new file mode 100644 index 0000000..578c7ea Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/19.jpg b/dataset/tusimple/clips/0313-2/110/19.jpg new file mode 100644 index 0000000..2616a24 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/2.jpg b/dataset/tusimple/clips/0313-2/110/2.jpg new file mode 100644 index 0000000..597056f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/20.jpg b/dataset/tusimple/clips/0313-2/110/20.jpg new file mode 100644 index 0000000..cdca468 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/20.png b/dataset/tusimple/clips/0313-2/110/20.png new file mode 100644 index 0000000..fab807c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/20.png differ diff --git a/dataset/tusimple/clips/0313-2/110/3.jpg b/dataset/tusimple/clips/0313-2/110/3.jpg new file mode 100644 index 0000000..77a68de Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/4.jpg b/dataset/tusimple/clips/0313-2/110/4.jpg new file mode 100644 index 0000000..9bcee76 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/5.jpg b/dataset/tusimple/clips/0313-2/110/5.jpg new file mode 100644 index 0000000..e63fc36 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/6.jpg b/dataset/tusimple/clips/0313-2/110/6.jpg new file mode 100644 index 0000000..cdd9b48 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/7.jpg b/dataset/tusimple/clips/0313-2/110/7.jpg new file mode 100644 index 0000000..b26f574 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/8.jpg b/dataset/tusimple/clips/0313-2/110/8.jpg new file mode 100644 index 0000000..67eabc1 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/110/9.jpg b/dataset/tusimple/clips/0313-2/110/9.jpg new file mode 100644 index 0000000..9b27ff4 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/110/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/1.jpg b/dataset/tusimple/clips/0313-2/115/1.jpg new file mode 100644 index 0000000..cdd9b48 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/10.jpg b/dataset/tusimple/clips/0313-2/115/10.jpg new file mode 100644 index 0000000..d3c2b15 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/11.jpg b/dataset/tusimple/clips/0313-2/115/11.jpg new file mode 100644 index 0000000..ea765c6 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/12.jpg b/dataset/tusimple/clips/0313-2/115/12.jpg new file mode 100644 index 0000000..df4f03c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/13.jpg b/dataset/tusimple/clips/0313-2/115/13.jpg new file mode 100644 index 0000000..578c7ea Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/14.jpg b/dataset/tusimple/clips/0313-2/115/14.jpg new file mode 100644 index 0000000..2616a24 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/15.jpg b/dataset/tusimple/clips/0313-2/115/15.jpg new file mode 100644 index 0000000..cdca468 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/16.jpg b/dataset/tusimple/clips/0313-2/115/16.jpg new file mode 100644 index 0000000..9297625 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/17.jpg b/dataset/tusimple/clips/0313-2/115/17.jpg new file mode 100644 index 0000000..4cf23e4 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/18.jpg b/dataset/tusimple/clips/0313-2/115/18.jpg new file mode 100644 index 0000000..d645036 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/19.jpg b/dataset/tusimple/clips/0313-2/115/19.jpg new file mode 100644 index 0000000..ac09f52 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/2.jpg b/dataset/tusimple/clips/0313-2/115/2.jpg new file mode 100644 index 0000000..b26f574 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/20.jpg b/dataset/tusimple/clips/0313-2/115/20.jpg new file mode 100644 index 0000000..4ffe30e Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/20.png b/dataset/tusimple/clips/0313-2/115/20.png new file mode 100644 index 0000000..5090c72 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/20.png differ diff --git a/dataset/tusimple/clips/0313-2/115/3.jpg b/dataset/tusimple/clips/0313-2/115/3.jpg new file mode 100644 index 0000000..67eabc1 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/4.jpg b/dataset/tusimple/clips/0313-2/115/4.jpg new file mode 100644 index 0000000..9b27ff4 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/5.jpg b/dataset/tusimple/clips/0313-2/115/5.jpg new file mode 100644 index 0000000..38f59dd Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/6.jpg b/dataset/tusimple/clips/0313-2/115/6.jpg new file mode 100644 index 0000000..91c57c7 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/7.jpg b/dataset/tusimple/clips/0313-2/115/7.jpg new file mode 100644 index 0000000..302fcad Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/8.jpg b/dataset/tusimple/clips/0313-2/115/8.jpg new file mode 100644 index 0000000..66d7e3b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/115/9.jpg b/dataset/tusimple/clips/0313-2/115/9.jpg new file mode 100644 index 0000000..dd3584a Binary files /dev/null and b/dataset/tusimple/clips/0313-2/115/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/1.jpg b/dataset/tusimple/clips/0313-2/20/1.jpg new file mode 100644 index 0000000..8bd8d07 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/10.jpg b/dataset/tusimple/clips/0313-2/20/10.jpg new file mode 100644 index 0000000..3f5f6b9 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/11.jpg b/dataset/tusimple/clips/0313-2/20/11.jpg new file mode 100644 index 0000000..5066950 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/12.jpg b/dataset/tusimple/clips/0313-2/20/12.jpg new file mode 100644 index 0000000..7763df3 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/13.jpg b/dataset/tusimple/clips/0313-2/20/13.jpg new file mode 100644 index 0000000..01346c4 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/14.jpg b/dataset/tusimple/clips/0313-2/20/14.jpg new file mode 100644 index 0000000..3cf882c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/15.jpg b/dataset/tusimple/clips/0313-2/20/15.jpg new file mode 100644 index 0000000..c59a0c5 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/16.jpg b/dataset/tusimple/clips/0313-2/20/16.jpg new file mode 100644 index 0000000..f142105 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/17.jpg b/dataset/tusimple/clips/0313-2/20/17.jpg new file mode 100644 index 0000000..5b4461c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/18.jpg b/dataset/tusimple/clips/0313-2/20/18.jpg new file mode 100644 index 0000000..57606d0 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/19.jpg b/dataset/tusimple/clips/0313-2/20/19.jpg new file mode 100644 index 0000000..2ed934a Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/2.jpg b/dataset/tusimple/clips/0313-2/20/2.jpg new file mode 100644 index 0000000..5310770 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/20.jpg b/dataset/tusimple/clips/0313-2/20/20.jpg new file mode 100644 index 0000000..fb85f21 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/20.png b/dataset/tusimple/clips/0313-2/20/20.png new file mode 100644 index 0000000..6f3f06f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/20.png differ diff --git a/dataset/tusimple/clips/0313-2/20/3.jpg b/dataset/tusimple/clips/0313-2/20/3.jpg new file mode 100644 index 0000000..e8a94d3 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/4.jpg b/dataset/tusimple/clips/0313-2/20/4.jpg new file mode 100644 index 0000000..83489ae Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/5.jpg b/dataset/tusimple/clips/0313-2/20/5.jpg new file mode 100644 index 0000000..807bc73 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/6.jpg b/dataset/tusimple/clips/0313-2/20/6.jpg new file mode 100644 index 0000000..228b6e8 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/7.jpg b/dataset/tusimple/clips/0313-2/20/7.jpg new file mode 100644 index 0000000..787f973 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/8.jpg b/dataset/tusimple/clips/0313-2/20/8.jpg new file mode 100644 index 0000000..54fabef Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/20/9.jpg b/dataset/tusimple/clips/0313-2/20/9.jpg new file mode 100644 index 0000000..26705c6 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/20/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/1.jpg b/dataset/tusimple/clips/0313-2/25/1.jpg new file mode 100644 index 0000000..228b6e8 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/10.jpg b/dataset/tusimple/clips/0313-2/25/10.jpg new file mode 100644 index 0000000..c59a0c5 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/11.jpg b/dataset/tusimple/clips/0313-2/25/11.jpg new file mode 100644 index 0000000..f142105 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/12.jpg b/dataset/tusimple/clips/0313-2/25/12.jpg new file mode 100644 index 0000000..5b4461c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/13.jpg b/dataset/tusimple/clips/0313-2/25/13.jpg new file mode 100644 index 0000000..57606d0 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/14.jpg b/dataset/tusimple/clips/0313-2/25/14.jpg new file mode 100644 index 0000000..2ed934a Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/15.jpg b/dataset/tusimple/clips/0313-2/25/15.jpg new file mode 100644 index 0000000..fb85f21 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/16.jpg b/dataset/tusimple/clips/0313-2/25/16.jpg new file mode 100644 index 0000000..10e808f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/17.jpg b/dataset/tusimple/clips/0313-2/25/17.jpg new file mode 100644 index 0000000..8d5b308 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/18.jpg b/dataset/tusimple/clips/0313-2/25/18.jpg new file mode 100644 index 0000000..981ec8c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/19.jpg b/dataset/tusimple/clips/0313-2/25/19.jpg new file mode 100644 index 0000000..323dad4 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/2.jpg b/dataset/tusimple/clips/0313-2/25/2.jpg new file mode 100644 index 0000000..787f973 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/20.jpg b/dataset/tusimple/clips/0313-2/25/20.jpg new file mode 100644 index 0000000..dfd8ae1 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/20.png b/dataset/tusimple/clips/0313-2/25/20.png new file mode 100644 index 0000000..8a1b709 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/20.png differ diff --git a/dataset/tusimple/clips/0313-2/25/3.jpg b/dataset/tusimple/clips/0313-2/25/3.jpg new file mode 100644 index 0000000..54fabef Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/4.jpg b/dataset/tusimple/clips/0313-2/25/4.jpg new file mode 100644 index 0000000..26705c6 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/5.jpg b/dataset/tusimple/clips/0313-2/25/5.jpg new file mode 100644 index 0000000..3f5f6b9 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/6.jpg b/dataset/tusimple/clips/0313-2/25/6.jpg new file mode 100644 index 0000000..5066950 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/7.jpg b/dataset/tusimple/clips/0313-2/25/7.jpg new file mode 100644 index 0000000..7763df3 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/8.jpg b/dataset/tusimple/clips/0313-2/25/8.jpg new file mode 100644 index 0000000..01346c4 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/25/9.jpg b/dataset/tusimple/clips/0313-2/25/9.jpg new file mode 100644 index 0000000..3cf882c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/25/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/1.jpg b/dataset/tusimple/clips/0313-2/30/1.jpg new file mode 100644 index 0000000..5066950 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/10.jpg b/dataset/tusimple/clips/0313-2/30/10.jpg new file mode 100644 index 0000000..fb85f21 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/11.jpg b/dataset/tusimple/clips/0313-2/30/11.jpg new file mode 100644 index 0000000..10e808f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/12.jpg b/dataset/tusimple/clips/0313-2/30/12.jpg new file mode 100644 index 0000000..8d5b308 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/13.jpg b/dataset/tusimple/clips/0313-2/30/13.jpg new file mode 100644 index 0000000..981ec8c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/14.jpg b/dataset/tusimple/clips/0313-2/30/14.jpg new file mode 100644 index 0000000..323dad4 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/15.jpg b/dataset/tusimple/clips/0313-2/30/15.jpg new file mode 100644 index 0000000..dfd8ae1 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/16.jpg b/dataset/tusimple/clips/0313-2/30/16.jpg new file mode 100644 index 0000000..9dc6fc7 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/17.jpg b/dataset/tusimple/clips/0313-2/30/17.jpg new file mode 100644 index 0000000..5a0c3de Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/18.jpg b/dataset/tusimple/clips/0313-2/30/18.jpg new file mode 100644 index 0000000..eb05a1b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/19.jpg b/dataset/tusimple/clips/0313-2/30/19.jpg new file mode 100644 index 0000000..f64d3bc Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/2.jpg b/dataset/tusimple/clips/0313-2/30/2.jpg new file mode 100644 index 0000000..7763df3 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/20.jpg b/dataset/tusimple/clips/0313-2/30/20.jpg new file mode 100644 index 0000000..7ca0d32 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/20.png b/dataset/tusimple/clips/0313-2/30/20.png new file mode 100644 index 0000000..8d589ed Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/20.png differ diff --git a/dataset/tusimple/clips/0313-2/30/3.jpg b/dataset/tusimple/clips/0313-2/30/3.jpg new file mode 100644 index 0000000..01346c4 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/4.jpg b/dataset/tusimple/clips/0313-2/30/4.jpg new file mode 100644 index 0000000..3cf882c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/5.jpg b/dataset/tusimple/clips/0313-2/30/5.jpg new file mode 100644 index 0000000..c59a0c5 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/6.jpg b/dataset/tusimple/clips/0313-2/30/6.jpg new file mode 100644 index 0000000..f142105 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/7.jpg b/dataset/tusimple/clips/0313-2/30/7.jpg new file mode 100644 index 0000000..5b4461c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/8.jpg b/dataset/tusimple/clips/0313-2/30/8.jpg new file mode 100644 index 0000000..57606d0 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/30/9.jpg b/dataset/tusimple/clips/0313-2/30/9.jpg new file mode 100644 index 0000000..2ed934a Binary files /dev/null and b/dataset/tusimple/clips/0313-2/30/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/1.jpg b/dataset/tusimple/clips/0313-2/35/1.jpg new file mode 100644 index 0000000..f142105 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/10.jpg b/dataset/tusimple/clips/0313-2/35/10.jpg new file mode 100644 index 0000000..dfd8ae1 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/11.jpg b/dataset/tusimple/clips/0313-2/35/11.jpg new file mode 100644 index 0000000..9dc6fc7 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/12.jpg b/dataset/tusimple/clips/0313-2/35/12.jpg new file mode 100644 index 0000000..5a0c3de Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/13.jpg b/dataset/tusimple/clips/0313-2/35/13.jpg new file mode 100644 index 0000000..eb05a1b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/14.jpg b/dataset/tusimple/clips/0313-2/35/14.jpg new file mode 100644 index 0000000..f64d3bc Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/15.jpg b/dataset/tusimple/clips/0313-2/35/15.jpg new file mode 100644 index 0000000..7ca0d32 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/16.jpg b/dataset/tusimple/clips/0313-2/35/16.jpg new file mode 100644 index 0000000..17ce436 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/17.jpg b/dataset/tusimple/clips/0313-2/35/17.jpg new file mode 100644 index 0000000..f69639e Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/18.jpg b/dataset/tusimple/clips/0313-2/35/18.jpg new file mode 100644 index 0000000..c0ffdc2 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/19.jpg b/dataset/tusimple/clips/0313-2/35/19.jpg new file mode 100644 index 0000000..3899c1b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/2.jpg b/dataset/tusimple/clips/0313-2/35/2.jpg new file mode 100644 index 0000000..5b4461c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/20.jpg b/dataset/tusimple/clips/0313-2/35/20.jpg new file mode 100644 index 0000000..6477ef2 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/20.png b/dataset/tusimple/clips/0313-2/35/20.png new file mode 100644 index 0000000..50e7801 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/20.png differ diff --git a/dataset/tusimple/clips/0313-2/35/3.jpg b/dataset/tusimple/clips/0313-2/35/3.jpg new file mode 100644 index 0000000..57606d0 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/4.jpg b/dataset/tusimple/clips/0313-2/35/4.jpg new file mode 100644 index 0000000..2ed934a Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/5.jpg b/dataset/tusimple/clips/0313-2/35/5.jpg new file mode 100644 index 0000000..fb85f21 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/6.jpg b/dataset/tusimple/clips/0313-2/35/6.jpg new file mode 100644 index 0000000..10e808f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/7.jpg b/dataset/tusimple/clips/0313-2/35/7.jpg new file mode 100644 index 0000000..8d5b308 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/8.jpg b/dataset/tusimple/clips/0313-2/35/8.jpg new file mode 100644 index 0000000..981ec8c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/35/9.jpg b/dataset/tusimple/clips/0313-2/35/9.jpg new file mode 100644 index 0000000..323dad4 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/35/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/1.jpg b/dataset/tusimple/clips/0313-2/40/1.jpg new file mode 100644 index 0000000..10e808f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/10.jpg b/dataset/tusimple/clips/0313-2/40/10.jpg new file mode 100644 index 0000000..7ca0d32 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/11.jpg b/dataset/tusimple/clips/0313-2/40/11.jpg new file mode 100644 index 0000000..17ce436 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/12.jpg b/dataset/tusimple/clips/0313-2/40/12.jpg new file mode 100644 index 0000000..f69639e Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/13.jpg b/dataset/tusimple/clips/0313-2/40/13.jpg new file mode 100644 index 0000000..c0ffdc2 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/14.jpg b/dataset/tusimple/clips/0313-2/40/14.jpg new file mode 100644 index 0000000..3899c1b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/15.jpg b/dataset/tusimple/clips/0313-2/40/15.jpg new file mode 100644 index 0000000..6477ef2 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/16.jpg b/dataset/tusimple/clips/0313-2/40/16.jpg new file mode 100644 index 0000000..d774ad0 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/17.jpg b/dataset/tusimple/clips/0313-2/40/17.jpg new file mode 100644 index 0000000..d3c78fb Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/18.jpg b/dataset/tusimple/clips/0313-2/40/18.jpg new file mode 100644 index 0000000..a1888da Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/19.jpg b/dataset/tusimple/clips/0313-2/40/19.jpg new file mode 100644 index 0000000..5e305e7 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/2.jpg b/dataset/tusimple/clips/0313-2/40/2.jpg new file mode 100644 index 0000000..8d5b308 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/20.jpg b/dataset/tusimple/clips/0313-2/40/20.jpg new file mode 100644 index 0000000..0709c7c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/20.png b/dataset/tusimple/clips/0313-2/40/20.png new file mode 100644 index 0000000..dfb76f9 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/20.png differ diff --git a/dataset/tusimple/clips/0313-2/40/3.jpg b/dataset/tusimple/clips/0313-2/40/3.jpg new file mode 100644 index 0000000..981ec8c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/4.jpg b/dataset/tusimple/clips/0313-2/40/4.jpg new file mode 100644 index 0000000..323dad4 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/5.jpg b/dataset/tusimple/clips/0313-2/40/5.jpg new file mode 100644 index 0000000..dfd8ae1 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/6.jpg b/dataset/tusimple/clips/0313-2/40/6.jpg new file mode 100644 index 0000000..9dc6fc7 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/7.jpg b/dataset/tusimple/clips/0313-2/40/7.jpg new file mode 100644 index 0000000..5a0c3de Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/8.jpg b/dataset/tusimple/clips/0313-2/40/8.jpg new file mode 100644 index 0000000..eb05a1b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/40/9.jpg b/dataset/tusimple/clips/0313-2/40/9.jpg new file mode 100644 index 0000000..f64d3bc Binary files /dev/null and b/dataset/tusimple/clips/0313-2/40/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/1.jpg b/dataset/tusimple/clips/0313-2/45/1.jpg new file mode 100644 index 0000000..9dc6fc7 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/10.jpg b/dataset/tusimple/clips/0313-2/45/10.jpg new file mode 100644 index 0000000..6477ef2 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/11.jpg b/dataset/tusimple/clips/0313-2/45/11.jpg new file mode 100644 index 0000000..d774ad0 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/12.jpg b/dataset/tusimple/clips/0313-2/45/12.jpg new file mode 100644 index 0000000..d3c78fb Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/13.jpg b/dataset/tusimple/clips/0313-2/45/13.jpg new file mode 100644 index 0000000..a1888da Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/14.jpg b/dataset/tusimple/clips/0313-2/45/14.jpg new file mode 100644 index 0000000..5e305e7 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/15.jpg b/dataset/tusimple/clips/0313-2/45/15.jpg new file mode 100644 index 0000000..0709c7c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/16.jpg b/dataset/tusimple/clips/0313-2/45/16.jpg new file mode 100644 index 0000000..fc62cc0 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/17.jpg b/dataset/tusimple/clips/0313-2/45/17.jpg new file mode 100644 index 0000000..8ff0a39 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/18.jpg b/dataset/tusimple/clips/0313-2/45/18.jpg new file mode 100644 index 0000000..59c9e32 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/19.jpg b/dataset/tusimple/clips/0313-2/45/19.jpg new file mode 100644 index 0000000..5fc2e5e Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/2.jpg b/dataset/tusimple/clips/0313-2/45/2.jpg new file mode 100644 index 0000000..5a0c3de Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/20.jpg b/dataset/tusimple/clips/0313-2/45/20.jpg new file mode 100644 index 0000000..68fdf01 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/20.png b/dataset/tusimple/clips/0313-2/45/20.png new file mode 100644 index 0000000..77e6bd2 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/20.png differ diff --git a/dataset/tusimple/clips/0313-2/45/3.jpg b/dataset/tusimple/clips/0313-2/45/3.jpg new file mode 100644 index 0000000..eb05a1b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/4.jpg b/dataset/tusimple/clips/0313-2/45/4.jpg new file mode 100644 index 0000000..f64d3bc Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/5.jpg b/dataset/tusimple/clips/0313-2/45/5.jpg new file mode 100644 index 0000000..7ca0d32 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/6.jpg b/dataset/tusimple/clips/0313-2/45/6.jpg new file mode 100644 index 0000000..17ce436 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/7.jpg b/dataset/tusimple/clips/0313-2/45/7.jpg new file mode 100644 index 0000000..f69639e Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/8.jpg b/dataset/tusimple/clips/0313-2/45/8.jpg new file mode 100644 index 0000000..c0ffdc2 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/45/9.jpg b/dataset/tusimple/clips/0313-2/45/9.jpg new file mode 100644 index 0000000..3899c1b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/45/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/1.jpg b/dataset/tusimple/clips/0313-2/50/1.jpg new file mode 100644 index 0000000..17ce436 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/10.jpg b/dataset/tusimple/clips/0313-2/50/10.jpg new file mode 100644 index 0000000..0709c7c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/11.jpg b/dataset/tusimple/clips/0313-2/50/11.jpg new file mode 100644 index 0000000..fc62cc0 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/12.jpg b/dataset/tusimple/clips/0313-2/50/12.jpg new file mode 100644 index 0000000..8ff0a39 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/13.jpg b/dataset/tusimple/clips/0313-2/50/13.jpg new file mode 100644 index 0000000..59c9e32 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/14.jpg b/dataset/tusimple/clips/0313-2/50/14.jpg new file mode 100644 index 0000000..5fc2e5e Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/15.jpg b/dataset/tusimple/clips/0313-2/50/15.jpg new file mode 100644 index 0000000..68fdf01 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/16.jpg b/dataset/tusimple/clips/0313-2/50/16.jpg new file mode 100644 index 0000000..58c7c72 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/17.jpg b/dataset/tusimple/clips/0313-2/50/17.jpg new file mode 100644 index 0000000..13af7c0 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/18.jpg b/dataset/tusimple/clips/0313-2/50/18.jpg new file mode 100644 index 0000000..7dff33f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/19.jpg b/dataset/tusimple/clips/0313-2/50/19.jpg new file mode 100644 index 0000000..51f5b80 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/2.jpg b/dataset/tusimple/clips/0313-2/50/2.jpg new file mode 100644 index 0000000..f69639e Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/20.jpg b/dataset/tusimple/clips/0313-2/50/20.jpg new file mode 100644 index 0000000..2d5830c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/20.png b/dataset/tusimple/clips/0313-2/50/20.png new file mode 100644 index 0000000..6225ee0 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/20.png differ diff --git a/dataset/tusimple/clips/0313-2/50/3.jpg b/dataset/tusimple/clips/0313-2/50/3.jpg new file mode 100644 index 0000000..c0ffdc2 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/4.jpg b/dataset/tusimple/clips/0313-2/50/4.jpg new file mode 100644 index 0000000..3899c1b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/5.jpg b/dataset/tusimple/clips/0313-2/50/5.jpg new file mode 100644 index 0000000..6477ef2 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/6.jpg b/dataset/tusimple/clips/0313-2/50/6.jpg new file mode 100644 index 0000000..d774ad0 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/7.jpg b/dataset/tusimple/clips/0313-2/50/7.jpg new file mode 100644 index 0000000..d3c78fb Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/8.jpg b/dataset/tusimple/clips/0313-2/50/8.jpg new file mode 100644 index 0000000..a1888da Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/50/9.jpg b/dataset/tusimple/clips/0313-2/50/9.jpg new file mode 100644 index 0000000..5e305e7 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/50/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/1.jpg b/dataset/tusimple/clips/0313-2/55/1.jpg new file mode 100644 index 0000000..d774ad0 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/10.jpg b/dataset/tusimple/clips/0313-2/55/10.jpg new file mode 100644 index 0000000..68fdf01 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/11.jpg b/dataset/tusimple/clips/0313-2/55/11.jpg new file mode 100644 index 0000000..58c7c72 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/12.jpg b/dataset/tusimple/clips/0313-2/55/12.jpg new file mode 100644 index 0000000..13af7c0 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/13.jpg b/dataset/tusimple/clips/0313-2/55/13.jpg new file mode 100644 index 0000000..7dff33f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/14.jpg b/dataset/tusimple/clips/0313-2/55/14.jpg new file mode 100644 index 0000000..51f5b80 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/15.jpg b/dataset/tusimple/clips/0313-2/55/15.jpg new file mode 100644 index 0000000..2d5830c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/16.jpg b/dataset/tusimple/clips/0313-2/55/16.jpg new file mode 100644 index 0000000..f113b7b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/17.jpg b/dataset/tusimple/clips/0313-2/55/17.jpg new file mode 100644 index 0000000..b6da811 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/18.jpg b/dataset/tusimple/clips/0313-2/55/18.jpg new file mode 100644 index 0000000..b23fead Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/19.jpg b/dataset/tusimple/clips/0313-2/55/19.jpg new file mode 100644 index 0000000..485e857 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/2.jpg b/dataset/tusimple/clips/0313-2/55/2.jpg new file mode 100644 index 0000000..d3c78fb Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/20.jpg b/dataset/tusimple/clips/0313-2/55/20.jpg new file mode 100644 index 0000000..5de3328 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/20.png b/dataset/tusimple/clips/0313-2/55/20.png new file mode 100644 index 0000000..42c8cde Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/20.png differ diff --git a/dataset/tusimple/clips/0313-2/55/3.jpg b/dataset/tusimple/clips/0313-2/55/3.jpg new file mode 100644 index 0000000..a1888da Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/4.jpg b/dataset/tusimple/clips/0313-2/55/4.jpg new file mode 100644 index 0000000..5e305e7 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/5.jpg b/dataset/tusimple/clips/0313-2/55/5.jpg new file mode 100644 index 0000000..0709c7c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/6.jpg b/dataset/tusimple/clips/0313-2/55/6.jpg new file mode 100644 index 0000000..fc62cc0 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/7.jpg b/dataset/tusimple/clips/0313-2/55/7.jpg new file mode 100644 index 0000000..8ff0a39 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/8.jpg b/dataset/tusimple/clips/0313-2/55/8.jpg new file mode 100644 index 0000000..59c9e32 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/55/9.jpg b/dataset/tusimple/clips/0313-2/55/9.jpg new file mode 100644 index 0000000..5fc2e5e Binary files /dev/null and b/dataset/tusimple/clips/0313-2/55/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/1.jpg b/dataset/tusimple/clips/0313-2/60/1.jpg new file mode 100644 index 0000000..fc62cc0 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/10.jpg b/dataset/tusimple/clips/0313-2/60/10.jpg new file mode 100644 index 0000000..2d5830c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/11.jpg b/dataset/tusimple/clips/0313-2/60/11.jpg new file mode 100644 index 0000000..f113b7b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/12.jpg b/dataset/tusimple/clips/0313-2/60/12.jpg new file mode 100644 index 0000000..b6da811 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/13.jpg b/dataset/tusimple/clips/0313-2/60/13.jpg new file mode 100644 index 0000000..b23fead Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/14.jpg b/dataset/tusimple/clips/0313-2/60/14.jpg new file mode 100644 index 0000000..485e857 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/15.jpg b/dataset/tusimple/clips/0313-2/60/15.jpg new file mode 100644 index 0000000..5de3328 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/16.jpg b/dataset/tusimple/clips/0313-2/60/16.jpg new file mode 100644 index 0000000..504b301 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/17.jpg b/dataset/tusimple/clips/0313-2/60/17.jpg new file mode 100644 index 0000000..155a08b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/18.jpg b/dataset/tusimple/clips/0313-2/60/18.jpg new file mode 100644 index 0000000..2acb1cf Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/19.jpg b/dataset/tusimple/clips/0313-2/60/19.jpg new file mode 100644 index 0000000..c223d60 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/2.jpg b/dataset/tusimple/clips/0313-2/60/2.jpg new file mode 100644 index 0000000..8ff0a39 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/20.jpg b/dataset/tusimple/clips/0313-2/60/20.jpg new file mode 100644 index 0000000..7e50a2b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/20.png b/dataset/tusimple/clips/0313-2/60/20.png new file mode 100644 index 0000000..91892d4 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/20.png differ diff --git a/dataset/tusimple/clips/0313-2/60/3.jpg b/dataset/tusimple/clips/0313-2/60/3.jpg new file mode 100644 index 0000000..59c9e32 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/4.jpg b/dataset/tusimple/clips/0313-2/60/4.jpg new file mode 100644 index 0000000..5fc2e5e Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/5.jpg b/dataset/tusimple/clips/0313-2/60/5.jpg new file mode 100644 index 0000000..68fdf01 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/6.jpg b/dataset/tusimple/clips/0313-2/60/6.jpg new file mode 100644 index 0000000..58c7c72 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/7.jpg b/dataset/tusimple/clips/0313-2/60/7.jpg new file mode 100644 index 0000000..13af7c0 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/8.jpg b/dataset/tusimple/clips/0313-2/60/8.jpg new file mode 100644 index 0000000..7dff33f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/60/9.jpg b/dataset/tusimple/clips/0313-2/60/9.jpg new file mode 100644 index 0000000..51f5b80 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/60/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/1.jpg b/dataset/tusimple/clips/0313-2/65/1.jpg new file mode 100644 index 0000000..58c7c72 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/10.jpg b/dataset/tusimple/clips/0313-2/65/10.jpg new file mode 100644 index 0000000..5de3328 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/11.jpg b/dataset/tusimple/clips/0313-2/65/11.jpg new file mode 100644 index 0000000..504b301 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/12.jpg b/dataset/tusimple/clips/0313-2/65/12.jpg new file mode 100644 index 0000000..155a08b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/13.jpg b/dataset/tusimple/clips/0313-2/65/13.jpg new file mode 100644 index 0000000..2acb1cf Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/14.jpg b/dataset/tusimple/clips/0313-2/65/14.jpg new file mode 100644 index 0000000..c223d60 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/15.jpg b/dataset/tusimple/clips/0313-2/65/15.jpg new file mode 100644 index 0000000..7e50a2b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/16.jpg b/dataset/tusimple/clips/0313-2/65/16.jpg new file mode 100644 index 0000000..1e28c21 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/17.jpg b/dataset/tusimple/clips/0313-2/65/17.jpg new file mode 100644 index 0000000..578e870 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/18.jpg b/dataset/tusimple/clips/0313-2/65/18.jpg new file mode 100644 index 0000000..f529457 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/19.jpg b/dataset/tusimple/clips/0313-2/65/19.jpg new file mode 100644 index 0000000..ec87020 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/2.jpg b/dataset/tusimple/clips/0313-2/65/2.jpg new file mode 100644 index 0000000..13af7c0 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/20.jpg b/dataset/tusimple/clips/0313-2/65/20.jpg new file mode 100644 index 0000000..23a33ca Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/20.png b/dataset/tusimple/clips/0313-2/65/20.png new file mode 100644 index 0000000..c1a4301 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/20.png differ diff --git a/dataset/tusimple/clips/0313-2/65/3.jpg b/dataset/tusimple/clips/0313-2/65/3.jpg new file mode 100644 index 0000000..7dff33f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/4.jpg b/dataset/tusimple/clips/0313-2/65/4.jpg new file mode 100644 index 0000000..51f5b80 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/5.jpg b/dataset/tusimple/clips/0313-2/65/5.jpg new file mode 100644 index 0000000..2d5830c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/6.jpg b/dataset/tusimple/clips/0313-2/65/6.jpg new file mode 100644 index 0000000..f113b7b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/7.jpg b/dataset/tusimple/clips/0313-2/65/7.jpg new file mode 100644 index 0000000..b6da811 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/8.jpg b/dataset/tusimple/clips/0313-2/65/8.jpg new file mode 100644 index 0000000..b23fead Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/65/9.jpg b/dataset/tusimple/clips/0313-2/65/9.jpg new file mode 100644 index 0000000..485e857 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/65/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/1.jpg b/dataset/tusimple/clips/0313-2/70/1.jpg new file mode 100644 index 0000000..f113b7b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/10.jpg b/dataset/tusimple/clips/0313-2/70/10.jpg new file mode 100644 index 0000000..7e50a2b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/11.jpg b/dataset/tusimple/clips/0313-2/70/11.jpg new file mode 100644 index 0000000..1e28c21 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/12.jpg b/dataset/tusimple/clips/0313-2/70/12.jpg new file mode 100644 index 0000000..578e870 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/13.jpg b/dataset/tusimple/clips/0313-2/70/13.jpg new file mode 100644 index 0000000..f529457 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/14.jpg b/dataset/tusimple/clips/0313-2/70/14.jpg new file mode 100644 index 0000000..ec87020 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/15.jpg b/dataset/tusimple/clips/0313-2/70/15.jpg new file mode 100644 index 0000000..23a33ca Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/16.jpg b/dataset/tusimple/clips/0313-2/70/16.jpg new file mode 100644 index 0000000..9de1b1e Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/17.jpg b/dataset/tusimple/clips/0313-2/70/17.jpg new file mode 100644 index 0000000..4968981 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/18.jpg b/dataset/tusimple/clips/0313-2/70/18.jpg new file mode 100644 index 0000000..7d1cb42 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/19.jpg b/dataset/tusimple/clips/0313-2/70/19.jpg new file mode 100644 index 0000000..efecd70 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/2.jpg b/dataset/tusimple/clips/0313-2/70/2.jpg new file mode 100644 index 0000000..b6da811 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/20.jpg b/dataset/tusimple/clips/0313-2/70/20.jpg new file mode 100644 index 0000000..f98545c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/20.png b/dataset/tusimple/clips/0313-2/70/20.png new file mode 100644 index 0000000..462a97a Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/20.png differ diff --git a/dataset/tusimple/clips/0313-2/70/3.jpg b/dataset/tusimple/clips/0313-2/70/3.jpg new file mode 100644 index 0000000..b23fead Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/4.jpg b/dataset/tusimple/clips/0313-2/70/4.jpg new file mode 100644 index 0000000..485e857 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/5.jpg b/dataset/tusimple/clips/0313-2/70/5.jpg new file mode 100644 index 0000000..5de3328 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/6.jpg b/dataset/tusimple/clips/0313-2/70/6.jpg new file mode 100644 index 0000000..504b301 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/7.jpg b/dataset/tusimple/clips/0313-2/70/7.jpg new file mode 100644 index 0000000..155a08b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/8.jpg b/dataset/tusimple/clips/0313-2/70/8.jpg new file mode 100644 index 0000000..2acb1cf Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/70/9.jpg b/dataset/tusimple/clips/0313-2/70/9.jpg new file mode 100644 index 0000000..c223d60 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/70/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/1.jpg b/dataset/tusimple/clips/0313-2/75/1.jpg new file mode 100644 index 0000000..504b301 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/10.jpg b/dataset/tusimple/clips/0313-2/75/10.jpg new file mode 100644 index 0000000..23a33ca Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/11.jpg b/dataset/tusimple/clips/0313-2/75/11.jpg new file mode 100644 index 0000000..9de1b1e Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/12.jpg b/dataset/tusimple/clips/0313-2/75/12.jpg new file mode 100644 index 0000000..4968981 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/13.jpg b/dataset/tusimple/clips/0313-2/75/13.jpg new file mode 100644 index 0000000..7d1cb42 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/14.jpg b/dataset/tusimple/clips/0313-2/75/14.jpg new file mode 100644 index 0000000..efecd70 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/15.jpg b/dataset/tusimple/clips/0313-2/75/15.jpg new file mode 100644 index 0000000..f98545c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/16.jpg b/dataset/tusimple/clips/0313-2/75/16.jpg new file mode 100644 index 0000000..5daba27 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/17.jpg b/dataset/tusimple/clips/0313-2/75/17.jpg new file mode 100644 index 0000000..3443873 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/18.jpg b/dataset/tusimple/clips/0313-2/75/18.jpg new file mode 100644 index 0000000..d9e95bb Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/19.jpg b/dataset/tusimple/clips/0313-2/75/19.jpg new file mode 100644 index 0000000..4201833 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/2.jpg b/dataset/tusimple/clips/0313-2/75/2.jpg new file mode 100644 index 0000000..155a08b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/20.jpg b/dataset/tusimple/clips/0313-2/75/20.jpg new file mode 100644 index 0000000..3040644 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/20.png b/dataset/tusimple/clips/0313-2/75/20.png new file mode 100644 index 0000000..4a013ac Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/20.png differ diff --git a/dataset/tusimple/clips/0313-2/75/3.jpg b/dataset/tusimple/clips/0313-2/75/3.jpg new file mode 100644 index 0000000..2acb1cf Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/4.jpg b/dataset/tusimple/clips/0313-2/75/4.jpg new file mode 100644 index 0000000..c223d60 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/5.jpg b/dataset/tusimple/clips/0313-2/75/5.jpg new file mode 100644 index 0000000..7e50a2b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/6.jpg b/dataset/tusimple/clips/0313-2/75/6.jpg new file mode 100644 index 0000000..1e28c21 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/7.jpg b/dataset/tusimple/clips/0313-2/75/7.jpg new file mode 100644 index 0000000..578e870 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/8.jpg b/dataset/tusimple/clips/0313-2/75/8.jpg new file mode 100644 index 0000000..f529457 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/75/9.jpg b/dataset/tusimple/clips/0313-2/75/9.jpg new file mode 100644 index 0000000..ec87020 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/75/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/1.jpg b/dataset/tusimple/clips/0313-2/80/1.jpg new file mode 100644 index 0000000..1e28c21 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/10.jpg b/dataset/tusimple/clips/0313-2/80/10.jpg new file mode 100644 index 0000000..f98545c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/11.jpg b/dataset/tusimple/clips/0313-2/80/11.jpg new file mode 100644 index 0000000..5daba27 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/12.jpg b/dataset/tusimple/clips/0313-2/80/12.jpg new file mode 100644 index 0000000..3443873 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/13.jpg b/dataset/tusimple/clips/0313-2/80/13.jpg new file mode 100644 index 0000000..d9e95bb Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/14.jpg b/dataset/tusimple/clips/0313-2/80/14.jpg new file mode 100644 index 0000000..4201833 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/15.jpg b/dataset/tusimple/clips/0313-2/80/15.jpg new file mode 100644 index 0000000..3040644 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/16.jpg b/dataset/tusimple/clips/0313-2/80/16.jpg new file mode 100644 index 0000000..af3fd82 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/17.jpg b/dataset/tusimple/clips/0313-2/80/17.jpg new file mode 100644 index 0000000..86e476b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/18.jpg b/dataset/tusimple/clips/0313-2/80/18.jpg new file mode 100644 index 0000000..e8e5463 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/19.jpg b/dataset/tusimple/clips/0313-2/80/19.jpg new file mode 100644 index 0000000..84d2ffb Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/2.jpg b/dataset/tusimple/clips/0313-2/80/2.jpg new file mode 100644 index 0000000..578e870 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/20.jpg b/dataset/tusimple/clips/0313-2/80/20.jpg new file mode 100644 index 0000000..d59fe74 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/20.png b/dataset/tusimple/clips/0313-2/80/20.png new file mode 100644 index 0000000..dfbd84c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/20.png differ diff --git a/dataset/tusimple/clips/0313-2/80/3.jpg b/dataset/tusimple/clips/0313-2/80/3.jpg new file mode 100644 index 0000000..f529457 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/4.jpg b/dataset/tusimple/clips/0313-2/80/4.jpg new file mode 100644 index 0000000..ec87020 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/5.jpg b/dataset/tusimple/clips/0313-2/80/5.jpg new file mode 100644 index 0000000..23a33ca Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/6.jpg b/dataset/tusimple/clips/0313-2/80/6.jpg new file mode 100644 index 0000000..9de1b1e Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/7.jpg b/dataset/tusimple/clips/0313-2/80/7.jpg new file mode 100644 index 0000000..4968981 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/8.jpg b/dataset/tusimple/clips/0313-2/80/8.jpg new file mode 100644 index 0000000..7d1cb42 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/80/9.jpg b/dataset/tusimple/clips/0313-2/80/9.jpg new file mode 100644 index 0000000..efecd70 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/80/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/1.jpg b/dataset/tusimple/clips/0313-2/85/1.jpg new file mode 100644 index 0000000..9de1b1e Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/10.jpg b/dataset/tusimple/clips/0313-2/85/10.jpg new file mode 100644 index 0000000..3040644 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/11.jpg b/dataset/tusimple/clips/0313-2/85/11.jpg new file mode 100644 index 0000000..af3fd82 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/12.jpg b/dataset/tusimple/clips/0313-2/85/12.jpg new file mode 100644 index 0000000..86e476b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/13.jpg b/dataset/tusimple/clips/0313-2/85/13.jpg new file mode 100644 index 0000000..e8e5463 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/14.jpg b/dataset/tusimple/clips/0313-2/85/14.jpg new file mode 100644 index 0000000..84d2ffb Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/15.jpg b/dataset/tusimple/clips/0313-2/85/15.jpg new file mode 100644 index 0000000..d59fe74 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/16.jpg b/dataset/tusimple/clips/0313-2/85/16.jpg new file mode 100644 index 0000000..6fb7e94 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/17.jpg b/dataset/tusimple/clips/0313-2/85/17.jpg new file mode 100644 index 0000000..c947afb Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/18.jpg b/dataset/tusimple/clips/0313-2/85/18.jpg new file mode 100644 index 0000000..5e1f370 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/19.jpg b/dataset/tusimple/clips/0313-2/85/19.jpg new file mode 100644 index 0000000..07446ac Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/2.jpg b/dataset/tusimple/clips/0313-2/85/2.jpg new file mode 100644 index 0000000..4968981 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/20.jpg b/dataset/tusimple/clips/0313-2/85/20.jpg new file mode 100644 index 0000000..89b7a7f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/20.png b/dataset/tusimple/clips/0313-2/85/20.png new file mode 100644 index 0000000..b29a349 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/20.png differ diff --git a/dataset/tusimple/clips/0313-2/85/3.jpg b/dataset/tusimple/clips/0313-2/85/3.jpg new file mode 100644 index 0000000..7d1cb42 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/4.jpg b/dataset/tusimple/clips/0313-2/85/4.jpg new file mode 100644 index 0000000..efecd70 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/5.jpg b/dataset/tusimple/clips/0313-2/85/5.jpg new file mode 100644 index 0000000..f98545c Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/6.jpg b/dataset/tusimple/clips/0313-2/85/6.jpg new file mode 100644 index 0000000..5daba27 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/7.jpg b/dataset/tusimple/clips/0313-2/85/7.jpg new file mode 100644 index 0000000..3443873 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/8.jpg b/dataset/tusimple/clips/0313-2/85/8.jpg new file mode 100644 index 0000000..d9e95bb Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/85/9.jpg b/dataset/tusimple/clips/0313-2/85/9.jpg new file mode 100644 index 0000000..4201833 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/85/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/1.jpg b/dataset/tusimple/clips/0313-2/90/1.jpg new file mode 100644 index 0000000..5daba27 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/10.jpg b/dataset/tusimple/clips/0313-2/90/10.jpg new file mode 100644 index 0000000..d59fe74 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/11.jpg b/dataset/tusimple/clips/0313-2/90/11.jpg new file mode 100644 index 0000000..6fb7e94 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/12.jpg b/dataset/tusimple/clips/0313-2/90/12.jpg new file mode 100644 index 0000000..c947afb Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/13.jpg b/dataset/tusimple/clips/0313-2/90/13.jpg new file mode 100644 index 0000000..5e1f370 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/14.jpg b/dataset/tusimple/clips/0313-2/90/14.jpg new file mode 100644 index 0000000..07446ac Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/15.jpg b/dataset/tusimple/clips/0313-2/90/15.jpg new file mode 100644 index 0000000..89b7a7f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/16.jpg b/dataset/tusimple/clips/0313-2/90/16.jpg new file mode 100644 index 0000000..70886fd Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/17.jpg b/dataset/tusimple/clips/0313-2/90/17.jpg new file mode 100644 index 0000000..608dd3b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/18.jpg b/dataset/tusimple/clips/0313-2/90/18.jpg new file mode 100644 index 0000000..6df869f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/19.jpg b/dataset/tusimple/clips/0313-2/90/19.jpg new file mode 100644 index 0000000..dccf364 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/2.jpg b/dataset/tusimple/clips/0313-2/90/2.jpg new file mode 100644 index 0000000..3443873 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/20.jpg b/dataset/tusimple/clips/0313-2/90/20.jpg new file mode 100644 index 0000000..da07bee Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/20.png b/dataset/tusimple/clips/0313-2/90/20.png new file mode 100644 index 0000000..9b922c9 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/20.png differ diff --git a/dataset/tusimple/clips/0313-2/90/3.jpg b/dataset/tusimple/clips/0313-2/90/3.jpg new file mode 100644 index 0000000..d9e95bb Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/4.jpg b/dataset/tusimple/clips/0313-2/90/4.jpg new file mode 100644 index 0000000..4201833 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/5.jpg b/dataset/tusimple/clips/0313-2/90/5.jpg new file mode 100644 index 0000000..3040644 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/6.jpg b/dataset/tusimple/clips/0313-2/90/6.jpg new file mode 100644 index 0000000..af3fd82 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/7.jpg b/dataset/tusimple/clips/0313-2/90/7.jpg new file mode 100644 index 0000000..86e476b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/8.jpg b/dataset/tusimple/clips/0313-2/90/8.jpg new file mode 100644 index 0000000..e8e5463 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/90/9.jpg b/dataset/tusimple/clips/0313-2/90/9.jpg new file mode 100644 index 0000000..84d2ffb Binary files /dev/null and b/dataset/tusimple/clips/0313-2/90/9.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/1.jpg b/dataset/tusimple/clips/0313-2/95/1.jpg new file mode 100644 index 0000000..af3fd82 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/1.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/10.jpg b/dataset/tusimple/clips/0313-2/95/10.jpg new file mode 100644 index 0000000..89b7a7f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/10.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/11.jpg b/dataset/tusimple/clips/0313-2/95/11.jpg new file mode 100644 index 0000000..70886fd Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/11.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/12.jpg b/dataset/tusimple/clips/0313-2/95/12.jpg new file mode 100644 index 0000000..608dd3b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/12.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/13.jpg b/dataset/tusimple/clips/0313-2/95/13.jpg new file mode 100644 index 0000000..6df869f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/13.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/14.jpg b/dataset/tusimple/clips/0313-2/95/14.jpg new file mode 100644 index 0000000..dccf364 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/14.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/15.jpg b/dataset/tusimple/clips/0313-2/95/15.jpg new file mode 100644 index 0000000..da07bee Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/15.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/16.jpg b/dataset/tusimple/clips/0313-2/95/16.jpg new file mode 100644 index 0000000..204a093 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/16.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/17.jpg b/dataset/tusimple/clips/0313-2/95/17.jpg new file mode 100644 index 0000000..597056f Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/17.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/18.jpg b/dataset/tusimple/clips/0313-2/95/18.jpg new file mode 100644 index 0000000..77a68de Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/18.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/19.jpg b/dataset/tusimple/clips/0313-2/95/19.jpg new file mode 100644 index 0000000..9bcee76 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/19.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/2.jpg b/dataset/tusimple/clips/0313-2/95/2.jpg new file mode 100644 index 0000000..86e476b Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/2.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/20.jpg b/dataset/tusimple/clips/0313-2/95/20.jpg new file mode 100644 index 0000000..e63fc36 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/20.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/20.png b/dataset/tusimple/clips/0313-2/95/20.png new file mode 100644 index 0000000..a66f0fb Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/20.png differ diff --git a/dataset/tusimple/clips/0313-2/95/3.jpg b/dataset/tusimple/clips/0313-2/95/3.jpg new file mode 100644 index 0000000..e8e5463 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/3.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/4.jpg b/dataset/tusimple/clips/0313-2/95/4.jpg new file mode 100644 index 0000000..84d2ffb Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/4.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/5.jpg b/dataset/tusimple/clips/0313-2/95/5.jpg new file mode 100644 index 0000000..d59fe74 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/5.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/6.jpg b/dataset/tusimple/clips/0313-2/95/6.jpg new file mode 100644 index 0000000..6fb7e94 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/6.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/7.jpg b/dataset/tusimple/clips/0313-2/95/7.jpg new file mode 100644 index 0000000..c947afb Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/7.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/8.jpg b/dataset/tusimple/clips/0313-2/95/8.jpg new file mode 100644 index 0000000..5e1f370 Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/8.jpg differ diff --git a/dataset/tusimple/clips/0313-2/95/9.jpg b/dataset/tusimple/clips/0313-2/95/9.jpg new file mode 100644 index 0000000..07446ac Binary files /dev/null and b/dataset/tusimple/clips/0313-2/95/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/1.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/1.jpg new file mode 100644 index 0000000..95216cb Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/10.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/10.jpg new file mode 100644 index 0000000..cd2d55a Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/11.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/11.jpg new file mode 100644 index 0000000..2fc110c Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/12.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/12.jpg new file mode 100644 index 0000000..11d6f5c Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/13.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/13.jpg new file mode 100644 index 0000000..4d492cd Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/14.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/14.jpg new file mode 100644 index 0000000..300afcf Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/15.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/15.jpg new file mode 100644 index 0000000..2005593 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/16.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/16.jpg new file mode 100644 index 0000000..e1997af Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/17.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/17.jpg new file mode 100644 index 0000000..a58046e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/18.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/18.jpg new file mode 100644 index 0000000..bd4a330 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/19.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/19.jpg new file mode 100644 index 0000000..3e5497f Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/2.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/2.jpg new file mode 100644 index 0000000..5c17605 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/20.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/20.jpg new file mode 100644 index 0000000..13cc720 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/3.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/3.jpg new file mode 100644 index 0000000..f0d24f2 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/4.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/4.jpg new file mode 100644 index 0000000..a563680 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/5.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/5.jpg new file mode 100644 index 0000000..8c8c086 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/6.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/6.jpg new file mode 100644 index 0000000..cc720b1 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/7.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/7.jpg new file mode 100644 index 0000000..467b8c6 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/8.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/8.jpg new file mode 100644 index 0000000..9894c3e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626047222176976_0/9.jpg b/dataset/tusimple/clips/0530/1492626047222176976_0/9.jpg new file mode 100644 index 0000000..313aec4 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626047222176976_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/1.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/1.jpg new file mode 100644 index 0000000..31f928c Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/10.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/10.jpg new file mode 100644 index 0000000..31e62c3 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/11.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/11.jpg new file mode 100644 index 0000000..86fd252 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/12.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/12.jpg new file mode 100644 index 0000000..3f05783 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/13.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/13.jpg new file mode 100644 index 0000000..d15044f Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/14.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/14.jpg new file mode 100644 index 0000000..1472d70 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/15.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/15.jpg new file mode 100644 index 0000000..eccb5f1 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/16.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/16.jpg new file mode 100644 index 0000000..eac1020 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/17.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/17.jpg new file mode 100644 index 0000000..1267c25 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/18.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/18.jpg new file mode 100644 index 0000000..c303038 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/19.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/19.jpg new file mode 100644 index 0000000..7fd070f Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/2.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/2.jpg new file mode 100644 index 0000000..fbe8f61 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/20.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/20.jpg new file mode 100644 index 0000000..78607f2 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/3.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/3.jpg new file mode 100644 index 0000000..1fc4d45 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/4.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/4.jpg new file mode 100644 index 0000000..41d66c0 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/5.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/5.jpg new file mode 100644 index 0000000..2ff1e21 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/6.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/6.jpg new file mode 100644 index 0000000..5bdddce Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/7.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/7.jpg new file mode 100644 index 0000000..9bf0b7e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/8.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/8.jpg new file mode 100644 index 0000000..74aac4d Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626126171818168_0/9.jpg b/dataset/tusimple/clips/0530/1492626126171818168_0/9.jpg new file mode 100644 index 0000000..d136d8b Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626126171818168_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/1.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/1.jpg new file mode 100644 index 0000000..4bfe496 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/10.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/10.jpg new file mode 100644 index 0000000..b7fea01 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/11.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/11.jpg new file mode 100644 index 0000000..fbfd43c Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/12.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/12.jpg new file mode 100644 index 0000000..473cc7c Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/13.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/13.jpg new file mode 100644 index 0000000..fca7c9d Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/14.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/14.jpg new file mode 100644 index 0000000..ae34ffc Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/15.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/15.jpg new file mode 100644 index 0000000..18da6e0 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/16.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/16.jpg new file mode 100644 index 0000000..836fe33 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/17.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/17.jpg new file mode 100644 index 0000000..e4a3b33 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/18.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/18.jpg new file mode 100644 index 0000000..a4c8f20 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/19.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/19.jpg new file mode 100644 index 0000000..b1225ed Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/2.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/2.jpg new file mode 100644 index 0000000..e2d1fe2 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/20.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/20.jpg new file mode 100644 index 0000000..3abf149 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/3.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/3.jpg new file mode 100644 index 0000000..c6bbc79 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/4.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/4.jpg new file mode 100644 index 0000000..6012ab4 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/5.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/5.jpg new file mode 100644 index 0000000..46f25a9 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/6.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/6.jpg new file mode 100644 index 0000000..266cad4 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/7.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/7.jpg new file mode 100644 index 0000000..a6e7dc2 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/8.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/8.jpg new file mode 100644 index 0000000..48a358e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626127172745520_0/9.jpg b/dataset/tusimple/clips/0530/1492626127172745520_0/9.jpg new file mode 100644 index 0000000..43e9cbe Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626127172745520_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/1.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/1.jpg new file mode 100644 index 0000000..5a16e5b Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/10.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/10.jpg new file mode 100644 index 0000000..66f5b0a Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/11.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/11.jpg new file mode 100644 index 0000000..49e214e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/12.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/12.jpg new file mode 100644 index 0000000..fc1b1a2 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/13.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/13.jpg new file mode 100644 index 0000000..4f52725 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/14.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/14.jpg new file mode 100644 index 0000000..5d3a22a Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/15.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/15.jpg new file mode 100644 index 0000000..fa34125 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/16.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/16.jpg new file mode 100644 index 0000000..677eabc Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/17.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/17.jpg new file mode 100644 index 0000000..f96d4bb Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/18.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/18.jpg new file mode 100644 index 0000000..7103a85 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/19.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/19.jpg new file mode 100644 index 0000000..6b68452 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/2.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/2.jpg new file mode 100644 index 0000000..b029663 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/20.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/20.jpg new file mode 100644 index 0000000..da462f0 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/3.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/3.jpg new file mode 100644 index 0000000..b97e7f6 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/4.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/4.jpg new file mode 100644 index 0000000..6e11c82 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/5.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/5.jpg new file mode 100644 index 0000000..4722f80 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/6.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/6.jpg new file mode 100644 index 0000000..3372c6f Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/7.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/7.jpg new file mode 100644 index 0000000..8046d6a Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/8.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/8.jpg new file mode 100644 index 0000000..e85badb Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626153155598528_0/9.jpg b/dataset/tusimple/clips/0530/1492626153155598528_0/9.jpg new file mode 100644 index 0000000..4e056e5 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626153155598528_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/1.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/1.jpg new file mode 100644 index 0000000..c6ede16 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/10.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/10.jpg new file mode 100644 index 0000000..89cefca Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/11.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/11.jpg new file mode 100644 index 0000000..6a8ef67 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/12.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/12.jpg new file mode 100644 index 0000000..773920e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/13.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/13.jpg new file mode 100644 index 0000000..72119b8 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/14.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/14.jpg new file mode 100644 index 0000000..ebb5d8e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/15.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/15.jpg new file mode 100644 index 0000000..c1415a7 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/16.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/16.jpg new file mode 100644 index 0000000..88f1323 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/17.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/17.jpg new file mode 100644 index 0000000..a319614 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/18.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/18.jpg new file mode 100644 index 0000000..77d8e71 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/19.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/19.jpg new file mode 100644 index 0000000..5afb2aa Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/2.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/2.jpg new file mode 100644 index 0000000..4fad5ca Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/20.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/20.jpg new file mode 100644 index 0000000..c9281f6 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/3.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/3.jpg new file mode 100644 index 0000000..957446e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/4.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/4.jpg new file mode 100644 index 0000000..57b4d73 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/5.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/5.jpg new file mode 100644 index 0000000..76c6ee4 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/6.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/6.jpg new file mode 100644 index 0000000..22c413c Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/7.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/7.jpg new file mode 100644 index 0000000..3c1199e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/8.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/8.jpg new file mode 100644 index 0000000..0de10ea Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626155156451704_0/9.jpg b/dataset/tusimple/clips/0530/1492626155156451704_0/9.jpg new file mode 100644 index 0000000..c0fdab6 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626155156451704_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/1.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/1.jpg new file mode 100644 index 0000000..ff4fe3a Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/10.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/10.jpg new file mode 100644 index 0000000..d8c39a7 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/11.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/11.jpg new file mode 100644 index 0000000..2f01a6a Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/12.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/12.jpg new file mode 100644 index 0000000..cdc69f8 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/13.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/13.jpg new file mode 100644 index 0000000..4ab45f0 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/14.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/14.jpg new file mode 100644 index 0000000..7353c44 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/15.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/15.jpg new file mode 100644 index 0000000..e35bb65 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/16.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/16.jpg new file mode 100644 index 0000000..5344561 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/17.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/17.jpg new file mode 100644 index 0000000..b35777d Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/18.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/18.jpg new file mode 100644 index 0000000..03d2082 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/19.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/19.jpg new file mode 100644 index 0000000..51f8874 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/2.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/2.jpg new file mode 100644 index 0000000..8892fe6 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/20.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/20.jpg new file mode 100644 index 0000000..5913964 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/3.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/3.jpg new file mode 100644 index 0000000..c2724c4 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/4.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/4.jpg new file mode 100644 index 0000000..98501bd Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/5.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/5.jpg new file mode 100644 index 0000000..4acb222 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/6.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/6.jpg new file mode 100644 index 0000000..5aaf301 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/7.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/7.jpg new file mode 100644 index 0000000..956a752 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/8.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/8.jpg new file mode 100644 index 0000000..4d9b6c9 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626158152981904_0/9.jpg b/dataset/tusimple/clips/0530/1492626158152981904_0/9.jpg new file mode 100644 index 0000000..8b6a8a5 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626158152981904_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/1.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/1.jpg new file mode 100644 index 0000000..6eb44bb Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/10.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/10.jpg new file mode 100644 index 0000000..85f5c8e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/11.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/11.jpg new file mode 100644 index 0000000..74c2108 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/12.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/12.jpg new file mode 100644 index 0000000..4ff886e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/13.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/13.jpg new file mode 100644 index 0000000..3abab69 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/14.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/14.jpg new file mode 100644 index 0000000..56b2993 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/15.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/15.jpg new file mode 100644 index 0000000..308e1f7 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/16.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/16.jpg new file mode 100644 index 0000000..8ac9d77 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/17.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/17.jpg new file mode 100644 index 0000000..e620f73 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/18.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/18.jpg new file mode 100644 index 0000000..61c6b08 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/19.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/19.jpg new file mode 100644 index 0000000..4cc6dd4 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/2.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/2.jpg new file mode 100644 index 0000000..e44a1ef Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/20.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/20.jpg new file mode 100644 index 0000000..7683486 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/3.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/3.jpg new file mode 100644 index 0000000..e2ad95c Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/4.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/4.jpg new file mode 100644 index 0000000..b24382c Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/5.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/5.jpg new file mode 100644 index 0000000..8e89c07 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/6.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/6.jpg new file mode 100644 index 0000000..38526f8 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/7.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/7.jpg new file mode 100644 index 0000000..49c13cd Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/8.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/8.jpg new file mode 100644 index 0000000..cb9e8ab Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626166147797438_0/9.jpg b/dataset/tusimple/clips/0530/1492626166147797438_0/9.jpg new file mode 100644 index 0000000..d84372a Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626166147797438_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/1.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/1.jpg new file mode 100644 index 0000000..b6a0e07 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/10.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/10.jpg new file mode 100644 index 0000000..07b7a97 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/11.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/11.jpg new file mode 100644 index 0000000..b710225 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/12.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/12.jpg new file mode 100644 index 0000000..4118275 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/13.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/13.jpg new file mode 100644 index 0000000..88318c6 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/14.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/14.jpg new file mode 100644 index 0000000..34641bb Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/15.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/15.jpg new file mode 100644 index 0000000..98220ad Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/16.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/16.jpg new file mode 100644 index 0000000..5818096 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/17.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/17.jpg new file mode 100644 index 0000000..c1b9982 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/18.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/18.jpg new file mode 100644 index 0000000..28d6a15 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/19.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/19.jpg new file mode 100644 index 0000000..c8b7fc5 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/2.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/2.jpg new file mode 100644 index 0000000..9b7450a Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/20.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/20.jpg new file mode 100644 index 0000000..1fe6405 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/3.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/3.jpg new file mode 100644 index 0000000..95b799e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/4.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/4.jpg new file mode 100644 index 0000000..f7d99a2 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/5.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/5.jpg new file mode 100644 index 0000000..07304d1 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/6.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/6.jpg new file mode 100644 index 0000000..237a961 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/7.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/7.jpg new file mode 100644 index 0000000..c2aff02 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/8.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/8.jpg new file mode 100644 index 0000000..d225c43 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626171146236124_0/9.jpg b/dataset/tusimple/clips/0530/1492626171146236124_0/9.jpg new file mode 100644 index 0000000..afb97b9 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626171146236124_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/1.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/1.jpg new file mode 100644 index 0000000..303d323 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/10.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/10.jpg new file mode 100644 index 0000000..3b67b51 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/11.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/11.jpg new file mode 100644 index 0000000..bc8c73f Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/12.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/12.jpg new file mode 100644 index 0000000..4d97b5f Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/13.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/13.jpg new file mode 100644 index 0000000..e193178 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/14.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/14.jpg new file mode 100644 index 0000000..cb84c31 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/15.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/15.jpg new file mode 100644 index 0000000..923760f Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/16.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/16.jpg new file mode 100644 index 0000000..169b434 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/17.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/17.jpg new file mode 100644 index 0000000..9ede251 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/18.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/18.jpg new file mode 100644 index 0000000..3e2cf54 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/19.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/19.jpg new file mode 100644 index 0000000..cdb39f6 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/2.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/2.jpg new file mode 100644 index 0000000..0b7d18e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/20.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/20.jpg new file mode 100644 index 0000000..e360fb8 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/3.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/3.jpg new file mode 100644 index 0000000..66c1680 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/4.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/4.jpg new file mode 100644 index 0000000..931e4e0 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/5.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/5.jpg new file mode 100644 index 0000000..ca31e1e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/6.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/6.jpg new file mode 100644 index 0000000..0b75229 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/7.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/7.jpg new file mode 100644 index 0000000..c9ff80f Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/8.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/8.jpg new file mode 100644 index 0000000..88e82f9 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626191132352208_0/9.jpg b/dataset/tusimple/clips/0530/1492626191132352208_0/9.jpg new file mode 100644 index 0000000..f1084cf Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626191132352208_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/1.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/1.jpg new file mode 100644 index 0000000..aea2b49 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/10.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/10.jpg new file mode 100644 index 0000000..a9fad2a Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/11.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/11.jpg new file mode 100644 index 0000000..0daa54d Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/12.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/12.jpg new file mode 100644 index 0000000..bc47aad Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/13.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/13.jpg new file mode 100644 index 0000000..fa3183e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/14.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/14.jpg new file mode 100644 index 0000000..f4956fb Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/15.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/15.jpg new file mode 100644 index 0000000..e8ad5c1 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/16.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/16.jpg new file mode 100644 index 0000000..e20ea8e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/17.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/17.jpg new file mode 100644 index 0000000..81c6caa Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/18.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/18.jpg new file mode 100644 index 0000000..37cd680 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/19.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/19.jpg new file mode 100644 index 0000000..cdedd55 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/2.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/2.jpg new file mode 100644 index 0000000..19ca151 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/20.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/20.jpg new file mode 100644 index 0000000..ca72871 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/3.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/3.jpg new file mode 100644 index 0000000..c8a9a91 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/4.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/4.jpg new file mode 100644 index 0000000..b47701b Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/5.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/5.jpg new file mode 100644 index 0000000..759fccb Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/6.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/6.jpg new file mode 100644 index 0000000..00cc44c Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/7.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/7.jpg new file mode 100644 index 0000000..20aca0e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/8.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/8.jpg new file mode 100644 index 0000000..02a3919 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626199127566374_0/9.jpg b/dataset/tusimple/clips/0530/1492626199127566374_0/9.jpg new file mode 100644 index 0000000..d2a2ab5 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626199127566374_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/1.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/1.jpg new file mode 100644 index 0000000..6b097db Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/10.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/10.jpg new file mode 100644 index 0000000..250074e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/11.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/11.jpg new file mode 100644 index 0000000..c9689a7 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/12.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/12.jpg new file mode 100644 index 0000000..b9e650a Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/13.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/13.jpg new file mode 100644 index 0000000..661ea83 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/14.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/14.jpg new file mode 100644 index 0000000..e14307d Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/15.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/15.jpg new file mode 100644 index 0000000..183d497 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/16.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/16.jpg new file mode 100644 index 0000000..4deb382 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/17.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/17.jpg new file mode 100644 index 0000000..61ce053 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/18.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/18.jpg new file mode 100644 index 0000000..e20b745 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/19.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/19.jpg new file mode 100644 index 0000000..1514807 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/2.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/2.jpg new file mode 100644 index 0000000..b096ffd Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/20.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/20.jpg new file mode 100644 index 0000000..79cf393 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/3.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/3.jpg new file mode 100644 index 0000000..c57bac3 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/4.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/4.jpg new file mode 100644 index 0000000..c29a8e4 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/5.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/5.jpg new file mode 100644 index 0000000..ae87e15 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/6.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/6.jpg new file mode 100644 index 0000000..e9bd68c Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/7.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/7.jpg new file mode 100644 index 0000000..a9be29c Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/8.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/8.jpg new file mode 100644 index 0000000..c955c51 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626224112349377_0/9.jpg b/dataset/tusimple/clips/0530/1492626224112349377_0/9.jpg new file mode 100644 index 0000000..d17ce30 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626224112349377_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/1.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/1.jpg new file mode 100644 index 0000000..2eb091d Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/10.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/10.jpg new file mode 100644 index 0000000..56e3cbb Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/11.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/11.jpg new file mode 100644 index 0000000..a7966e6 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/12.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/12.jpg new file mode 100644 index 0000000..19dbaba Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/13.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/13.jpg new file mode 100644 index 0000000..011af10 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/14.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/14.jpg new file mode 100644 index 0000000..6fd50bc Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/15.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/15.jpg new file mode 100644 index 0000000..34cffff Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/16.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/16.jpg new file mode 100644 index 0000000..f783e6c Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/17.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/17.jpg new file mode 100644 index 0000000..fb39d63 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/18.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/18.jpg new file mode 100644 index 0000000..d089b26 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/19.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/19.jpg new file mode 100644 index 0000000..c46a543 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/2.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/2.jpg new file mode 100644 index 0000000..fb6487f Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/20.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/20.jpg new file mode 100644 index 0000000..ce131e9 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/3.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/3.jpg new file mode 100644 index 0000000..491ff86 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/4.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/4.jpg new file mode 100644 index 0000000..38d11b8 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/5.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/5.jpg new file mode 100644 index 0000000..0a8701f Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/6.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/6.jpg new file mode 100644 index 0000000..bfbd653 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/7.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/7.jpg new file mode 100644 index 0000000..002420d Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/8.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/8.jpg new file mode 100644 index 0000000..09f622e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626236105069364_0/9.jpg b/dataset/tusimple/clips/0530/1492626236105069364_0/9.jpg new file mode 100644 index 0000000..6822f7d Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626236105069364_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/1.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/1.jpg new file mode 100644 index 0000000..9bd8d36 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/10.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/10.jpg new file mode 100644 index 0000000..0f1bb83 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/11.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/11.jpg new file mode 100644 index 0000000..7b88acb Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/12.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/12.jpg new file mode 100644 index 0000000..8497df2 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/13.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/13.jpg new file mode 100644 index 0000000..80ca5f1 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/14.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/14.jpg new file mode 100644 index 0000000..6d4666c Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/15.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/15.jpg new file mode 100644 index 0000000..cc426f9 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/16.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/16.jpg new file mode 100644 index 0000000..97e2366 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/17.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/17.jpg new file mode 100644 index 0000000..9ae0ac7 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/18.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/18.jpg new file mode 100644 index 0000000..bd8abd0 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/19.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/19.jpg new file mode 100644 index 0000000..f823efd Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/2.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/2.jpg new file mode 100644 index 0000000..2901b6a Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/20.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/20.jpg new file mode 100644 index 0000000..c4cdbaa Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/3.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/3.jpg new file mode 100644 index 0000000..6958999 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/4.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/4.jpg new file mode 100644 index 0000000..c87cf6c Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/5.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/5.jpg new file mode 100644 index 0000000..24c360f Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/6.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/6.jpg new file mode 100644 index 0000000..54ded3f Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/7.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/7.jpg new file mode 100644 index 0000000..cd29899 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/8.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/8.jpg new file mode 100644 index 0000000..a4e2039 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626252095353084_0/9.jpg b/dataset/tusimple/clips/0530/1492626252095353084_0/9.jpg new file mode 100644 index 0000000..bcd5a4a Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626252095353084_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/1.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/1.jpg new file mode 100644 index 0000000..f175e2f Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/10.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/10.jpg new file mode 100644 index 0000000..e6fedba Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/11.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/11.jpg new file mode 100644 index 0000000..aaf4b0b Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/12.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/12.jpg new file mode 100644 index 0000000..d04a515 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/13.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/13.jpg new file mode 100644 index 0000000..aee9a88 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/14.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/14.jpg new file mode 100644 index 0000000..76193af Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/15.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/15.jpg new file mode 100644 index 0000000..ef3868e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/16.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/16.jpg new file mode 100644 index 0000000..c5fbc1b Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/17.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/17.jpg new file mode 100644 index 0000000..ec79fe0 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/18.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/18.jpg new file mode 100644 index 0000000..79f7e1e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/19.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/19.jpg new file mode 100644 index 0000000..bddfd01 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/2.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/2.jpg new file mode 100644 index 0000000..362de65 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/20.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/20.jpg new file mode 100644 index 0000000..83d1d04 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/3.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/3.jpg new file mode 100644 index 0000000..4a8a310 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/4.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/4.jpg new file mode 100644 index 0000000..2b2e845 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/5.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/5.jpg new file mode 100644 index 0000000..2ecc84c Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/6.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/6.jpg new file mode 100644 index 0000000..77796ef Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/7.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/7.jpg new file mode 100644 index 0000000..76e9d50 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/8.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/8.jpg new file mode 100644 index 0000000..ea0f066 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626257094533319_0/9.jpg b/dataset/tusimple/clips/0530/1492626257094533319_0/9.jpg new file mode 100644 index 0000000..b6cca62 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626257094533319_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/1.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/1.jpg new file mode 100644 index 0000000..d276e0b Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/10.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/10.jpg new file mode 100644 index 0000000..0d38232 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/11.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/11.jpg new file mode 100644 index 0000000..7f40c30 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/12.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/12.jpg new file mode 100644 index 0000000..76f85e4 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/13.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/13.jpg new file mode 100644 index 0000000..10f2a3e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/14.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/14.jpg new file mode 100644 index 0000000..0923101 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/15.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/15.jpg new file mode 100644 index 0000000..7585d4b Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/16.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/16.jpg new file mode 100644 index 0000000..58c04bd Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/17.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/17.jpg new file mode 100644 index 0000000..cb21466 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/18.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/18.jpg new file mode 100644 index 0000000..204a397 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/19.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/19.jpg new file mode 100644 index 0000000..73be3a2 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/2.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/2.jpg new file mode 100644 index 0000000..4f0b6d6 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/20.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/20.jpg new file mode 100644 index 0000000..c84092e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/3.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/3.jpg new file mode 100644 index 0000000..baee2ae Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/4.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/4.jpg new file mode 100644 index 0000000..da22a17 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/5.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/5.jpg new file mode 100644 index 0000000..a8047f6 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/6.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/6.jpg new file mode 100644 index 0000000..69f9128 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/7.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/7.jpg new file mode 100644 index 0000000..f33efdf Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/8.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/8.jpg new file mode 100644 index 0000000..3f64899 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626265087865031_0/9.jpg b/dataset/tusimple/clips/0530/1492626265087865031_0/9.jpg new file mode 100644 index 0000000..6c33f6d Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626265087865031_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/1.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/1.jpg new file mode 100644 index 0000000..efdc09d Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/10.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/10.jpg new file mode 100644 index 0000000..0a8661d Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/11.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/11.jpg new file mode 100644 index 0000000..5c6afb5 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/12.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/12.jpg new file mode 100644 index 0000000..0802a96 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/13.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/13.jpg new file mode 100644 index 0000000..5302dc6 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/14.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/14.jpg new file mode 100644 index 0000000..d066875 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/15.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/15.jpg new file mode 100644 index 0000000..6c1d532 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/16.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/16.jpg new file mode 100644 index 0000000..2259cac Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/17.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/17.jpg new file mode 100644 index 0000000..1ab06c6 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/18.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/18.jpg new file mode 100644 index 0000000..5e746fa Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/19.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/19.jpg new file mode 100644 index 0000000..727ca31 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/2.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/2.jpg new file mode 100644 index 0000000..a96715a Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/20.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/20.jpg new file mode 100644 index 0000000..c747bbd Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/3.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/3.jpg new file mode 100644 index 0000000..c4c0c46 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/4.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/4.jpg new file mode 100644 index 0000000..387a957 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/5.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/5.jpg new file mode 100644 index 0000000..b580079 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/6.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/6.jpg new file mode 100644 index 0000000..7d23499 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/7.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/7.jpg new file mode 100644 index 0000000..6a4cc42 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/8.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/8.jpg new file mode 100644 index 0000000..9fab0bf Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626268085982449_0/9.jpg b/dataset/tusimple/clips/0530/1492626268085982449_0/9.jpg new file mode 100644 index 0000000..4e0a283 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626268085982449_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/1.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/1.jpg new file mode 100644 index 0000000..1610c63 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/10.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/10.jpg new file mode 100644 index 0000000..8446830 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/11.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/11.jpg new file mode 100644 index 0000000..ecde9ee Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/12.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/12.jpg new file mode 100644 index 0000000..9abba29 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/13.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/13.jpg new file mode 100644 index 0000000..9226426 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/14.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/14.jpg new file mode 100644 index 0000000..e67a47b Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/15.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/15.jpg new file mode 100644 index 0000000..7d458fb Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/16.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/16.jpg new file mode 100644 index 0000000..b500624 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/17.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/17.jpg new file mode 100644 index 0000000..3b3e3e6 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/18.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/18.jpg new file mode 100644 index 0000000..dd617f8 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/19.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/19.jpg new file mode 100644 index 0000000..39ad689 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/2.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/2.jpg new file mode 100644 index 0000000..54386e0 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/20.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/20.jpg new file mode 100644 index 0000000..6a28482 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/3.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/3.jpg new file mode 100644 index 0000000..b0447b2 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/4.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/4.jpg new file mode 100644 index 0000000..a5ea83a Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/5.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/5.jpg new file mode 100644 index 0000000..a03e090 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/6.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/6.jpg new file mode 100644 index 0000000..57040da Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/7.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/7.jpg new file mode 100644 index 0000000..ef50c6d Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/8.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/8.jpg new file mode 100644 index 0000000..ef432e1 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626281077831064_0/9.jpg b/dataset/tusimple/clips/0530/1492626281077831064_0/9.jpg new file mode 100644 index 0000000..e59d368 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626281077831064_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/1.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/1.jpg new file mode 100644 index 0000000..c5aef8f Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/10.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/10.jpg new file mode 100644 index 0000000..fea2397 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/11.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/11.jpg new file mode 100644 index 0000000..8409b4f Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/12.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/12.jpg new file mode 100644 index 0000000..104c752 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/13.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/13.jpg new file mode 100644 index 0000000..e20f11e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/14.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/14.jpg new file mode 100644 index 0000000..7062ea7 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/15.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/15.jpg new file mode 100644 index 0000000..9c3cbe2 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/16.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/16.jpg new file mode 100644 index 0000000..6fe4987 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/17.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/17.jpg new file mode 100644 index 0000000..5911b5d Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/18.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/18.jpg new file mode 100644 index 0000000..97546f2 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/19.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/19.jpg new file mode 100644 index 0000000..53dbeee Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/2.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/2.jpg new file mode 100644 index 0000000..5832bdf Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/20.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/20.jpg new file mode 100644 index 0000000..04572c8 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/3.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/3.jpg new file mode 100644 index 0000000..12bfbfb Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/4.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/4.jpg new file mode 100644 index 0000000..e3141b6 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/5.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/5.jpg new file mode 100644 index 0000000..7640413 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/6.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/6.jpg new file mode 100644 index 0000000..a9c8f09 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/7.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/7.jpg new file mode 100644 index 0000000..336b2a7 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/8.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/8.jpg new file mode 100644 index 0000000..f6ab133 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626283076624822_0/9.jpg b/dataset/tusimple/clips/0530/1492626283076624822_0/9.jpg new file mode 100644 index 0000000..5ca84af Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626283076624822_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/1.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/1.jpg new file mode 100644 index 0000000..e78a191 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/10.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/10.jpg new file mode 100644 index 0000000..6b3f959 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/11.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/11.jpg new file mode 100644 index 0000000..3e5fd08 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/12.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/12.jpg new file mode 100644 index 0000000..fa899d7 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/13.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/13.jpg new file mode 100644 index 0000000..9db9749 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/14.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/14.jpg new file mode 100644 index 0000000..fbda0f8 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/15.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/15.jpg new file mode 100644 index 0000000..d2511e6 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/16.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/16.jpg new file mode 100644 index 0000000..ea3b139 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/17.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/17.jpg new file mode 100644 index 0000000..ce8566e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/18.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/18.jpg new file mode 100644 index 0000000..edb8745 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/19.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/19.jpg new file mode 100644 index 0000000..1bfa76a Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/2.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/2.jpg new file mode 100644 index 0000000..68bf7d4 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/20.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/20.jpg new file mode 100644 index 0000000..7a46d9b Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/3.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/3.jpg new file mode 100644 index 0000000..ce1a540 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/4.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/4.jpg new file mode 100644 index 0000000..5da4a25 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/5.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/5.jpg new file mode 100644 index 0000000..4de71a0 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/6.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/6.jpg new file mode 100644 index 0000000..a056812 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/7.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/7.jpg new file mode 100644 index 0000000..7cc3b15 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/8.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/8.jpg new file mode 100644 index 0000000..bcf1abf Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626286076989589_0/9.jpg b/dataset/tusimple/clips/0530/1492626286076989589_0/9.jpg new file mode 100644 index 0000000..d91ef91 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626286076989589_0/9.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/1.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/1.jpg new file mode 100644 index 0000000..1cfce67 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/1.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/10.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/10.jpg new file mode 100644 index 0000000..1bd11f5 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/10.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/11.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/11.jpg new file mode 100644 index 0000000..1af07a4 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/11.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/12.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/12.jpg new file mode 100644 index 0000000..6b43632 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/12.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/13.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/13.jpg new file mode 100644 index 0000000..161e55b Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/13.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/14.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/14.jpg new file mode 100644 index 0000000..73372bc Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/14.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/15.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/15.jpg new file mode 100644 index 0000000..f90c78b Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/15.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/16.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/16.jpg new file mode 100644 index 0000000..042fdb8 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/16.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/17.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/17.jpg new file mode 100644 index 0000000..3c724bf Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/17.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/18.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/18.jpg new file mode 100644 index 0000000..750697e Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/18.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/19.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/19.jpg new file mode 100644 index 0000000..3ee1a6f Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/19.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/2.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/2.jpg new file mode 100644 index 0000000..257429d Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/2.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/20.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/20.jpg new file mode 100644 index 0000000..d2aa95d Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/20.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/3.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/3.jpg new file mode 100644 index 0000000..ce8c860 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/3.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/4.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/4.jpg new file mode 100644 index 0000000..5d694ba Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/4.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/5.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/5.jpg new file mode 100644 index 0000000..612c680 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/5.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/6.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/6.jpg new file mode 100644 index 0000000..ab2b14a Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/6.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/7.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/7.jpg new file mode 100644 index 0000000..86c54c2 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/7.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/8.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/8.jpg new file mode 100644 index 0000000..a566f9b Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/8.jpg differ diff --git a/dataset/tusimple/clips/0530/1492626295069332660_0/9.jpg b/dataset/tusimple/clips/0530/1492626295069332660_0/9.jpg new file mode 100644 index 0000000..e030506 Binary files /dev/null and b/dataset/tusimple/clips/0530/1492626295069332660_0/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/1.jpg b/dataset/tusimple/clips/0531/1492626253262712112/1.jpg new file mode 100644 index 0000000..d273546 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/10.jpg b/dataset/tusimple/clips/0531/1492626253262712112/10.jpg new file mode 100644 index 0000000..0053fa6 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/11.jpg b/dataset/tusimple/clips/0531/1492626253262712112/11.jpg new file mode 100644 index 0000000..036e2f6 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/12.jpg b/dataset/tusimple/clips/0531/1492626253262712112/12.jpg new file mode 100644 index 0000000..ddf677e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/13.jpg b/dataset/tusimple/clips/0531/1492626253262712112/13.jpg new file mode 100644 index 0000000..b84ab96 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/14.jpg b/dataset/tusimple/clips/0531/1492626253262712112/14.jpg new file mode 100644 index 0000000..23d4ba7 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/15.jpg b/dataset/tusimple/clips/0531/1492626253262712112/15.jpg new file mode 100644 index 0000000..46a2467 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/16.jpg b/dataset/tusimple/clips/0531/1492626253262712112/16.jpg new file mode 100644 index 0000000..511b321 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/17.jpg b/dataset/tusimple/clips/0531/1492626253262712112/17.jpg new file mode 100644 index 0000000..e4d0366 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/18.jpg b/dataset/tusimple/clips/0531/1492626253262712112/18.jpg new file mode 100644 index 0000000..2081b41 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/19.jpg b/dataset/tusimple/clips/0531/1492626253262712112/19.jpg new file mode 100644 index 0000000..201c346 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/2.jpg b/dataset/tusimple/clips/0531/1492626253262712112/2.jpg new file mode 100644 index 0000000..3101c8c Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/20.jpg b/dataset/tusimple/clips/0531/1492626253262712112/20.jpg new file mode 100644 index 0000000..1c57ccb Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/3.jpg b/dataset/tusimple/clips/0531/1492626253262712112/3.jpg new file mode 100644 index 0000000..14285b6 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/4.jpg b/dataset/tusimple/clips/0531/1492626253262712112/4.jpg new file mode 100644 index 0000000..d32611a Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/5.jpg b/dataset/tusimple/clips/0531/1492626253262712112/5.jpg new file mode 100644 index 0000000..74421fd Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/6.jpg b/dataset/tusimple/clips/0531/1492626253262712112/6.jpg new file mode 100644 index 0000000..d0a47e7 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/7.jpg b/dataset/tusimple/clips/0531/1492626253262712112/7.jpg new file mode 100644 index 0000000..76fd329 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/8.jpg b/dataset/tusimple/clips/0531/1492626253262712112/8.jpg new file mode 100644 index 0000000..20492f3 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626253262712112/9.jpg b/dataset/tusimple/clips/0531/1492626253262712112/9.jpg new file mode 100644 index 0000000..8587a04 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626253262712112/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/1.jpg b/dataset/tusimple/clips/0531/1492626270684175793/1.jpg new file mode 100644 index 0000000..9f72b7f Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/10.jpg b/dataset/tusimple/clips/0531/1492626270684175793/10.jpg new file mode 100644 index 0000000..bef363d Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/11.jpg b/dataset/tusimple/clips/0531/1492626270684175793/11.jpg new file mode 100644 index 0000000..62e4df1 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/12.jpg b/dataset/tusimple/clips/0531/1492626270684175793/12.jpg new file mode 100644 index 0000000..e0b1a67 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/13.jpg b/dataset/tusimple/clips/0531/1492626270684175793/13.jpg new file mode 100644 index 0000000..7164c31 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/14.jpg b/dataset/tusimple/clips/0531/1492626270684175793/14.jpg new file mode 100644 index 0000000..5288a76 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/15.jpg b/dataset/tusimple/clips/0531/1492626270684175793/15.jpg new file mode 100644 index 0000000..441a65e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/16.jpg b/dataset/tusimple/clips/0531/1492626270684175793/16.jpg new file mode 100644 index 0000000..d6354d5 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/17.jpg b/dataset/tusimple/clips/0531/1492626270684175793/17.jpg new file mode 100644 index 0000000..8db65d4 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/18.jpg b/dataset/tusimple/clips/0531/1492626270684175793/18.jpg new file mode 100644 index 0000000..55178d2 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/19.jpg b/dataset/tusimple/clips/0531/1492626270684175793/19.jpg new file mode 100644 index 0000000..5c4cc09 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/2.jpg b/dataset/tusimple/clips/0531/1492626270684175793/2.jpg new file mode 100644 index 0000000..4158dda Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/20.jpg b/dataset/tusimple/clips/0531/1492626270684175793/20.jpg new file mode 100644 index 0000000..b0f168b Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/20.png b/dataset/tusimple/clips/0531/1492626270684175793/20.png new file mode 100644 index 0000000..83cc0f9 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/20.png differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/3.jpg b/dataset/tusimple/clips/0531/1492626270684175793/3.jpg new file mode 100644 index 0000000..9a9586e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/4.jpg b/dataset/tusimple/clips/0531/1492626270684175793/4.jpg new file mode 100644 index 0000000..9af456b Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/5.jpg b/dataset/tusimple/clips/0531/1492626270684175793/5.jpg new file mode 100644 index 0000000..ec7be8b Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/6.jpg b/dataset/tusimple/clips/0531/1492626270684175793/6.jpg new file mode 100644 index 0000000..13ba008 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/7.jpg b/dataset/tusimple/clips/0531/1492626270684175793/7.jpg new file mode 100644 index 0000000..837986f Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/8.jpg b/dataset/tusimple/clips/0531/1492626270684175793/8.jpg new file mode 100644 index 0000000..6b2b872 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626270684175793/9.jpg b/dataset/tusimple/clips/0531/1492626270684175793/9.jpg new file mode 100644 index 0000000..20c53c2 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626270684175793/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/1.jpg b/dataset/tusimple/clips/0531/1492626271917313999/1.jpg new file mode 100644 index 0000000..b460f81 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/10.jpg b/dataset/tusimple/clips/0531/1492626271917313999/10.jpg new file mode 100644 index 0000000..4f4ee10 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/11.jpg b/dataset/tusimple/clips/0531/1492626271917313999/11.jpg new file mode 100644 index 0000000..c099df0 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/12.jpg b/dataset/tusimple/clips/0531/1492626271917313999/12.jpg new file mode 100644 index 0000000..59a74e9 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/13.jpg b/dataset/tusimple/clips/0531/1492626271917313999/13.jpg new file mode 100644 index 0000000..00f2daf Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/14.jpg b/dataset/tusimple/clips/0531/1492626271917313999/14.jpg new file mode 100644 index 0000000..7be5a9c Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/15.jpg b/dataset/tusimple/clips/0531/1492626271917313999/15.jpg new file mode 100644 index 0000000..d298e63 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/16.jpg b/dataset/tusimple/clips/0531/1492626271917313999/16.jpg new file mode 100644 index 0000000..c87244a Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/17.jpg b/dataset/tusimple/clips/0531/1492626271917313999/17.jpg new file mode 100644 index 0000000..b989774 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/18.jpg b/dataset/tusimple/clips/0531/1492626271917313999/18.jpg new file mode 100644 index 0000000..8d5c67e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/19.jpg b/dataset/tusimple/clips/0531/1492626271917313999/19.jpg new file mode 100644 index 0000000..a9a79c6 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/2.jpg b/dataset/tusimple/clips/0531/1492626271917313999/2.jpg new file mode 100644 index 0000000..58d3759 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/20.jpg b/dataset/tusimple/clips/0531/1492626271917313999/20.jpg new file mode 100644 index 0000000..cb13ddf Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/3.jpg b/dataset/tusimple/clips/0531/1492626271917313999/3.jpg new file mode 100644 index 0000000..0e0c2e6 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/4.jpg b/dataset/tusimple/clips/0531/1492626271917313999/4.jpg new file mode 100644 index 0000000..6426c30 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/5.jpg b/dataset/tusimple/clips/0531/1492626271917313999/5.jpg new file mode 100644 index 0000000..d6b3d02 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/6.jpg b/dataset/tusimple/clips/0531/1492626271917313999/6.jpg new file mode 100644 index 0000000..f29df1a Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/7.jpg b/dataset/tusimple/clips/0531/1492626271917313999/7.jpg new file mode 100644 index 0000000..8ed1741 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/8.jpg b/dataset/tusimple/clips/0531/1492626271917313999/8.jpg new file mode 100644 index 0000000..ca1eaf1 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626271917313999/9.jpg b/dataset/tusimple/clips/0531/1492626271917313999/9.jpg new file mode 100644 index 0000000..ae8cb65 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626271917313999/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/1.jpg b/dataset/tusimple/clips/0531/1492626272918083058/1.jpg new file mode 100644 index 0000000..3f36524 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/10.jpg b/dataset/tusimple/clips/0531/1492626272918083058/10.jpg new file mode 100644 index 0000000..7344b99 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/11.jpg b/dataset/tusimple/clips/0531/1492626272918083058/11.jpg new file mode 100644 index 0000000..ad80bda Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/12.jpg b/dataset/tusimple/clips/0531/1492626272918083058/12.jpg new file mode 100644 index 0000000..1bcf621 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/13.jpg b/dataset/tusimple/clips/0531/1492626272918083058/13.jpg new file mode 100644 index 0000000..7867906 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/14.jpg b/dataset/tusimple/clips/0531/1492626272918083058/14.jpg new file mode 100644 index 0000000..73293f8 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/15.jpg b/dataset/tusimple/clips/0531/1492626272918083058/15.jpg new file mode 100644 index 0000000..313f1c1 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/16.jpg b/dataset/tusimple/clips/0531/1492626272918083058/16.jpg new file mode 100644 index 0000000..8a51f15 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/17.jpg b/dataset/tusimple/clips/0531/1492626272918083058/17.jpg new file mode 100644 index 0000000..b268fa4 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/18.jpg b/dataset/tusimple/clips/0531/1492626272918083058/18.jpg new file mode 100644 index 0000000..c0c1e92 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/19.jpg b/dataset/tusimple/clips/0531/1492626272918083058/19.jpg new file mode 100644 index 0000000..e2605f6 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/2.jpg b/dataset/tusimple/clips/0531/1492626272918083058/2.jpg new file mode 100644 index 0000000..cd9f926 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/20.jpg b/dataset/tusimple/clips/0531/1492626272918083058/20.jpg new file mode 100644 index 0000000..b65eceb Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/3.jpg b/dataset/tusimple/clips/0531/1492626272918083058/3.jpg new file mode 100644 index 0000000..5db3971 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/4.jpg b/dataset/tusimple/clips/0531/1492626272918083058/4.jpg new file mode 100644 index 0000000..71bd949 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/5.jpg b/dataset/tusimple/clips/0531/1492626272918083058/5.jpg new file mode 100644 index 0000000..abad2a4 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/6.jpg b/dataset/tusimple/clips/0531/1492626272918083058/6.jpg new file mode 100644 index 0000000..8d974a8 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/7.jpg b/dataset/tusimple/clips/0531/1492626272918083058/7.jpg new file mode 100644 index 0000000..50c7c79 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/8.jpg b/dataset/tusimple/clips/0531/1492626272918083058/8.jpg new file mode 100644 index 0000000..47e8023 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626272918083058/9.jpg b/dataset/tusimple/clips/0531/1492626272918083058/9.jpg new file mode 100644 index 0000000..93990e9 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626272918083058/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/1.jpg b/dataset/tusimple/clips/0531/1492626274615008344/1.jpg new file mode 100644 index 0000000..29f674c Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/10.jpg b/dataset/tusimple/clips/0531/1492626274615008344/10.jpg new file mode 100644 index 0000000..1f3406e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/11.jpg b/dataset/tusimple/clips/0531/1492626274615008344/11.jpg new file mode 100644 index 0000000..9c115fd Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/12.jpg b/dataset/tusimple/clips/0531/1492626274615008344/12.jpg new file mode 100644 index 0000000..d29cc28 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/13.jpg b/dataset/tusimple/clips/0531/1492626274615008344/13.jpg new file mode 100644 index 0000000..5f943a6 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/14.jpg b/dataset/tusimple/clips/0531/1492626274615008344/14.jpg new file mode 100644 index 0000000..6127e07 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/15.jpg b/dataset/tusimple/clips/0531/1492626274615008344/15.jpg new file mode 100644 index 0000000..1689666 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/16.jpg b/dataset/tusimple/clips/0531/1492626274615008344/16.jpg new file mode 100644 index 0000000..3d35b6a Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/17.jpg b/dataset/tusimple/clips/0531/1492626274615008344/17.jpg new file mode 100644 index 0000000..b48add8 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/18.jpg b/dataset/tusimple/clips/0531/1492626274615008344/18.jpg new file mode 100644 index 0000000..50bccd8 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/19.jpg b/dataset/tusimple/clips/0531/1492626274615008344/19.jpg new file mode 100644 index 0000000..aa4dc82 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/2.jpg b/dataset/tusimple/clips/0531/1492626274615008344/2.jpg new file mode 100644 index 0000000..5d281d3 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/20.jpg b/dataset/tusimple/clips/0531/1492626274615008344/20.jpg new file mode 100644 index 0000000..06860a7 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/20.png b/dataset/tusimple/clips/0531/1492626274615008344/20.png new file mode 100644 index 0000000..976343b Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/20.png differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/3.jpg b/dataset/tusimple/clips/0531/1492626274615008344/3.jpg new file mode 100644 index 0000000..ef5cfd6 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/4.jpg b/dataset/tusimple/clips/0531/1492626274615008344/4.jpg new file mode 100644 index 0000000..8693c30 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/5.jpg b/dataset/tusimple/clips/0531/1492626274615008344/5.jpg new file mode 100644 index 0000000..701deb0 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/6.jpg b/dataset/tusimple/clips/0531/1492626274615008344/6.jpg new file mode 100644 index 0000000..887e715 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/7.jpg b/dataset/tusimple/clips/0531/1492626274615008344/7.jpg new file mode 100644 index 0000000..0d72774 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/8.jpg b/dataset/tusimple/clips/0531/1492626274615008344/8.jpg new file mode 100644 index 0000000..052dbbe Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626274615008344/9.jpg b/dataset/tusimple/clips/0531/1492626274615008344/9.jpg new file mode 100644 index 0000000..282d9fe Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626274615008344/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/1.jpg b/dataset/tusimple/clips/0531/1492626287507231547/1.jpg new file mode 100644 index 0000000..d58752a Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/10.jpg b/dataset/tusimple/clips/0531/1492626287507231547/10.jpg new file mode 100644 index 0000000..9d0fc01 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/11.jpg b/dataset/tusimple/clips/0531/1492626287507231547/11.jpg new file mode 100644 index 0000000..bd4f1fe Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/12.jpg b/dataset/tusimple/clips/0531/1492626287507231547/12.jpg new file mode 100644 index 0000000..e580cc6 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/13.jpg b/dataset/tusimple/clips/0531/1492626287507231547/13.jpg new file mode 100644 index 0000000..fefb7db Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/14.jpg b/dataset/tusimple/clips/0531/1492626287507231547/14.jpg new file mode 100644 index 0000000..f454547 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/15.jpg b/dataset/tusimple/clips/0531/1492626287507231547/15.jpg new file mode 100644 index 0000000..bb76360 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/16.jpg b/dataset/tusimple/clips/0531/1492626287507231547/16.jpg new file mode 100644 index 0000000..e3ef185 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/17.jpg b/dataset/tusimple/clips/0531/1492626287507231547/17.jpg new file mode 100644 index 0000000..5d481e0 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/18.jpg b/dataset/tusimple/clips/0531/1492626287507231547/18.jpg new file mode 100644 index 0000000..09bc8b2 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/19.jpg b/dataset/tusimple/clips/0531/1492626287507231547/19.jpg new file mode 100644 index 0000000..acaedbd Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/2.jpg b/dataset/tusimple/clips/0531/1492626287507231547/2.jpg new file mode 100644 index 0000000..b331500 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/20.jpg b/dataset/tusimple/clips/0531/1492626287507231547/20.jpg new file mode 100644 index 0000000..b86a63e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/20.png b/dataset/tusimple/clips/0531/1492626287507231547/20.png new file mode 100644 index 0000000..555fe2d Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/20.png differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/3.jpg b/dataset/tusimple/clips/0531/1492626287507231547/3.jpg new file mode 100644 index 0000000..a651e50 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/4.jpg b/dataset/tusimple/clips/0531/1492626287507231547/4.jpg new file mode 100644 index 0000000..eaebf52 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/5.jpg b/dataset/tusimple/clips/0531/1492626287507231547/5.jpg new file mode 100644 index 0000000..c241bf4 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/6.jpg b/dataset/tusimple/clips/0531/1492626287507231547/6.jpg new file mode 100644 index 0000000..8ea8cc0 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/7.jpg b/dataset/tusimple/clips/0531/1492626287507231547/7.jpg new file mode 100644 index 0000000..383f0ae Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/8.jpg b/dataset/tusimple/clips/0531/1492626287507231547/8.jpg new file mode 100644 index 0000000..3dc3c06 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626287507231547/9.jpg b/dataset/tusimple/clips/0531/1492626287507231547/9.jpg new file mode 100644 index 0000000..b975f30 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626287507231547/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/1.jpg b/dataset/tusimple/clips/0531/1492626292371547028/1.jpg new file mode 100644 index 0000000..941a2df Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/10.jpg b/dataset/tusimple/clips/0531/1492626292371547028/10.jpg new file mode 100644 index 0000000..3d078a7 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/11.jpg b/dataset/tusimple/clips/0531/1492626292371547028/11.jpg new file mode 100644 index 0000000..b616ab5 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/12.jpg b/dataset/tusimple/clips/0531/1492626292371547028/12.jpg new file mode 100644 index 0000000..21822fb Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/13.jpg b/dataset/tusimple/clips/0531/1492626292371547028/13.jpg new file mode 100644 index 0000000..3ed4ba1 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/14.jpg b/dataset/tusimple/clips/0531/1492626292371547028/14.jpg new file mode 100644 index 0000000..56dd717 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/15.jpg b/dataset/tusimple/clips/0531/1492626292371547028/15.jpg new file mode 100644 index 0000000..593338a Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/16.jpg b/dataset/tusimple/clips/0531/1492626292371547028/16.jpg new file mode 100644 index 0000000..476f568 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/17.jpg b/dataset/tusimple/clips/0531/1492626292371547028/17.jpg new file mode 100644 index 0000000..abd7f68 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/18.jpg b/dataset/tusimple/clips/0531/1492626292371547028/18.jpg new file mode 100644 index 0000000..1d99d6b Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/19.jpg b/dataset/tusimple/clips/0531/1492626292371547028/19.jpg new file mode 100644 index 0000000..ac68312 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/2.jpg b/dataset/tusimple/clips/0531/1492626292371547028/2.jpg new file mode 100644 index 0000000..0b9a54e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/20.jpg b/dataset/tusimple/clips/0531/1492626292371547028/20.jpg new file mode 100644 index 0000000..db709d4 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/3.jpg b/dataset/tusimple/clips/0531/1492626292371547028/3.jpg new file mode 100644 index 0000000..1a26319 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/4.jpg b/dataset/tusimple/clips/0531/1492626292371547028/4.jpg new file mode 100644 index 0000000..f2a63bf Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/5.jpg b/dataset/tusimple/clips/0531/1492626292371547028/5.jpg new file mode 100644 index 0000000..d42e8d1 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/6.jpg b/dataset/tusimple/clips/0531/1492626292371547028/6.jpg new file mode 100644 index 0000000..3449f08 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/7.jpg b/dataset/tusimple/clips/0531/1492626292371547028/7.jpg new file mode 100644 index 0000000..0e3fb9e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/8.jpg b/dataset/tusimple/clips/0531/1492626292371547028/8.jpg new file mode 100644 index 0000000..e761b45 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626292371547028/9.jpg b/dataset/tusimple/clips/0531/1492626292371547028/9.jpg new file mode 100644 index 0000000..5fe8ab7 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626292371547028/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/1.jpg b/dataset/tusimple/clips/0531/1492626323818607492/1.jpg new file mode 100644 index 0000000..921c162 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/10.jpg b/dataset/tusimple/clips/0531/1492626323818607492/10.jpg new file mode 100644 index 0000000..d9d97d5 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/11.jpg b/dataset/tusimple/clips/0531/1492626323818607492/11.jpg new file mode 100644 index 0000000..a0534a5 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/12.jpg b/dataset/tusimple/clips/0531/1492626323818607492/12.jpg new file mode 100644 index 0000000..c883136 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/13.jpg b/dataset/tusimple/clips/0531/1492626323818607492/13.jpg new file mode 100644 index 0000000..76ddf6e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/14.jpg b/dataset/tusimple/clips/0531/1492626323818607492/14.jpg new file mode 100644 index 0000000..a98d9b1 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/15.jpg b/dataset/tusimple/clips/0531/1492626323818607492/15.jpg new file mode 100644 index 0000000..cd17af0 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/16.jpg b/dataset/tusimple/clips/0531/1492626323818607492/16.jpg new file mode 100644 index 0000000..844a075 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/17.jpg b/dataset/tusimple/clips/0531/1492626323818607492/17.jpg new file mode 100644 index 0000000..61bf5c4 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/18.jpg b/dataset/tusimple/clips/0531/1492626323818607492/18.jpg new file mode 100644 index 0000000..ad279cc Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/19.jpg b/dataset/tusimple/clips/0531/1492626323818607492/19.jpg new file mode 100644 index 0000000..e17c946 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/2.jpg b/dataset/tusimple/clips/0531/1492626323818607492/2.jpg new file mode 100644 index 0000000..6330df3 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/20.jpg b/dataset/tusimple/clips/0531/1492626323818607492/20.jpg new file mode 100644 index 0000000..a08c6c3 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/3.jpg b/dataset/tusimple/clips/0531/1492626323818607492/3.jpg new file mode 100644 index 0000000..6753da5 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/4.jpg b/dataset/tusimple/clips/0531/1492626323818607492/4.jpg new file mode 100644 index 0000000..78e06a5 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/5.jpg b/dataset/tusimple/clips/0531/1492626323818607492/5.jpg new file mode 100644 index 0000000..4ef8781 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/6.jpg b/dataset/tusimple/clips/0531/1492626323818607492/6.jpg new file mode 100644 index 0000000..369b6a3 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/7.jpg b/dataset/tusimple/clips/0531/1492626323818607492/7.jpg new file mode 100644 index 0000000..b939f47 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/8.jpg b/dataset/tusimple/clips/0531/1492626323818607492/8.jpg new file mode 100644 index 0000000..19ad369 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626323818607492/9.jpg b/dataset/tusimple/clips/0531/1492626323818607492/9.jpg new file mode 100644 index 0000000..edd752c Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626323818607492/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/1.jpg b/dataset/tusimple/clips/0531/1492626326050823425/1.jpg new file mode 100644 index 0000000..507c67b Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/10.jpg b/dataset/tusimple/clips/0531/1492626326050823425/10.jpg new file mode 100644 index 0000000..3147d85 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/11.jpg b/dataset/tusimple/clips/0531/1492626326050823425/11.jpg new file mode 100644 index 0000000..d389c96 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/12.jpg b/dataset/tusimple/clips/0531/1492626326050823425/12.jpg new file mode 100644 index 0000000..2606083 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/13.jpg b/dataset/tusimple/clips/0531/1492626326050823425/13.jpg new file mode 100644 index 0000000..132202b Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/14.jpg b/dataset/tusimple/clips/0531/1492626326050823425/14.jpg new file mode 100644 index 0000000..da7b1b3 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/15.jpg b/dataset/tusimple/clips/0531/1492626326050823425/15.jpg new file mode 100644 index 0000000..a42cfcc Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/16.jpg b/dataset/tusimple/clips/0531/1492626326050823425/16.jpg new file mode 100644 index 0000000..b7609ba Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/17.jpg b/dataset/tusimple/clips/0531/1492626326050823425/17.jpg new file mode 100644 index 0000000..edec719 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/18.jpg b/dataset/tusimple/clips/0531/1492626326050823425/18.jpg new file mode 100644 index 0000000..adf5f09 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/19.jpg b/dataset/tusimple/clips/0531/1492626326050823425/19.jpg new file mode 100644 index 0000000..440f296 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/2.jpg b/dataset/tusimple/clips/0531/1492626326050823425/2.jpg new file mode 100644 index 0000000..f8cc88a Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/20.jpg b/dataset/tusimple/clips/0531/1492626326050823425/20.jpg new file mode 100644 index 0000000..80a7ac3 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/3.jpg b/dataset/tusimple/clips/0531/1492626326050823425/3.jpg new file mode 100644 index 0000000..1e7e576 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/4.jpg b/dataset/tusimple/clips/0531/1492626326050823425/4.jpg new file mode 100644 index 0000000..3d0be5a Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/5.jpg b/dataset/tusimple/clips/0531/1492626326050823425/5.jpg new file mode 100644 index 0000000..1c9eb04 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/6.jpg b/dataset/tusimple/clips/0531/1492626326050823425/6.jpg new file mode 100644 index 0000000..7fd206d Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/7.jpg b/dataset/tusimple/clips/0531/1492626326050823425/7.jpg new file mode 100644 index 0000000..ea99ff3 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/8.jpg b/dataset/tusimple/clips/0531/1492626326050823425/8.jpg new file mode 100644 index 0000000..09853b3 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626326050823425/9.jpg b/dataset/tusimple/clips/0531/1492626326050823425/9.jpg new file mode 100644 index 0000000..6fc7583 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626326050823425/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/1.jpg b/dataset/tusimple/clips/0531/1492626327183261694/1.jpg new file mode 100644 index 0000000..0ee74ef Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/10.jpg b/dataset/tusimple/clips/0531/1492626327183261694/10.jpg new file mode 100644 index 0000000..e7d5407 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/11.jpg b/dataset/tusimple/clips/0531/1492626327183261694/11.jpg new file mode 100644 index 0000000..29880d3 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/12.jpg b/dataset/tusimple/clips/0531/1492626327183261694/12.jpg new file mode 100644 index 0000000..8de3738 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/13.jpg b/dataset/tusimple/clips/0531/1492626327183261694/13.jpg new file mode 100644 index 0000000..4117796 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/14.jpg b/dataset/tusimple/clips/0531/1492626327183261694/14.jpg new file mode 100644 index 0000000..957d870 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/15.jpg b/dataset/tusimple/clips/0531/1492626327183261694/15.jpg new file mode 100644 index 0000000..5bd11d7 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/16.jpg b/dataset/tusimple/clips/0531/1492626327183261694/16.jpg new file mode 100644 index 0000000..f81bb25 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/17.jpg b/dataset/tusimple/clips/0531/1492626327183261694/17.jpg new file mode 100644 index 0000000..1e3ccbf Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/18.jpg b/dataset/tusimple/clips/0531/1492626327183261694/18.jpg new file mode 100644 index 0000000..7f7ef44 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/19.jpg b/dataset/tusimple/clips/0531/1492626327183261694/19.jpg new file mode 100644 index 0000000..87f6008 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/2.jpg b/dataset/tusimple/clips/0531/1492626327183261694/2.jpg new file mode 100644 index 0000000..adb6026 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/20.jpg b/dataset/tusimple/clips/0531/1492626327183261694/20.jpg new file mode 100644 index 0000000..2808f35 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/20.png b/dataset/tusimple/clips/0531/1492626327183261694/20.png new file mode 100644 index 0000000..efd4301 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/20.png differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/3.jpg b/dataset/tusimple/clips/0531/1492626327183261694/3.jpg new file mode 100644 index 0000000..73d30b2 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/4.jpg b/dataset/tusimple/clips/0531/1492626327183261694/4.jpg new file mode 100644 index 0000000..7d2fbf8 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/5.jpg b/dataset/tusimple/clips/0531/1492626327183261694/5.jpg new file mode 100644 index 0000000..cafd5b6 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/6.jpg b/dataset/tusimple/clips/0531/1492626327183261694/6.jpg new file mode 100644 index 0000000..ebbe1d2 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/7.jpg b/dataset/tusimple/clips/0531/1492626327183261694/7.jpg new file mode 100644 index 0000000..94cad79 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/8.jpg b/dataset/tusimple/clips/0531/1492626327183261694/8.jpg new file mode 100644 index 0000000..6e1d026 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626327183261694/9.jpg b/dataset/tusimple/clips/0531/1492626327183261694/9.jpg new file mode 100644 index 0000000..0155694 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626327183261694/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/1.jpg b/dataset/tusimple/clips/0531/1492626328182638628/1.jpg new file mode 100644 index 0000000..909f5c2 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/10.jpg b/dataset/tusimple/clips/0531/1492626328182638628/10.jpg new file mode 100644 index 0000000..df6ae28 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/11.jpg b/dataset/tusimple/clips/0531/1492626328182638628/11.jpg new file mode 100644 index 0000000..1b4228a Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/12.jpg b/dataset/tusimple/clips/0531/1492626328182638628/12.jpg new file mode 100644 index 0000000..1e8aa10 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/13.jpg b/dataset/tusimple/clips/0531/1492626328182638628/13.jpg new file mode 100644 index 0000000..bfd4ccc Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/14.jpg b/dataset/tusimple/clips/0531/1492626328182638628/14.jpg new file mode 100644 index 0000000..08b9a7d Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/15.jpg b/dataset/tusimple/clips/0531/1492626328182638628/15.jpg new file mode 100644 index 0000000..7ed874f Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/16.jpg b/dataset/tusimple/clips/0531/1492626328182638628/16.jpg new file mode 100644 index 0000000..1dede04 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/17.jpg b/dataset/tusimple/clips/0531/1492626328182638628/17.jpg new file mode 100644 index 0000000..7e01a5b Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/18.jpg b/dataset/tusimple/clips/0531/1492626328182638628/18.jpg new file mode 100644 index 0000000..865dc27 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/19.jpg b/dataset/tusimple/clips/0531/1492626328182638628/19.jpg new file mode 100644 index 0000000..d602e61 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/2.jpg b/dataset/tusimple/clips/0531/1492626328182638628/2.jpg new file mode 100644 index 0000000..ac36b39 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/20.jpg b/dataset/tusimple/clips/0531/1492626328182638628/20.jpg new file mode 100644 index 0000000..4134841 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/3.jpg b/dataset/tusimple/clips/0531/1492626328182638628/3.jpg new file mode 100644 index 0000000..b0a8500 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/4.jpg b/dataset/tusimple/clips/0531/1492626328182638628/4.jpg new file mode 100644 index 0000000..069f734 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/5.jpg b/dataset/tusimple/clips/0531/1492626328182638628/5.jpg new file mode 100644 index 0000000..7022e20 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/6.jpg b/dataset/tusimple/clips/0531/1492626328182638628/6.jpg new file mode 100644 index 0000000..19d1dd2 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/7.jpg b/dataset/tusimple/clips/0531/1492626328182638628/7.jpg new file mode 100644 index 0000000..2be3521 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/8.jpg b/dataset/tusimple/clips/0531/1492626328182638628/8.jpg new file mode 100644 index 0000000..acae337 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626328182638628/9.jpg b/dataset/tusimple/clips/0531/1492626328182638628/9.jpg new file mode 100644 index 0000000..27441b6 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626328182638628/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/1.jpg b/dataset/tusimple/clips/0531/1492626344839162069/1.jpg new file mode 100644 index 0000000..520d2d1 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/10.jpg b/dataset/tusimple/clips/0531/1492626344839162069/10.jpg new file mode 100644 index 0000000..92a04a1 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/11.jpg b/dataset/tusimple/clips/0531/1492626344839162069/11.jpg new file mode 100644 index 0000000..17ec0b2 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/12.jpg b/dataset/tusimple/clips/0531/1492626344839162069/12.jpg new file mode 100644 index 0000000..bcb5da9 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/13.jpg b/dataset/tusimple/clips/0531/1492626344839162069/13.jpg new file mode 100644 index 0000000..d7c5991 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/14.jpg b/dataset/tusimple/clips/0531/1492626344839162069/14.jpg new file mode 100644 index 0000000..4c3dd62 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/15.jpg b/dataset/tusimple/clips/0531/1492626344839162069/15.jpg new file mode 100644 index 0000000..4e265a6 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/16.jpg b/dataset/tusimple/clips/0531/1492626344839162069/16.jpg new file mode 100644 index 0000000..356de3a Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/17.jpg b/dataset/tusimple/clips/0531/1492626344839162069/17.jpg new file mode 100644 index 0000000..418b382 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/18.jpg b/dataset/tusimple/clips/0531/1492626344839162069/18.jpg new file mode 100644 index 0000000..db3559e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/19.jpg b/dataset/tusimple/clips/0531/1492626344839162069/19.jpg new file mode 100644 index 0000000..aa9285c Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/2.jpg b/dataset/tusimple/clips/0531/1492626344839162069/2.jpg new file mode 100644 index 0000000..7b02bca Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/20.jpg b/dataset/tusimple/clips/0531/1492626344839162069/20.jpg new file mode 100644 index 0000000..0177b6c Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/3.jpg b/dataset/tusimple/clips/0531/1492626344839162069/3.jpg new file mode 100644 index 0000000..13af207 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/4.jpg b/dataset/tusimple/clips/0531/1492626344839162069/4.jpg new file mode 100644 index 0000000..bf21e61 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/5.jpg b/dataset/tusimple/clips/0531/1492626344839162069/5.jpg new file mode 100644 index 0000000..e797e8e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/6.jpg b/dataset/tusimple/clips/0531/1492626344839162069/6.jpg new file mode 100644 index 0000000..514ed00 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/7.jpg b/dataset/tusimple/clips/0531/1492626344839162069/7.jpg new file mode 100644 index 0000000..11f9915 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/8.jpg b/dataset/tusimple/clips/0531/1492626344839162069/8.jpg new file mode 100644 index 0000000..03cb7cb Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626344839162069/9.jpg b/dataset/tusimple/clips/0531/1492626344839162069/9.jpg new file mode 100644 index 0000000..415b043 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626344839162069/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/1.jpg b/dataset/tusimple/clips/0531/1492626364327255872/1.jpg new file mode 100644 index 0000000..29d3432 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/10.jpg b/dataset/tusimple/clips/0531/1492626364327255872/10.jpg new file mode 100644 index 0000000..df2bd87 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/11.jpg b/dataset/tusimple/clips/0531/1492626364327255872/11.jpg new file mode 100644 index 0000000..e7d2dc1 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/12.jpg b/dataset/tusimple/clips/0531/1492626364327255872/12.jpg new file mode 100644 index 0000000..0cc1832 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/13.jpg b/dataset/tusimple/clips/0531/1492626364327255872/13.jpg new file mode 100644 index 0000000..6893f2c Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/14.jpg b/dataset/tusimple/clips/0531/1492626364327255872/14.jpg new file mode 100644 index 0000000..42b0002 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/15.jpg b/dataset/tusimple/clips/0531/1492626364327255872/15.jpg new file mode 100644 index 0000000..e73c062 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/16.jpg b/dataset/tusimple/clips/0531/1492626364327255872/16.jpg new file mode 100644 index 0000000..650f43b Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/17.jpg b/dataset/tusimple/clips/0531/1492626364327255872/17.jpg new file mode 100644 index 0000000..9f42a2f Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/18.jpg b/dataset/tusimple/clips/0531/1492626364327255872/18.jpg new file mode 100644 index 0000000..d96b815 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/19.jpg b/dataset/tusimple/clips/0531/1492626364327255872/19.jpg new file mode 100644 index 0000000..5964015 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/2.jpg b/dataset/tusimple/clips/0531/1492626364327255872/2.jpg new file mode 100644 index 0000000..4f45b2b Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/20.jpg b/dataset/tusimple/clips/0531/1492626364327255872/20.jpg new file mode 100644 index 0000000..724ceea Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/3.jpg b/dataset/tusimple/clips/0531/1492626364327255872/3.jpg new file mode 100644 index 0000000..8ec0aef Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/4.jpg b/dataset/tusimple/clips/0531/1492626364327255872/4.jpg new file mode 100644 index 0000000..a40f2e6 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/5.jpg b/dataset/tusimple/clips/0531/1492626364327255872/5.jpg new file mode 100644 index 0000000..4d6f6cd Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/6.jpg b/dataset/tusimple/clips/0531/1492626364327255872/6.jpg new file mode 100644 index 0000000..6bc9cfb Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/7.jpg b/dataset/tusimple/clips/0531/1492626364327255872/7.jpg new file mode 100644 index 0000000..9864c3d Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/8.jpg b/dataset/tusimple/clips/0531/1492626364327255872/8.jpg new file mode 100644 index 0000000..9592ed2 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626364327255872/9.jpg b/dataset/tusimple/clips/0531/1492626364327255872/9.jpg new file mode 100644 index 0000000..f1550d3 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626364327255872/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/1.jpg b/dataset/tusimple/clips/0531/1492626366226158339/1.jpg new file mode 100644 index 0000000..5578998 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/10.jpg b/dataset/tusimple/clips/0531/1492626366226158339/10.jpg new file mode 100644 index 0000000..7269825 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/11.jpg b/dataset/tusimple/clips/0531/1492626366226158339/11.jpg new file mode 100644 index 0000000..7017254 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/12.jpg b/dataset/tusimple/clips/0531/1492626366226158339/12.jpg new file mode 100644 index 0000000..e3eaa52 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/13.jpg b/dataset/tusimple/clips/0531/1492626366226158339/13.jpg new file mode 100644 index 0000000..ca61055 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/14.jpg b/dataset/tusimple/clips/0531/1492626366226158339/14.jpg new file mode 100644 index 0000000..dca9e77 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/15.jpg b/dataset/tusimple/clips/0531/1492626366226158339/15.jpg new file mode 100644 index 0000000..abadc67 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/16.jpg b/dataset/tusimple/clips/0531/1492626366226158339/16.jpg new file mode 100644 index 0000000..47ffa8d Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/17.jpg b/dataset/tusimple/clips/0531/1492626366226158339/17.jpg new file mode 100644 index 0000000..0a203ae Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/18.jpg b/dataset/tusimple/clips/0531/1492626366226158339/18.jpg new file mode 100644 index 0000000..33726cb Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/19.jpg b/dataset/tusimple/clips/0531/1492626366226158339/19.jpg new file mode 100644 index 0000000..7ea25c7 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/2.jpg b/dataset/tusimple/clips/0531/1492626366226158339/2.jpg new file mode 100644 index 0000000..f329de3 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/20.jpg b/dataset/tusimple/clips/0531/1492626366226158339/20.jpg new file mode 100644 index 0000000..5f7319b Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/20.png b/dataset/tusimple/clips/0531/1492626366226158339/20.png new file mode 100644 index 0000000..2fcd05b Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/20.png differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/3.jpg b/dataset/tusimple/clips/0531/1492626366226158339/3.jpg new file mode 100644 index 0000000..303b6ad Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/4.jpg b/dataset/tusimple/clips/0531/1492626366226158339/4.jpg new file mode 100644 index 0000000..c5ffe50 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/5.jpg b/dataset/tusimple/clips/0531/1492626366226158339/5.jpg new file mode 100644 index 0000000..b7e8437 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/6.jpg b/dataset/tusimple/clips/0531/1492626366226158339/6.jpg new file mode 100644 index 0000000..360af13 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/7.jpg b/dataset/tusimple/clips/0531/1492626366226158339/7.jpg new file mode 100644 index 0000000..446f038 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/8.jpg b/dataset/tusimple/clips/0531/1492626366226158339/8.jpg new file mode 100644 index 0000000..7dc5426 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626366226158339/9.jpg b/dataset/tusimple/clips/0531/1492626366226158339/9.jpg new file mode 100644 index 0000000..6eb3ab5 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626366226158339/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/1.jpg b/dataset/tusimple/clips/0531/1492626371522989086/1.jpg new file mode 100644 index 0000000..1a63bd0 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/10.jpg b/dataset/tusimple/clips/0531/1492626371522989086/10.jpg new file mode 100644 index 0000000..06d56ff Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/11.jpg b/dataset/tusimple/clips/0531/1492626371522989086/11.jpg new file mode 100644 index 0000000..8e70ec9 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/12.jpg b/dataset/tusimple/clips/0531/1492626371522989086/12.jpg new file mode 100644 index 0000000..57943d5 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/13.jpg b/dataset/tusimple/clips/0531/1492626371522989086/13.jpg new file mode 100644 index 0000000..20e819a Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/14.jpg b/dataset/tusimple/clips/0531/1492626371522989086/14.jpg new file mode 100644 index 0000000..bf397fb Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/15.jpg b/dataset/tusimple/clips/0531/1492626371522989086/15.jpg new file mode 100644 index 0000000..e7ba297 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/16.jpg b/dataset/tusimple/clips/0531/1492626371522989086/16.jpg new file mode 100644 index 0000000..3611f37 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/17.jpg b/dataset/tusimple/clips/0531/1492626371522989086/17.jpg new file mode 100644 index 0000000..0c604c9 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/18.jpg b/dataset/tusimple/clips/0531/1492626371522989086/18.jpg new file mode 100644 index 0000000..3ed5a9f Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/19.jpg b/dataset/tusimple/clips/0531/1492626371522989086/19.jpg new file mode 100644 index 0000000..bb11920 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/2.jpg b/dataset/tusimple/clips/0531/1492626371522989086/2.jpg new file mode 100644 index 0000000..f21b760 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/20.jpg b/dataset/tusimple/clips/0531/1492626371522989086/20.jpg new file mode 100644 index 0000000..bd22c98 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/20.png b/dataset/tusimple/clips/0531/1492626371522989086/20.png new file mode 100644 index 0000000..f9868f4 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/20.png differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/3.jpg b/dataset/tusimple/clips/0531/1492626371522989086/3.jpg new file mode 100644 index 0000000..462dfa7 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/4.jpg b/dataset/tusimple/clips/0531/1492626371522989086/4.jpg new file mode 100644 index 0000000..5ed3217 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/5.jpg b/dataset/tusimple/clips/0531/1492626371522989086/5.jpg new file mode 100644 index 0000000..b5ae7e1 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/6.jpg b/dataset/tusimple/clips/0531/1492626371522989086/6.jpg new file mode 100644 index 0000000..4bf4e99 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/7.jpg b/dataset/tusimple/clips/0531/1492626371522989086/7.jpg new file mode 100644 index 0000000..ddf930e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/8.jpg b/dataset/tusimple/clips/0531/1492626371522989086/8.jpg new file mode 100644 index 0000000..b413067 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626371522989086/9.jpg b/dataset/tusimple/clips/0531/1492626371522989086/9.jpg new file mode 100644 index 0000000..dee9a14 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626371522989086/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/1.jpg b/dataset/tusimple/clips/0531/1492626388446057821/1.jpg new file mode 100644 index 0000000..1a8580e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/10.jpg b/dataset/tusimple/clips/0531/1492626388446057821/10.jpg new file mode 100644 index 0000000..332c106 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/11.jpg b/dataset/tusimple/clips/0531/1492626388446057821/11.jpg new file mode 100644 index 0000000..6038eae Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/12.jpg b/dataset/tusimple/clips/0531/1492626388446057821/12.jpg new file mode 100644 index 0000000..a6cf7c8 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/13.jpg b/dataset/tusimple/clips/0531/1492626388446057821/13.jpg new file mode 100644 index 0000000..443cd55 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/14.jpg b/dataset/tusimple/clips/0531/1492626388446057821/14.jpg new file mode 100644 index 0000000..3514be5 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/15.jpg b/dataset/tusimple/clips/0531/1492626388446057821/15.jpg new file mode 100644 index 0000000..0f407d6 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/16.jpg b/dataset/tusimple/clips/0531/1492626388446057821/16.jpg new file mode 100644 index 0000000..abf6f2d Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/17.jpg b/dataset/tusimple/clips/0531/1492626388446057821/17.jpg new file mode 100644 index 0000000..dd24656 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/18.jpg b/dataset/tusimple/clips/0531/1492626388446057821/18.jpg new file mode 100644 index 0000000..a769239 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/19.jpg b/dataset/tusimple/clips/0531/1492626388446057821/19.jpg new file mode 100644 index 0000000..e4ad96e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/2.jpg b/dataset/tusimple/clips/0531/1492626388446057821/2.jpg new file mode 100644 index 0000000..33a2047 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/20.jpg b/dataset/tusimple/clips/0531/1492626388446057821/20.jpg new file mode 100644 index 0000000..0d690b2 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/3.jpg b/dataset/tusimple/clips/0531/1492626388446057821/3.jpg new file mode 100644 index 0000000..5d43261 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/4.jpg b/dataset/tusimple/clips/0531/1492626388446057821/4.jpg new file mode 100644 index 0000000..e35c5fa Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/5.jpg b/dataset/tusimple/clips/0531/1492626388446057821/5.jpg new file mode 100644 index 0000000..8556ff4 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/6.jpg b/dataset/tusimple/clips/0531/1492626388446057821/6.jpg new file mode 100644 index 0000000..0aa73cc Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/7.jpg b/dataset/tusimple/clips/0531/1492626388446057821/7.jpg new file mode 100644 index 0000000..732a09b Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/8.jpg b/dataset/tusimple/clips/0531/1492626388446057821/8.jpg new file mode 100644 index 0000000..5016882 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626388446057821/9.jpg b/dataset/tusimple/clips/0531/1492626388446057821/9.jpg new file mode 100644 index 0000000..715f389 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626388446057821/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/1.jpg b/dataset/tusimple/clips/0531/1492626394610203677/1.jpg new file mode 100644 index 0000000..a57776b Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/10.jpg b/dataset/tusimple/clips/0531/1492626394610203677/10.jpg new file mode 100644 index 0000000..2dbe22f Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/11.jpg b/dataset/tusimple/clips/0531/1492626394610203677/11.jpg new file mode 100644 index 0000000..34a08bd Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/12.jpg b/dataset/tusimple/clips/0531/1492626394610203677/12.jpg new file mode 100644 index 0000000..ec6604c Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/13.jpg b/dataset/tusimple/clips/0531/1492626394610203677/13.jpg new file mode 100644 index 0000000..4dc6e29 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/14.jpg b/dataset/tusimple/clips/0531/1492626394610203677/14.jpg new file mode 100644 index 0000000..c7421b4 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/15.jpg b/dataset/tusimple/clips/0531/1492626394610203677/15.jpg new file mode 100644 index 0000000..3aee4fb Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/16.jpg b/dataset/tusimple/clips/0531/1492626394610203677/16.jpg new file mode 100644 index 0000000..0edf54f Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/17.jpg b/dataset/tusimple/clips/0531/1492626394610203677/17.jpg new file mode 100644 index 0000000..838ccf8 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/18.jpg b/dataset/tusimple/clips/0531/1492626394610203677/18.jpg new file mode 100644 index 0000000..01f08c9 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/19.jpg b/dataset/tusimple/clips/0531/1492626394610203677/19.jpg new file mode 100644 index 0000000..d276cf2 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/2.jpg b/dataset/tusimple/clips/0531/1492626394610203677/2.jpg new file mode 100644 index 0000000..019566a Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/20.jpg b/dataset/tusimple/clips/0531/1492626394610203677/20.jpg new file mode 100644 index 0000000..0c37404 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/3.jpg b/dataset/tusimple/clips/0531/1492626394610203677/3.jpg new file mode 100644 index 0000000..f6939ed Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/4.jpg b/dataset/tusimple/clips/0531/1492626394610203677/4.jpg new file mode 100644 index 0000000..0b7f8e7 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/5.jpg b/dataset/tusimple/clips/0531/1492626394610203677/5.jpg new file mode 100644 index 0000000..6d932fd Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/6.jpg b/dataset/tusimple/clips/0531/1492626394610203677/6.jpg new file mode 100644 index 0000000..a6f2e9a Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/7.jpg b/dataset/tusimple/clips/0531/1492626394610203677/7.jpg new file mode 100644 index 0000000..ed1e4f5 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/8.jpg b/dataset/tusimple/clips/0531/1492626394610203677/8.jpg new file mode 100644 index 0000000..0575bf0 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626394610203677/9.jpg b/dataset/tusimple/clips/0531/1492626394610203677/9.jpg new file mode 100644 index 0000000..14fbe7e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626394610203677/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/1.jpg b/dataset/tusimple/clips/0531/1492626395742137012/1.jpg new file mode 100644 index 0000000..0915f9f Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/10.jpg b/dataset/tusimple/clips/0531/1492626395742137012/10.jpg new file mode 100644 index 0000000..168aced Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/11.jpg b/dataset/tusimple/clips/0531/1492626395742137012/11.jpg new file mode 100644 index 0000000..ed841da Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/12.jpg b/dataset/tusimple/clips/0531/1492626395742137012/12.jpg new file mode 100644 index 0000000..83c9359 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/13.jpg b/dataset/tusimple/clips/0531/1492626395742137012/13.jpg new file mode 100644 index 0000000..fedd8a4 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/14.jpg b/dataset/tusimple/clips/0531/1492626395742137012/14.jpg new file mode 100644 index 0000000..ec00c62 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/15.jpg b/dataset/tusimple/clips/0531/1492626395742137012/15.jpg new file mode 100644 index 0000000..a074b9a Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/16.jpg b/dataset/tusimple/clips/0531/1492626395742137012/16.jpg new file mode 100644 index 0000000..2f6fff4 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/17.jpg b/dataset/tusimple/clips/0531/1492626395742137012/17.jpg new file mode 100644 index 0000000..191ceb3 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/18.jpg b/dataset/tusimple/clips/0531/1492626395742137012/18.jpg new file mode 100644 index 0000000..7631809 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/19.jpg b/dataset/tusimple/clips/0531/1492626395742137012/19.jpg new file mode 100644 index 0000000..67c229b Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/2.jpg b/dataset/tusimple/clips/0531/1492626395742137012/2.jpg new file mode 100644 index 0000000..83a9745 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/20.jpg b/dataset/tusimple/clips/0531/1492626395742137012/20.jpg new file mode 100644 index 0000000..c8eef33 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/20.png b/dataset/tusimple/clips/0531/1492626395742137012/20.png new file mode 100644 index 0000000..bbe1d66 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/20.png differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/3.jpg b/dataset/tusimple/clips/0531/1492626395742137012/3.jpg new file mode 100644 index 0000000..76af7ec Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/4.jpg b/dataset/tusimple/clips/0531/1492626395742137012/4.jpg new file mode 100644 index 0000000..9ec65a5 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/5.jpg b/dataset/tusimple/clips/0531/1492626395742137012/5.jpg new file mode 100644 index 0000000..4a992dd Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/6.jpg b/dataset/tusimple/clips/0531/1492626395742137012/6.jpg new file mode 100644 index 0000000..0c081d8 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/7.jpg b/dataset/tusimple/clips/0531/1492626395742137012/7.jpg new file mode 100644 index 0000000..838034e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/8.jpg b/dataset/tusimple/clips/0531/1492626395742137012/8.jpg new file mode 100644 index 0000000..92cda68 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626395742137012/9.jpg b/dataset/tusimple/clips/0531/1492626395742137012/9.jpg new file mode 100644 index 0000000..04dbcb1 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626395742137012/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/1.jpg b/dataset/tusimple/clips/0531/1492626473860953990/1.jpg new file mode 100644 index 0000000..8b2eeae Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/10.jpg b/dataset/tusimple/clips/0531/1492626473860953990/10.jpg new file mode 100644 index 0000000..7afd653 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/11.jpg b/dataset/tusimple/clips/0531/1492626473860953990/11.jpg new file mode 100644 index 0000000..b86806b Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/12.jpg b/dataset/tusimple/clips/0531/1492626473860953990/12.jpg new file mode 100644 index 0000000..209ab81 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/13.jpg b/dataset/tusimple/clips/0531/1492626473860953990/13.jpg new file mode 100644 index 0000000..1b96e4e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/14.jpg b/dataset/tusimple/clips/0531/1492626473860953990/14.jpg new file mode 100644 index 0000000..31577f6 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/15.jpg b/dataset/tusimple/clips/0531/1492626473860953990/15.jpg new file mode 100644 index 0000000..405ac7d Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/16.jpg b/dataset/tusimple/clips/0531/1492626473860953990/16.jpg new file mode 100644 index 0000000..5a87118 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/17.jpg b/dataset/tusimple/clips/0531/1492626473860953990/17.jpg new file mode 100644 index 0000000..827363e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/18.jpg b/dataset/tusimple/clips/0531/1492626473860953990/18.jpg new file mode 100644 index 0000000..0f201df Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/19.jpg b/dataset/tusimple/clips/0531/1492626473860953990/19.jpg new file mode 100644 index 0000000..949a0a3 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/2.jpg b/dataset/tusimple/clips/0531/1492626473860953990/2.jpg new file mode 100644 index 0000000..cce3419 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/20.jpg b/dataset/tusimple/clips/0531/1492626473860953990/20.jpg new file mode 100644 index 0000000..cbc4c5a Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/3.jpg b/dataset/tusimple/clips/0531/1492626473860953990/3.jpg new file mode 100644 index 0000000..2fde231 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/4.jpg b/dataset/tusimple/clips/0531/1492626473860953990/4.jpg new file mode 100644 index 0000000..1ea19e1 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/5.jpg b/dataset/tusimple/clips/0531/1492626473860953990/5.jpg new file mode 100644 index 0000000..75fb53d Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/6.jpg b/dataset/tusimple/clips/0531/1492626473860953990/6.jpg new file mode 100644 index 0000000..8150ba3 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/7.jpg b/dataset/tusimple/clips/0531/1492626473860953990/7.jpg new file mode 100644 index 0000000..2bf4d55 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/8.jpg b/dataset/tusimple/clips/0531/1492626473860953990/8.jpg new file mode 100644 index 0000000..09ec17a Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626473860953990/9.jpg b/dataset/tusimple/clips/0531/1492626473860953990/9.jpg new file mode 100644 index 0000000..30e2e6f Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626473860953990/9.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/1.jpg b/dataset/tusimple/clips/0531/1492626475893014602/1.jpg new file mode 100644 index 0000000..bef42a8 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/1.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/10.jpg b/dataset/tusimple/clips/0531/1492626475893014602/10.jpg new file mode 100644 index 0000000..f7b41f4 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/10.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/11.jpg b/dataset/tusimple/clips/0531/1492626475893014602/11.jpg new file mode 100644 index 0000000..6ab7be3 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/11.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/12.jpg b/dataset/tusimple/clips/0531/1492626475893014602/12.jpg new file mode 100644 index 0000000..3f16c57 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/12.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/13.jpg b/dataset/tusimple/clips/0531/1492626475893014602/13.jpg new file mode 100644 index 0000000..bc5e2fa Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/13.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/14.jpg b/dataset/tusimple/clips/0531/1492626475893014602/14.jpg new file mode 100644 index 0000000..f98390e Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/14.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/15.jpg b/dataset/tusimple/clips/0531/1492626475893014602/15.jpg new file mode 100644 index 0000000..920a261 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/15.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/16.jpg b/dataset/tusimple/clips/0531/1492626475893014602/16.jpg new file mode 100644 index 0000000..daf88eb Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/16.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/17.jpg b/dataset/tusimple/clips/0531/1492626475893014602/17.jpg new file mode 100644 index 0000000..b22ff2d Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/17.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/18.jpg b/dataset/tusimple/clips/0531/1492626475893014602/18.jpg new file mode 100644 index 0000000..973b139 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/18.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/19.jpg b/dataset/tusimple/clips/0531/1492626475893014602/19.jpg new file mode 100644 index 0000000..f217c17 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/19.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/2.jpg b/dataset/tusimple/clips/0531/1492626475893014602/2.jpg new file mode 100644 index 0000000..307efa9 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/2.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/20.jpg b/dataset/tusimple/clips/0531/1492626475893014602/20.jpg new file mode 100644 index 0000000..0278af6 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/20.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/3.jpg b/dataset/tusimple/clips/0531/1492626475893014602/3.jpg new file mode 100644 index 0000000..68e481d Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/3.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/4.jpg b/dataset/tusimple/clips/0531/1492626475893014602/4.jpg new file mode 100644 index 0000000..e7ffe82 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/4.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/5.jpg b/dataset/tusimple/clips/0531/1492626475893014602/5.jpg new file mode 100644 index 0000000..d3ce233 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/5.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/6.jpg b/dataset/tusimple/clips/0531/1492626475893014602/6.jpg new file mode 100644 index 0000000..c106f48 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/6.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/7.jpg b/dataset/tusimple/clips/0531/1492626475893014602/7.jpg new file mode 100644 index 0000000..46929cb Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/7.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/8.jpg b/dataset/tusimple/clips/0531/1492626475893014602/8.jpg new file mode 100644 index 0000000..03d94ae Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/8.jpg differ diff --git a/dataset/tusimple/clips/0531/1492626475893014602/9.jpg b/dataset/tusimple/clips/0531/1492626475893014602/9.jpg new file mode 100644 index 0000000..94fc5e0 Binary files /dev/null and b/dataset/tusimple/clips/0531/1492626475893014602/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/1.jpg b/dataset/tusimple/clips/0601/1494452381594376146/1.jpg new file mode 100644 index 0000000..56f0c98 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/10.jpg b/dataset/tusimple/clips/0601/1494452381594376146/10.jpg new file mode 100644 index 0000000..77225d0 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/11.jpg b/dataset/tusimple/clips/0601/1494452381594376146/11.jpg new file mode 100644 index 0000000..7332fa6 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/12.jpg b/dataset/tusimple/clips/0601/1494452381594376146/12.jpg new file mode 100644 index 0000000..8dd5c6f Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/13.jpg b/dataset/tusimple/clips/0601/1494452381594376146/13.jpg new file mode 100644 index 0000000..3a36f9e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/14.jpg b/dataset/tusimple/clips/0601/1494452381594376146/14.jpg new file mode 100644 index 0000000..9a7bd09 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/15.jpg b/dataset/tusimple/clips/0601/1494452381594376146/15.jpg new file mode 100644 index 0000000..225f2d9 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/16.jpg b/dataset/tusimple/clips/0601/1494452381594376146/16.jpg new file mode 100644 index 0000000..ff00e1f Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/17.jpg b/dataset/tusimple/clips/0601/1494452381594376146/17.jpg new file mode 100644 index 0000000..af7a6a1 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/18.jpg b/dataset/tusimple/clips/0601/1494452381594376146/18.jpg new file mode 100644 index 0000000..7660258 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/19.jpg b/dataset/tusimple/clips/0601/1494452381594376146/19.jpg new file mode 100644 index 0000000..f5dec70 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/2.jpg b/dataset/tusimple/clips/0601/1494452381594376146/2.jpg new file mode 100644 index 0000000..845acf5 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/20.jpg b/dataset/tusimple/clips/0601/1494452381594376146/20.jpg new file mode 100644 index 0000000..faee671 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/3.jpg b/dataset/tusimple/clips/0601/1494452381594376146/3.jpg new file mode 100644 index 0000000..d4cf2d1 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/4.jpg b/dataset/tusimple/clips/0601/1494452381594376146/4.jpg new file mode 100644 index 0000000..f8d9a4f Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/5.jpg b/dataset/tusimple/clips/0601/1494452381594376146/5.jpg new file mode 100644 index 0000000..6edc29d Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/6.jpg b/dataset/tusimple/clips/0601/1494452381594376146/6.jpg new file mode 100644 index 0000000..8e33d62 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/7.jpg b/dataset/tusimple/clips/0601/1494452381594376146/7.jpg new file mode 100644 index 0000000..0e2ec9c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/8.jpg b/dataset/tusimple/clips/0601/1494452381594376146/8.jpg new file mode 100644 index 0000000..b62f7fc Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452381594376146/9.jpg b/dataset/tusimple/clips/0601/1494452381594376146/9.jpg new file mode 100644 index 0000000..1e7a11d Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452381594376146/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/1.jpg b/dataset/tusimple/clips/0601/1494452383592719171/1.jpg new file mode 100644 index 0000000..4dab1c2 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/10.jpg b/dataset/tusimple/clips/0601/1494452383592719171/10.jpg new file mode 100644 index 0000000..a6d7493 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/11.jpg b/dataset/tusimple/clips/0601/1494452383592719171/11.jpg new file mode 100644 index 0000000..fba1e37 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/12.jpg b/dataset/tusimple/clips/0601/1494452383592719171/12.jpg new file mode 100644 index 0000000..a599870 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/13.jpg b/dataset/tusimple/clips/0601/1494452383592719171/13.jpg new file mode 100644 index 0000000..2adc4ae Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/14.jpg b/dataset/tusimple/clips/0601/1494452383592719171/14.jpg new file mode 100644 index 0000000..44ddf7a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/15.jpg b/dataset/tusimple/clips/0601/1494452383592719171/15.jpg new file mode 100644 index 0000000..410e2f2 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/16.jpg b/dataset/tusimple/clips/0601/1494452383592719171/16.jpg new file mode 100644 index 0000000..054fcf9 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/17.jpg b/dataset/tusimple/clips/0601/1494452383592719171/17.jpg new file mode 100644 index 0000000..85bbfb7 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/18.jpg b/dataset/tusimple/clips/0601/1494452383592719171/18.jpg new file mode 100644 index 0000000..5e82429 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/19.jpg b/dataset/tusimple/clips/0601/1494452383592719171/19.jpg new file mode 100644 index 0000000..723c5e3 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/2.jpg b/dataset/tusimple/clips/0601/1494452383592719171/2.jpg new file mode 100644 index 0000000..1603b79 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/20.jpg b/dataset/tusimple/clips/0601/1494452383592719171/20.jpg new file mode 100644 index 0000000..a78fe9b Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/3.jpg b/dataset/tusimple/clips/0601/1494452383592719171/3.jpg new file mode 100644 index 0000000..75e4a95 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/4.jpg b/dataset/tusimple/clips/0601/1494452383592719171/4.jpg new file mode 100644 index 0000000..fd613c0 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/5.jpg b/dataset/tusimple/clips/0601/1494452383592719171/5.jpg new file mode 100644 index 0000000..6b712bb Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/6.jpg b/dataset/tusimple/clips/0601/1494452383592719171/6.jpg new file mode 100644 index 0000000..c9664a8 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/7.jpg b/dataset/tusimple/clips/0601/1494452383592719171/7.jpg new file mode 100644 index 0000000..3547774 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/8.jpg b/dataset/tusimple/clips/0601/1494452383592719171/8.jpg new file mode 100644 index 0000000..ab2f59a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452383592719171/9.jpg b/dataset/tusimple/clips/0601/1494452383592719171/9.jpg new file mode 100644 index 0000000..d8ea7ea Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452383592719171/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/1.jpg b/dataset/tusimple/clips/0601/1494452385593783358/1.jpg new file mode 100644 index 0000000..1936eba Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/10.jpg b/dataset/tusimple/clips/0601/1494452385593783358/10.jpg new file mode 100644 index 0000000..6645957 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/11.jpg b/dataset/tusimple/clips/0601/1494452385593783358/11.jpg new file mode 100644 index 0000000..2a88680 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/12.jpg b/dataset/tusimple/clips/0601/1494452385593783358/12.jpg new file mode 100644 index 0000000..2af75dd Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/13.jpg b/dataset/tusimple/clips/0601/1494452385593783358/13.jpg new file mode 100644 index 0000000..c180074 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/14.jpg b/dataset/tusimple/clips/0601/1494452385593783358/14.jpg new file mode 100644 index 0000000..035e82d Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/15.jpg b/dataset/tusimple/clips/0601/1494452385593783358/15.jpg new file mode 100644 index 0000000..e930d68 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/16.jpg b/dataset/tusimple/clips/0601/1494452385593783358/16.jpg new file mode 100644 index 0000000..f85ca60 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/17.jpg b/dataset/tusimple/clips/0601/1494452385593783358/17.jpg new file mode 100644 index 0000000..71d2944 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/18.jpg b/dataset/tusimple/clips/0601/1494452385593783358/18.jpg new file mode 100644 index 0000000..e480377 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/19.jpg b/dataset/tusimple/clips/0601/1494452385593783358/19.jpg new file mode 100644 index 0000000..45c421a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/2.jpg b/dataset/tusimple/clips/0601/1494452385593783358/2.jpg new file mode 100644 index 0000000..3287056 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/20.jpg b/dataset/tusimple/clips/0601/1494452385593783358/20.jpg new file mode 100644 index 0000000..a36fe57 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/20.png b/dataset/tusimple/clips/0601/1494452385593783358/20.png new file mode 100644 index 0000000..05f45ca Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/20.png differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/3.jpg b/dataset/tusimple/clips/0601/1494452385593783358/3.jpg new file mode 100644 index 0000000..4f0971a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/4.jpg b/dataset/tusimple/clips/0601/1494452385593783358/4.jpg new file mode 100644 index 0000000..2fa2b3d Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/5.jpg b/dataset/tusimple/clips/0601/1494452385593783358/5.jpg new file mode 100644 index 0000000..5cab51d Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/6.jpg b/dataset/tusimple/clips/0601/1494452385593783358/6.jpg new file mode 100644 index 0000000..8ff2374 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/7.jpg b/dataset/tusimple/clips/0601/1494452385593783358/7.jpg new file mode 100644 index 0000000..b9f4ec4 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/8.jpg b/dataset/tusimple/clips/0601/1494452385593783358/8.jpg new file mode 100644 index 0000000..823cf38 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452385593783358/9.jpg b/dataset/tusimple/clips/0601/1494452385593783358/9.jpg new file mode 100644 index 0000000..310c236 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452385593783358/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/1.jpg b/dataset/tusimple/clips/0601/1494452387590928848/1.jpg new file mode 100644 index 0000000..0ea2086 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/10.jpg b/dataset/tusimple/clips/0601/1494452387590928848/10.jpg new file mode 100644 index 0000000..c65c391 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/11.jpg b/dataset/tusimple/clips/0601/1494452387590928848/11.jpg new file mode 100644 index 0000000..c470f67 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/12.jpg b/dataset/tusimple/clips/0601/1494452387590928848/12.jpg new file mode 100644 index 0000000..a85223c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/13.jpg b/dataset/tusimple/clips/0601/1494452387590928848/13.jpg new file mode 100644 index 0000000..33e6593 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/14.jpg b/dataset/tusimple/clips/0601/1494452387590928848/14.jpg new file mode 100644 index 0000000..aafa6ef Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/15.jpg b/dataset/tusimple/clips/0601/1494452387590928848/15.jpg new file mode 100644 index 0000000..7479e1f Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/16.jpg b/dataset/tusimple/clips/0601/1494452387590928848/16.jpg new file mode 100644 index 0000000..64b9f03 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/17.jpg b/dataset/tusimple/clips/0601/1494452387590928848/17.jpg new file mode 100644 index 0000000..2658d18 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/18.jpg b/dataset/tusimple/clips/0601/1494452387590928848/18.jpg new file mode 100644 index 0000000..62a174f Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/19.jpg b/dataset/tusimple/clips/0601/1494452387590928848/19.jpg new file mode 100644 index 0000000..1628d7f Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/2.jpg b/dataset/tusimple/clips/0601/1494452387590928848/2.jpg new file mode 100644 index 0000000..dc3fae4 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/20.jpg b/dataset/tusimple/clips/0601/1494452387590928848/20.jpg new file mode 100644 index 0000000..9ce896f Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/3.jpg b/dataset/tusimple/clips/0601/1494452387590928848/3.jpg new file mode 100644 index 0000000..9b9814a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/4.jpg b/dataset/tusimple/clips/0601/1494452387590928848/4.jpg new file mode 100644 index 0000000..768d155 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/5.jpg b/dataset/tusimple/clips/0601/1494452387590928848/5.jpg new file mode 100644 index 0000000..874f75d Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/6.jpg b/dataset/tusimple/clips/0601/1494452387590928848/6.jpg new file mode 100644 index 0000000..2e4f093 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/7.jpg b/dataset/tusimple/clips/0601/1494452387590928848/7.jpg new file mode 100644 index 0000000..1bf4ec7 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/8.jpg b/dataset/tusimple/clips/0601/1494452387590928848/8.jpg new file mode 100644 index 0000000..d9b7147 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452387590928848/9.jpg b/dataset/tusimple/clips/0601/1494452387590928848/9.jpg new file mode 100644 index 0000000..6597517 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452387590928848/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/1.jpg b/dataset/tusimple/clips/0601/1494452389590241875/1.jpg new file mode 100644 index 0000000..eb77e77 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/10.jpg b/dataset/tusimple/clips/0601/1494452389590241875/10.jpg new file mode 100644 index 0000000..3f4fe08 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/11.jpg b/dataset/tusimple/clips/0601/1494452389590241875/11.jpg new file mode 100644 index 0000000..c93af52 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/12.jpg b/dataset/tusimple/clips/0601/1494452389590241875/12.jpg new file mode 100644 index 0000000..08ba1b0 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/13.jpg b/dataset/tusimple/clips/0601/1494452389590241875/13.jpg new file mode 100644 index 0000000..7172734 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/14.jpg b/dataset/tusimple/clips/0601/1494452389590241875/14.jpg new file mode 100644 index 0000000..b4c04fb Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/15.jpg b/dataset/tusimple/clips/0601/1494452389590241875/15.jpg new file mode 100644 index 0000000..c41cb7a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/16.jpg b/dataset/tusimple/clips/0601/1494452389590241875/16.jpg new file mode 100644 index 0000000..028ce77 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/17.jpg b/dataset/tusimple/clips/0601/1494452389590241875/17.jpg new file mode 100644 index 0000000..1dcc411 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/18.jpg b/dataset/tusimple/clips/0601/1494452389590241875/18.jpg new file mode 100644 index 0000000..0ea9d0e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/19.jpg b/dataset/tusimple/clips/0601/1494452389590241875/19.jpg new file mode 100644 index 0000000..5c69488 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/2.jpg b/dataset/tusimple/clips/0601/1494452389590241875/2.jpg new file mode 100644 index 0000000..978f05f Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/20.jpg b/dataset/tusimple/clips/0601/1494452389590241875/20.jpg new file mode 100644 index 0000000..7291bde Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/3.jpg b/dataset/tusimple/clips/0601/1494452389590241875/3.jpg new file mode 100644 index 0000000..fb6df60 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/4.jpg b/dataset/tusimple/clips/0601/1494452389590241875/4.jpg new file mode 100644 index 0000000..846d792 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/5.jpg b/dataset/tusimple/clips/0601/1494452389590241875/5.jpg new file mode 100644 index 0000000..d469faf Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/6.jpg b/dataset/tusimple/clips/0601/1494452389590241875/6.jpg new file mode 100644 index 0000000..77c9289 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/7.jpg b/dataset/tusimple/clips/0601/1494452389590241875/7.jpg new file mode 100644 index 0000000..5bb1016 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/8.jpg b/dataset/tusimple/clips/0601/1494452389590241875/8.jpg new file mode 100644 index 0000000..557de63 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452389590241875/9.jpg b/dataset/tusimple/clips/0601/1494452389590241875/9.jpg new file mode 100644 index 0000000..75c2228 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452389590241875/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/1.jpg b/dataset/tusimple/clips/0601/1494452391590105691/1.jpg new file mode 100644 index 0000000..572fceb Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/10.jpg b/dataset/tusimple/clips/0601/1494452391590105691/10.jpg new file mode 100644 index 0000000..717c449 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/11.jpg b/dataset/tusimple/clips/0601/1494452391590105691/11.jpg new file mode 100644 index 0000000..4965c3b Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/12.jpg b/dataset/tusimple/clips/0601/1494452391590105691/12.jpg new file mode 100644 index 0000000..41c8074 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/13.jpg b/dataset/tusimple/clips/0601/1494452391590105691/13.jpg new file mode 100644 index 0000000..017d99d Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/14.jpg b/dataset/tusimple/clips/0601/1494452391590105691/14.jpg new file mode 100644 index 0000000..c72f6bc Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/15.jpg b/dataset/tusimple/clips/0601/1494452391590105691/15.jpg new file mode 100644 index 0000000..dc04a4c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/16.jpg b/dataset/tusimple/clips/0601/1494452391590105691/16.jpg new file mode 100644 index 0000000..558c9aa Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/17.jpg b/dataset/tusimple/clips/0601/1494452391590105691/17.jpg new file mode 100644 index 0000000..64aa252 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/18.jpg b/dataset/tusimple/clips/0601/1494452391590105691/18.jpg new file mode 100644 index 0000000..4276a6c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/19.jpg b/dataset/tusimple/clips/0601/1494452391590105691/19.jpg new file mode 100644 index 0000000..3b76301 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/2.jpg b/dataset/tusimple/clips/0601/1494452391590105691/2.jpg new file mode 100644 index 0000000..c118159 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/20.jpg b/dataset/tusimple/clips/0601/1494452391590105691/20.jpg new file mode 100644 index 0000000..60dc163 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/20.png b/dataset/tusimple/clips/0601/1494452391590105691/20.png new file mode 100644 index 0000000..b9f0b86 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/20.png differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/3.jpg b/dataset/tusimple/clips/0601/1494452391590105691/3.jpg new file mode 100644 index 0000000..ba33408 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/4.jpg b/dataset/tusimple/clips/0601/1494452391590105691/4.jpg new file mode 100644 index 0000000..32feb8a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/5.jpg b/dataset/tusimple/clips/0601/1494452391590105691/5.jpg new file mode 100644 index 0000000..2754bce Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/6.jpg b/dataset/tusimple/clips/0601/1494452391590105691/6.jpg new file mode 100644 index 0000000..b894243 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/7.jpg b/dataset/tusimple/clips/0601/1494452391590105691/7.jpg new file mode 100644 index 0000000..fe6782a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/8.jpg b/dataset/tusimple/clips/0601/1494452391590105691/8.jpg new file mode 100644 index 0000000..09be182 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452391590105691/9.jpg b/dataset/tusimple/clips/0601/1494452391590105691/9.jpg new file mode 100644 index 0000000..432bdba Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452391590105691/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/1.jpg b/dataset/tusimple/clips/0601/1494452393588330446/1.jpg new file mode 100644 index 0000000..56b7bbf Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/10.jpg b/dataset/tusimple/clips/0601/1494452393588330446/10.jpg new file mode 100644 index 0000000..e38f1d5 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/11.jpg b/dataset/tusimple/clips/0601/1494452393588330446/11.jpg new file mode 100644 index 0000000..e18edfb Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/12.jpg b/dataset/tusimple/clips/0601/1494452393588330446/12.jpg new file mode 100644 index 0000000..ffa1a5c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/13.jpg b/dataset/tusimple/clips/0601/1494452393588330446/13.jpg new file mode 100644 index 0000000..c95760a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/14.jpg b/dataset/tusimple/clips/0601/1494452393588330446/14.jpg new file mode 100644 index 0000000..55ee2e4 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/15.jpg b/dataset/tusimple/clips/0601/1494452393588330446/15.jpg new file mode 100644 index 0000000..c7b945e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/16.jpg b/dataset/tusimple/clips/0601/1494452393588330446/16.jpg new file mode 100644 index 0000000..f329fe4 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/17.jpg b/dataset/tusimple/clips/0601/1494452393588330446/17.jpg new file mode 100644 index 0000000..da89701 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/18.jpg b/dataset/tusimple/clips/0601/1494452393588330446/18.jpg new file mode 100644 index 0000000..5945f81 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/19.jpg b/dataset/tusimple/clips/0601/1494452393588330446/19.jpg new file mode 100644 index 0000000..99b7d84 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/2.jpg b/dataset/tusimple/clips/0601/1494452393588330446/2.jpg new file mode 100644 index 0000000..c485d26 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/20.jpg b/dataset/tusimple/clips/0601/1494452393588330446/20.jpg new file mode 100644 index 0000000..4ac8651 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/3.jpg b/dataset/tusimple/clips/0601/1494452393588330446/3.jpg new file mode 100644 index 0000000..a984ef0 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/4.jpg b/dataset/tusimple/clips/0601/1494452393588330446/4.jpg new file mode 100644 index 0000000..ca58abf Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/5.jpg b/dataset/tusimple/clips/0601/1494452393588330446/5.jpg new file mode 100644 index 0000000..c816fd8 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/6.jpg b/dataset/tusimple/clips/0601/1494452393588330446/6.jpg new file mode 100644 index 0000000..396dc00 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/7.jpg b/dataset/tusimple/clips/0601/1494452393588330446/7.jpg new file mode 100644 index 0000000..f117cd0 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/8.jpg b/dataset/tusimple/clips/0601/1494452393588330446/8.jpg new file mode 100644 index 0000000..d549e6b Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452393588330446/9.jpg b/dataset/tusimple/clips/0601/1494452393588330446/9.jpg new file mode 100644 index 0000000..c84def7 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452393588330446/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/1.jpg b/dataset/tusimple/clips/0601/1494452395587533775/1.jpg new file mode 100644 index 0000000..d8015f8 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/10.jpg b/dataset/tusimple/clips/0601/1494452395587533775/10.jpg new file mode 100644 index 0000000..adcea88 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/11.jpg b/dataset/tusimple/clips/0601/1494452395587533775/11.jpg new file mode 100644 index 0000000..e3c3e96 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/12.jpg b/dataset/tusimple/clips/0601/1494452395587533775/12.jpg new file mode 100644 index 0000000..f82d1cd Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/13.jpg b/dataset/tusimple/clips/0601/1494452395587533775/13.jpg new file mode 100644 index 0000000..8f95c26 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/14.jpg b/dataset/tusimple/clips/0601/1494452395587533775/14.jpg new file mode 100644 index 0000000..e20f413 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/15.jpg b/dataset/tusimple/clips/0601/1494452395587533775/15.jpg new file mode 100644 index 0000000..f930015 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/16.jpg b/dataset/tusimple/clips/0601/1494452395587533775/16.jpg new file mode 100644 index 0000000..328fea7 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/17.jpg b/dataset/tusimple/clips/0601/1494452395587533775/17.jpg new file mode 100644 index 0000000..dcef7fd Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/18.jpg b/dataset/tusimple/clips/0601/1494452395587533775/18.jpg new file mode 100644 index 0000000..d92a630 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/19.jpg b/dataset/tusimple/clips/0601/1494452395587533775/19.jpg new file mode 100644 index 0000000..737a234 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/2.jpg b/dataset/tusimple/clips/0601/1494452395587533775/2.jpg new file mode 100644 index 0000000..08d2e33 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/20.jpg b/dataset/tusimple/clips/0601/1494452395587533775/20.jpg new file mode 100644 index 0000000..8261be7 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/3.jpg b/dataset/tusimple/clips/0601/1494452395587533775/3.jpg new file mode 100644 index 0000000..8979b31 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/4.jpg b/dataset/tusimple/clips/0601/1494452395587533775/4.jpg new file mode 100644 index 0000000..357c77c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/5.jpg b/dataset/tusimple/clips/0601/1494452395587533775/5.jpg new file mode 100644 index 0000000..cff9708 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/6.jpg b/dataset/tusimple/clips/0601/1494452395587533775/6.jpg new file mode 100644 index 0000000..b61041d Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/7.jpg b/dataset/tusimple/clips/0601/1494452395587533775/7.jpg new file mode 100644 index 0000000..ed3147a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/8.jpg b/dataset/tusimple/clips/0601/1494452395587533775/8.jpg new file mode 100644 index 0000000..b5df267 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452395587533775/9.jpg b/dataset/tusimple/clips/0601/1494452395587533775/9.jpg new file mode 100644 index 0000000..5fbe09b Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452395587533775/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/1.jpg b/dataset/tusimple/clips/0601/1494452397586667021/1.jpg new file mode 100644 index 0000000..77ab973 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/10.jpg b/dataset/tusimple/clips/0601/1494452397586667021/10.jpg new file mode 100644 index 0000000..72d7354 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/11.jpg b/dataset/tusimple/clips/0601/1494452397586667021/11.jpg new file mode 100644 index 0000000..e0953e7 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/12.jpg b/dataset/tusimple/clips/0601/1494452397586667021/12.jpg new file mode 100644 index 0000000..d21ea5d Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/13.jpg b/dataset/tusimple/clips/0601/1494452397586667021/13.jpg new file mode 100644 index 0000000..396cf4e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/14.jpg b/dataset/tusimple/clips/0601/1494452397586667021/14.jpg new file mode 100644 index 0000000..9c51e5a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/15.jpg b/dataset/tusimple/clips/0601/1494452397586667021/15.jpg new file mode 100644 index 0000000..2891df8 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/16.jpg b/dataset/tusimple/clips/0601/1494452397586667021/16.jpg new file mode 100644 index 0000000..4f6c3e9 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/17.jpg b/dataset/tusimple/clips/0601/1494452397586667021/17.jpg new file mode 100644 index 0000000..c353c8b Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/18.jpg b/dataset/tusimple/clips/0601/1494452397586667021/18.jpg new file mode 100644 index 0000000..850ef0d Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/19.jpg b/dataset/tusimple/clips/0601/1494452397586667021/19.jpg new file mode 100644 index 0000000..4e833d4 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/2.jpg b/dataset/tusimple/clips/0601/1494452397586667021/2.jpg new file mode 100644 index 0000000..38c02f8 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/20.jpg b/dataset/tusimple/clips/0601/1494452397586667021/20.jpg new file mode 100644 index 0000000..84fa3f5 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/20.png b/dataset/tusimple/clips/0601/1494452397586667021/20.png new file mode 100644 index 0000000..88a62c6 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/20.png differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/3.jpg b/dataset/tusimple/clips/0601/1494452397586667021/3.jpg new file mode 100644 index 0000000..149834c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/4.jpg b/dataset/tusimple/clips/0601/1494452397586667021/4.jpg new file mode 100644 index 0000000..d84f4db Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/5.jpg b/dataset/tusimple/clips/0601/1494452397586667021/5.jpg new file mode 100644 index 0000000..f5fd508 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/6.jpg b/dataset/tusimple/clips/0601/1494452397586667021/6.jpg new file mode 100644 index 0000000..d917f15 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/7.jpg b/dataset/tusimple/clips/0601/1494452397586667021/7.jpg new file mode 100644 index 0000000..ac145bf Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/8.jpg b/dataset/tusimple/clips/0601/1494452397586667021/8.jpg new file mode 100644 index 0000000..efb2e8b Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452397586667021/9.jpg b/dataset/tusimple/clips/0601/1494452397586667021/9.jpg new file mode 100644 index 0000000..1a02e0b Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452397586667021/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/1.jpg b/dataset/tusimple/clips/0601/1494452399585761304/1.jpg new file mode 100644 index 0000000..e58effa Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/10.jpg b/dataset/tusimple/clips/0601/1494452399585761304/10.jpg new file mode 100644 index 0000000..4a15783 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/11.jpg b/dataset/tusimple/clips/0601/1494452399585761304/11.jpg new file mode 100644 index 0000000..bd6e65b Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/12.jpg b/dataset/tusimple/clips/0601/1494452399585761304/12.jpg new file mode 100644 index 0000000..7ce4cbe Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/13.jpg b/dataset/tusimple/clips/0601/1494452399585761304/13.jpg new file mode 100644 index 0000000..c7ad50e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/14.jpg b/dataset/tusimple/clips/0601/1494452399585761304/14.jpg new file mode 100644 index 0000000..07a4793 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/15.jpg b/dataset/tusimple/clips/0601/1494452399585761304/15.jpg new file mode 100644 index 0000000..ff23b02 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/16.jpg b/dataset/tusimple/clips/0601/1494452399585761304/16.jpg new file mode 100644 index 0000000..e17daf1 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/17.jpg b/dataset/tusimple/clips/0601/1494452399585761304/17.jpg new file mode 100644 index 0000000..24f03a9 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/18.jpg b/dataset/tusimple/clips/0601/1494452399585761304/18.jpg new file mode 100644 index 0000000..4e7a438 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/19.jpg b/dataset/tusimple/clips/0601/1494452399585761304/19.jpg new file mode 100644 index 0000000..772d66f Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/2.jpg b/dataset/tusimple/clips/0601/1494452399585761304/2.jpg new file mode 100644 index 0000000..bc7fcbc Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/20.jpg b/dataset/tusimple/clips/0601/1494452399585761304/20.jpg new file mode 100644 index 0000000..ce3146e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/3.jpg b/dataset/tusimple/clips/0601/1494452399585761304/3.jpg new file mode 100644 index 0000000..6743fdc Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/4.jpg b/dataset/tusimple/clips/0601/1494452399585761304/4.jpg new file mode 100644 index 0000000..6c7dadf Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/5.jpg b/dataset/tusimple/clips/0601/1494452399585761304/5.jpg new file mode 100644 index 0000000..505b70e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/6.jpg b/dataset/tusimple/clips/0601/1494452399585761304/6.jpg new file mode 100644 index 0000000..585365e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/7.jpg b/dataset/tusimple/clips/0601/1494452399585761304/7.jpg new file mode 100644 index 0000000..8983100 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/8.jpg b/dataset/tusimple/clips/0601/1494452399585761304/8.jpg new file mode 100644 index 0000000..fb57dcb Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452399585761304/9.jpg b/dataset/tusimple/clips/0601/1494452399585761304/9.jpg new file mode 100644 index 0000000..1f9681d Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452399585761304/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/1.jpg b/dataset/tusimple/clips/0601/1494452401584814468/1.jpg new file mode 100644 index 0000000..432690c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/10.jpg b/dataset/tusimple/clips/0601/1494452401584814468/10.jpg new file mode 100644 index 0000000..c245c34 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/11.jpg b/dataset/tusimple/clips/0601/1494452401584814468/11.jpg new file mode 100644 index 0000000..ae70fcc Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/12.jpg b/dataset/tusimple/clips/0601/1494452401584814468/12.jpg new file mode 100644 index 0000000..fb4c2d3 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/13.jpg b/dataset/tusimple/clips/0601/1494452401584814468/13.jpg new file mode 100644 index 0000000..f803f82 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/14.jpg b/dataset/tusimple/clips/0601/1494452401584814468/14.jpg new file mode 100644 index 0000000..0cbac05 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/15.jpg b/dataset/tusimple/clips/0601/1494452401584814468/15.jpg new file mode 100644 index 0000000..8da79fc Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/16.jpg b/dataset/tusimple/clips/0601/1494452401584814468/16.jpg new file mode 100644 index 0000000..54d885b Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/17.jpg b/dataset/tusimple/clips/0601/1494452401584814468/17.jpg new file mode 100644 index 0000000..1047d32 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/18.jpg b/dataset/tusimple/clips/0601/1494452401584814468/18.jpg new file mode 100644 index 0000000..b9def37 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/19.jpg b/dataset/tusimple/clips/0601/1494452401584814468/19.jpg new file mode 100644 index 0000000..ad402ea Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/2.jpg b/dataset/tusimple/clips/0601/1494452401584814468/2.jpg new file mode 100644 index 0000000..0f195fc Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/20.jpg b/dataset/tusimple/clips/0601/1494452401584814468/20.jpg new file mode 100644 index 0000000..a80b282 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/3.jpg b/dataset/tusimple/clips/0601/1494452401584814468/3.jpg new file mode 100644 index 0000000..8a98d80 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/4.jpg b/dataset/tusimple/clips/0601/1494452401584814468/4.jpg new file mode 100644 index 0000000..d5161ec Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/5.jpg b/dataset/tusimple/clips/0601/1494452401584814468/5.jpg new file mode 100644 index 0000000..5bc88cb Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/6.jpg b/dataset/tusimple/clips/0601/1494452401584814468/6.jpg new file mode 100644 index 0000000..6bc02f7 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/7.jpg b/dataset/tusimple/clips/0601/1494452401584814468/7.jpg new file mode 100644 index 0000000..364351b Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/8.jpg b/dataset/tusimple/clips/0601/1494452401584814468/8.jpg new file mode 100644 index 0000000..359290e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452401584814468/9.jpg b/dataset/tusimple/clips/0601/1494452401584814468/9.jpg new file mode 100644 index 0000000..65bb1b0 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452401584814468/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/1.jpg b/dataset/tusimple/clips/0601/1494452403585050201/1.jpg new file mode 100644 index 0000000..38dda4e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/10.jpg b/dataset/tusimple/clips/0601/1494452403585050201/10.jpg new file mode 100644 index 0000000..90fb609 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/11.jpg b/dataset/tusimple/clips/0601/1494452403585050201/11.jpg new file mode 100644 index 0000000..83844ed Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/12.jpg b/dataset/tusimple/clips/0601/1494452403585050201/12.jpg new file mode 100644 index 0000000..3d225ef Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/13.jpg b/dataset/tusimple/clips/0601/1494452403585050201/13.jpg new file mode 100644 index 0000000..5f44413 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/14.jpg b/dataset/tusimple/clips/0601/1494452403585050201/14.jpg new file mode 100644 index 0000000..ea6c469 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/15.jpg b/dataset/tusimple/clips/0601/1494452403585050201/15.jpg new file mode 100644 index 0000000..dac6f9e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/16.jpg b/dataset/tusimple/clips/0601/1494452403585050201/16.jpg new file mode 100644 index 0000000..03f7413 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/17.jpg b/dataset/tusimple/clips/0601/1494452403585050201/17.jpg new file mode 100644 index 0000000..21cc320 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/18.jpg b/dataset/tusimple/clips/0601/1494452403585050201/18.jpg new file mode 100644 index 0000000..dfc5e83 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/19.jpg b/dataset/tusimple/clips/0601/1494452403585050201/19.jpg new file mode 100644 index 0000000..e1e059e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/2.jpg b/dataset/tusimple/clips/0601/1494452403585050201/2.jpg new file mode 100644 index 0000000..88590dd Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/20.jpg b/dataset/tusimple/clips/0601/1494452403585050201/20.jpg new file mode 100644 index 0000000..ec2bb12 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/20.png b/dataset/tusimple/clips/0601/1494452403585050201/20.png new file mode 100644 index 0000000..f19dfc8 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/20.png differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/3.jpg b/dataset/tusimple/clips/0601/1494452403585050201/3.jpg new file mode 100644 index 0000000..90ce11f Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/4.jpg b/dataset/tusimple/clips/0601/1494452403585050201/4.jpg new file mode 100644 index 0000000..1201e44 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/5.jpg b/dataset/tusimple/clips/0601/1494452403585050201/5.jpg new file mode 100644 index 0000000..b67760d Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/6.jpg b/dataset/tusimple/clips/0601/1494452403585050201/6.jpg new file mode 100644 index 0000000..81c0524 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/7.jpg b/dataset/tusimple/clips/0601/1494452403585050201/7.jpg new file mode 100644 index 0000000..22885f2 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/8.jpg b/dataset/tusimple/clips/0601/1494452403585050201/8.jpg new file mode 100644 index 0000000..ea55007 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452403585050201/9.jpg b/dataset/tusimple/clips/0601/1494452403585050201/9.jpg new file mode 100644 index 0000000..f8fe536 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452403585050201/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/1.jpg b/dataset/tusimple/clips/0601/1494452405583118167/1.jpg new file mode 100644 index 0000000..5935ebf Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/10.jpg b/dataset/tusimple/clips/0601/1494452405583118167/10.jpg new file mode 100644 index 0000000..0b36388 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/11.jpg b/dataset/tusimple/clips/0601/1494452405583118167/11.jpg new file mode 100644 index 0000000..8b0677c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/12.jpg b/dataset/tusimple/clips/0601/1494452405583118167/12.jpg new file mode 100644 index 0000000..071ca66 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/13.jpg b/dataset/tusimple/clips/0601/1494452405583118167/13.jpg new file mode 100644 index 0000000..3f45fec Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/14.jpg b/dataset/tusimple/clips/0601/1494452405583118167/14.jpg new file mode 100644 index 0000000..9a62279 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/15.jpg b/dataset/tusimple/clips/0601/1494452405583118167/15.jpg new file mode 100644 index 0000000..e8a0627 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/16.jpg b/dataset/tusimple/clips/0601/1494452405583118167/16.jpg new file mode 100644 index 0000000..3c9e90a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/17.jpg b/dataset/tusimple/clips/0601/1494452405583118167/17.jpg new file mode 100644 index 0000000..24f5c77 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/18.jpg b/dataset/tusimple/clips/0601/1494452405583118167/18.jpg new file mode 100644 index 0000000..69a9051 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/19.jpg b/dataset/tusimple/clips/0601/1494452405583118167/19.jpg new file mode 100644 index 0000000..2deada2 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/2.jpg b/dataset/tusimple/clips/0601/1494452405583118167/2.jpg new file mode 100644 index 0000000..6798d84 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/20.jpg b/dataset/tusimple/clips/0601/1494452405583118167/20.jpg new file mode 100644 index 0000000..306e07e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/3.jpg b/dataset/tusimple/clips/0601/1494452405583118167/3.jpg new file mode 100644 index 0000000..36823eb Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/4.jpg b/dataset/tusimple/clips/0601/1494452405583118167/4.jpg new file mode 100644 index 0000000..200fedd Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/5.jpg b/dataset/tusimple/clips/0601/1494452405583118167/5.jpg new file mode 100644 index 0000000..b71a92a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/6.jpg b/dataset/tusimple/clips/0601/1494452405583118167/6.jpg new file mode 100644 index 0000000..e868de6 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/7.jpg b/dataset/tusimple/clips/0601/1494452405583118167/7.jpg new file mode 100644 index 0000000..8feb514 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/8.jpg b/dataset/tusimple/clips/0601/1494452405583118167/8.jpg new file mode 100644 index 0000000..eb24e6a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452405583118167/9.jpg b/dataset/tusimple/clips/0601/1494452405583118167/9.jpg new file mode 100644 index 0000000..f683eb0 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452405583118167/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/1.jpg b/dataset/tusimple/clips/0601/1494452407582274573/1.jpg new file mode 100644 index 0000000..e54cd0a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/10.jpg b/dataset/tusimple/clips/0601/1494452407582274573/10.jpg new file mode 100644 index 0000000..a26be7b Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/11.jpg b/dataset/tusimple/clips/0601/1494452407582274573/11.jpg new file mode 100644 index 0000000..037eaca Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/12.jpg b/dataset/tusimple/clips/0601/1494452407582274573/12.jpg new file mode 100644 index 0000000..1409793 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/13.jpg b/dataset/tusimple/clips/0601/1494452407582274573/13.jpg new file mode 100644 index 0000000..790a5b8 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/14.jpg b/dataset/tusimple/clips/0601/1494452407582274573/14.jpg new file mode 100644 index 0000000..5a0a288 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/15.jpg b/dataset/tusimple/clips/0601/1494452407582274573/15.jpg new file mode 100644 index 0000000..9b89a50 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/16.jpg b/dataset/tusimple/clips/0601/1494452407582274573/16.jpg new file mode 100644 index 0000000..3262989 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/17.jpg b/dataset/tusimple/clips/0601/1494452407582274573/17.jpg new file mode 100644 index 0000000..a0bc51e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/18.jpg b/dataset/tusimple/clips/0601/1494452407582274573/18.jpg new file mode 100644 index 0000000..ec51350 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/19.jpg b/dataset/tusimple/clips/0601/1494452407582274573/19.jpg new file mode 100644 index 0000000..a5f46b9 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/2.jpg b/dataset/tusimple/clips/0601/1494452407582274573/2.jpg new file mode 100644 index 0000000..9ab25b3 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/20.jpg b/dataset/tusimple/clips/0601/1494452407582274573/20.jpg new file mode 100644 index 0000000..6496b3c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/3.jpg b/dataset/tusimple/clips/0601/1494452407582274573/3.jpg new file mode 100644 index 0000000..13601dd Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/4.jpg b/dataset/tusimple/clips/0601/1494452407582274573/4.jpg new file mode 100644 index 0000000..db94604 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/5.jpg b/dataset/tusimple/clips/0601/1494452407582274573/5.jpg new file mode 100644 index 0000000..2a7096e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/6.jpg b/dataset/tusimple/clips/0601/1494452407582274573/6.jpg new file mode 100644 index 0000000..1df92d5 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/7.jpg b/dataset/tusimple/clips/0601/1494452407582274573/7.jpg new file mode 100644 index 0000000..259d582 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/8.jpg b/dataset/tusimple/clips/0601/1494452407582274573/8.jpg new file mode 100644 index 0000000..66100f3 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452407582274573/9.jpg b/dataset/tusimple/clips/0601/1494452407582274573/9.jpg new file mode 100644 index 0000000..78afdff Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452407582274573/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/1.jpg b/dataset/tusimple/clips/0601/1494452409581290246/1.jpg new file mode 100644 index 0000000..1c0f355 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/10.jpg b/dataset/tusimple/clips/0601/1494452409581290246/10.jpg new file mode 100644 index 0000000..64c1f02 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/11.jpg b/dataset/tusimple/clips/0601/1494452409581290246/11.jpg new file mode 100644 index 0000000..c2355d0 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/12.jpg b/dataset/tusimple/clips/0601/1494452409581290246/12.jpg new file mode 100644 index 0000000..f0facb9 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/13.jpg b/dataset/tusimple/clips/0601/1494452409581290246/13.jpg new file mode 100644 index 0000000..eb734f4 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/14.jpg b/dataset/tusimple/clips/0601/1494452409581290246/14.jpg new file mode 100644 index 0000000..486ac60 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/15.jpg b/dataset/tusimple/clips/0601/1494452409581290246/15.jpg new file mode 100644 index 0000000..86c7708 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/16.jpg b/dataset/tusimple/clips/0601/1494452409581290246/16.jpg new file mode 100644 index 0000000..b3ed36a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/17.jpg b/dataset/tusimple/clips/0601/1494452409581290246/17.jpg new file mode 100644 index 0000000..ea9e4fc Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/18.jpg b/dataset/tusimple/clips/0601/1494452409581290246/18.jpg new file mode 100644 index 0000000..4094a27 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/19.jpg b/dataset/tusimple/clips/0601/1494452409581290246/19.jpg new file mode 100644 index 0000000..ac33161 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/2.jpg b/dataset/tusimple/clips/0601/1494452409581290246/2.jpg new file mode 100644 index 0000000..f9b6087 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/20.jpg b/dataset/tusimple/clips/0601/1494452409581290246/20.jpg new file mode 100644 index 0000000..d500dd7 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/20.png b/dataset/tusimple/clips/0601/1494452409581290246/20.png new file mode 100644 index 0000000..acdde10 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/20.png differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/3.jpg b/dataset/tusimple/clips/0601/1494452409581290246/3.jpg new file mode 100644 index 0000000..2ba444e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/4.jpg b/dataset/tusimple/clips/0601/1494452409581290246/4.jpg new file mode 100644 index 0000000..399e986 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/5.jpg b/dataset/tusimple/clips/0601/1494452409581290246/5.jpg new file mode 100644 index 0000000..a4618b5 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/6.jpg b/dataset/tusimple/clips/0601/1494452409581290246/6.jpg new file mode 100644 index 0000000..60d570c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/7.jpg b/dataset/tusimple/clips/0601/1494452409581290246/7.jpg new file mode 100644 index 0000000..ed1e25b Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/8.jpg b/dataset/tusimple/clips/0601/1494452409581290246/8.jpg new file mode 100644 index 0000000..83119c0 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452409581290246/9.jpg b/dataset/tusimple/clips/0601/1494452409581290246/9.jpg new file mode 100644 index 0000000..941a044 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452409581290246/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/1.jpg b/dataset/tusimple/clips/0601/1494452411580444269/1.jpg new file mode 100644 index 0000000..e72168b Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/10.jpg b/dataset/tusimple/clips/0601/1494452411580444269/10.jpg new file mode 100644 index 0000000..9e5ac50 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/11.jpg b/dataset/tusimple/clips/0601/1494452411580444269/11.jpg new file mode 100644 index 0000000..97b4346 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/12.jpg b/dataset/tusimple/clips/0601/1494452411580444269/12.jpg new file mode 100644 index 0000000..958c4c6 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/13.jpg b/dataset/tusimple/clips/0601/1494452411580444269/13.jpg new file mode 100644 index 0000000..d619ac2 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/14.jpg b/dataset/tusimple/clips/0601/1494452411580444269/14.jpg new file mode 100644 index 0000000..4378b1c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/15.jpg b/dataset/tusimple/clips/0601/1494452411580444269/15.jpg new file mode 100644 index 0000000..a7a4cc2 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/16.jpg b/dataset/tusimple/clips/0601/1494452411580444269/16.jpg new file mode 100644 index 0000000..bedd89e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/17.jpg b/dataset/tusimple/clips/0601/1494452411580444269/17.jpg new file mode 100644 index 0000000..b7a7fca Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/18.jpg b/dataset/tusimple/clips/0601/1494452411580444269/18.jpg new file mode 100644 index 0000000..861c884 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/19.jpg b/dataset/tusimple/clips/0601/1494452411580444269/19.jpg new file mode 100644 index 0000000..621a608 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/2.jpg b/dataset/tusimple/clips/0601/1494452411580444269/2.jpg new file mode 100644 index 0000000..73ff130 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/20.jpg b/dataset/tusimple/clips/0601/1494452411580444269/20.jpg new file mode 100644 index 0000000..e20ec0d Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/3.jpg b/dataset/tusimple/clips/0601/1494452411580444269/3.jpg new file mode 100644 index 0000000..ba6e4d1 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/4.jpg b/dataset/tusimple/clips/0601/1494452411580444269/4.jpg new file mode 100644 index 0000000..33d840f Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/5.jpg b/dataset/tusimple/clips/0601/1494452411580444269/5.jpg new file mode 100644 index 0000000..5fd2923 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/6.jpg b/dataset/tusimple/clips/0601/1494452411580444269/6.jpg new file mode 100644 index 0000000..432e2e1 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/7.jpg b/dataset/tusimple/clips/0601/1494452411580444269/7.jpg new file mode 100644 index 0000000..ac9b753 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/8.jpg b/dataset/tusimple/clips/0601/1494452411580444269/8.jpg new file mode 100644 index 0000000..f864182 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452411580444269/9.jpg b/dataset/tusimple/clips/0601/1494452411580444269/9.jpg new file mode 100644 index 0000000..0777a51 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452411580444269/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/1.jpg b/dataset/tusimple/clips/0601/1494452413579633881/1.jpg new file mode 100644 index 0000000..894fc00 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/10.jpg b/dataset/tusimple/clips/0601/1494452413579633881/10.jpg new file mode 100644 index 0000000..8af6a10 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/11.jpg b/dataset/tusimple/clips/0601/1494452413579633881/11.jpg new file mode 100644 index 0000000..c18739e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/12.jpg b/dataset/tusimple/clips/0601/1494452413579633881/12.jpg new file mode 100644 index 0000000..1134486 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/13.jpg b/dataset/tusimple/clips/0601/1494452413579633881/13.jpg new file mode 100644 index 0000000..e8409a6 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/14.jpg b/dataset/tusimple/clips/0601/1494452413579633881/14.jpg new file mode 100644 index 0000000..9ef94ab Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/15.jpg b/dataset/tusimple/clips/0601/1494452413579633881/15.jpg new file mode 100644 index 0000000..a5d2eca Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/16.jpg b/dataset/tusimple/clips/0601/1494452413579633881/16.jpg new file mode 100644 index 0000000..2bab115 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/17.jpg b/dataset/tusimple/clips/0601/1494452413579633881/17.jpg new file mode 100644 index 0000000..d52baee Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/18.jpg b/dataset/tusimple/clips/0601/1494452413579633881/18.jpg new file mode 100644 index 0000000..c8e793f Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/19.jpg b/dataset/tusimple/clips/0601/1494452413579633881/19.jpg new file mode 100644 index 0000000..5523867 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/2.jpg b/dataset/tusimple/clips/0601/1494452413579633881/2.jpg new file mode 100644 index 0000000..130ef7c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/20.jpg b/dataset/tusimple/clips/0601/1494452413579633881/20.jpg new file mode 100644 index 0000000..a05e0f4 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/3.jpg b/dataset/tusimple/clips/0601/1494452413579633881/3.jpg new file mode 100644 index 0000000..8a906e1 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/4.jpg b/dataset/tusimple/clips/0601/1494452413579633881/4.jpg new file mode 100644 index 0000000..11c44bb Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/5.jpg b/dataset/tusimple/clips/0601/1494452413579633881/5.jpg new file mode 100644 index 0000000..2c5f766 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/6.jpg b/dataset/tusimple/clips/0601/1494452413579633881/6.jpg new file mode 100644 index 0000000..e101ca7 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/7.jpg b/dataset/tusimple/clips/0601/1494452413579633881/7.jpg new file mode 100644 index 0000000..d7841d4 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/8.jpg b/dataset/tusimple/clips/0601/1494452413579633881/8.jpg new file mode 100644 index 0000000..c7c00fd Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452413579633881/9.jpg b/dataset/tusimple/clips/0601/1494452413579633881/9.jpg new file mode 100644 index 0000000..55e5fc3 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452413579633881/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/1.jpg b/dataset/tusimple/clips/0601/1494452415578787519/1.jpg new file mode 100644 index 0000000..ed759cc Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/10.jpg b/dataset/tusimple/clips/0601/1494452415578787519/10.jpg new file mode 100644 index 0000000..a6bbbff Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/11.jpg b/dataset/tusimple/clips/0601/1494452415578787519/11.jpg new file mode 100644 index 0000000..af6a570 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/12.jpg b/dataset/tusimple/clips/0601/1494452415578787519/12.jpg new file mode 100644 index 0000000..078c263 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/13.jpg b/dataset/tusimple/clips/0601/1494452415578787519/13.jpg new file mode 100644 index 0000000..0b88b05 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/14.jpg b/dataset/tusimple/clips/0601/1494452415578787519/14.jpg new file mode 100644 index 0000000..cf7ec96 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/15.jpg b/dataset/tusimple/clips/0601/1494452415578787519/15.jpg new file mode 100644 index 0000000..21a1b8e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/16.jpg b/dataset/tusimple/clips/0601/1494452415578787519/16.jpg new file mode 100644 index 0000000..571eeb0 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/17.jpg b/dataset/tusimple/clips/0601/1494452415578787519/17.jpg new file mode 100644 index 0000000..6c78dd5 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/18.jpg b/dataset/tusimple/clips/0601/1494452415578787519/18.jpg new file mode 100644 index 0000000..bbce7bd Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/19.jpg b/dataset/tusimple/clips/0601/1494452415578787519/19.jpg new file mode 100644 index 0000000..89f819c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/2.jpg b/dataset/tusimple/clips/0601/1494452415578787519/2.jpg new file mode 100644 index 0000000..e658433 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/20.jpg b/dataset/tusimple/clips/0601/1494452415578787519/20.jpg new file mode 100644 index 0000000..864d7c8 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/20.png b/dataset/tusimple/clips/0601/1494452415578787519/20.png new file mode 100644 index 0000000..91d12cf Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/20.png differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/3.jpg b/dataset/tusimple/clips/0601/1494452415578787519/3.jpg new file mode 100644 index 0000000..bd6495c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/4.jpg b/dataset/tusimple/clips/0601/1494452415578787519/4.jpg new file mode 100644 index 0000000..c8dab03 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/5.jpg b/dataset/tusimple/clips/0601/1494452415578787519/5.jpg new file mode 100644 index 0000000..a8082d0 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/6.jpg b/dataset/tusimple/clips/0601/1494452415578787519/6.jpg new file mode 100644 index 0000000..7afb28a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/7.jpg b/dataset/tusimple/clips/0601/1494452415578787519/7.jpg new file mode 100644 index 0000000..2d78512 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/8.jpg b/dataset/tusimple/clips/0601/1494452415578787519/8.jpg new file mode 100644 index 0000000..61ef4d3 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452415578787519/9.jpg b/dataset/tusimple/clips/0601/1494452415578787519/9.jpg new file mode 100644 index 0000000..fdfa30e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452415578787519/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/1.jpg b/dataset/tusimple/clips/0601/1494452417580383008/1.jpg new file mode 100644 index 0000000..0bd5c0c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/10.jpg b/dataset/tusimple/clips/0601/1494452417580383008/10.jpg new file mode 100644 index 0000000..65027fa Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/11.jpg b/dataset/tusimple/clips/0601/1494452417580383008/11.jpg new file mode 100644 index 0000000..143839d Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/12.jpg b/dataset/tusimple/clips/0601/1494452417580383008/12.jpg new file mode 100644 index 0000000..2d42506 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/13.jpg b/dataset/tusimple/clips/0601/1494452417580383008/13.jpg new file mode 100644 index 0000000..dceb62e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/14.jpg b/dataset/tusimple/clips/0601/1494452417580383008/14.jpg new file mode 100644 index 0000000..e18d772 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/15.jpg b/dataset/tusimple/clips/0601/1494452417580383008/15.jpg new file mode 100644 index 0000000..be35d6e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/16.jpg b/dataset/tusimple/clips/0601/1494452417580383008/16.jpg new file mode 100644 index 0000000..6f6af07 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/17.jpg b/dataset/tusimple/clips/0601/1494452417580383008/17.jpg new file mode 100644 index 0000000..f441bb9 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/18.jpg b/dataset/tusimple/clips/0601/1494452417580383008/18.jpg new file mode 100644 index 0000000..88f373e Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/19.jpg b/dataset/tusimple/clips/0601/1494452417580383008/19.jpg new file mode 100644 index 0000000..e6cb2a4 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/2.jpg b/dataset/tusimple/clips/0601/1494452417580383008/2.jpg new file mode 100644 index 0000000..840e4b9 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/20.jpg b/dataset/tusimple/clips/0601/1494452417580383008/20.jpg new file mode 100644 index 0000000..60d0971 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/3.jpg b/dataset/tusimple/clips/0601/1494452417580383008/3.jpg new file mode 100644 index 0000000..8a64783 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/4.jpg b/dataset/tusimple/clips/0601/1494452417580383008/4.jpg new file mode 100644 index 0000000..2f7fd70 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/5.jpg b/dataset/tusimple/clips/0601/1494452417580383008/5.jpg new file mode 100644 index 0000000..9b47a64 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/6.jpg b/dataset/tusimple/clips/0601/1494452417580383008/6.jpg new file mode 100644 index 0000000..a653aff Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/7.jpg b/dataset/tusimple/clips/0601/1494452417580383008/7.jpg new file mode 100644 index 0000000..2364b6c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/8.jpg b/dataset/tusimple/clips/0601/1494452417580383008/8.jpg new file mode 100644 index 0000000..4709afb Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452417580383008/9.jpg b/dataset/tusimple/clips/0601/1494452417580383008/9.jpg new file mode 100644 index 0000000..cc337f3 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452417580383008/9.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/1.jpg b/dataset/tusimple/clips/0601/1494452419576967330/1.jpg new file mode 100644 index 0000000..c436e9c Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/1.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/10.jpg b/dataset/tusimple/clips/0601/1494452419576967330/10.jpg new file mode 100644 index 0000000..29ac8f4 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/10.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/11.jpg b/dataset/tusimple/clips/0601/1494452419576967330/11.jpg new file mode 100644 index 0000000..2018966 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/11.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/12.jpg b/dataset/tusimple/clips/0601/1494452419576967330/12.jpg new file mode 100644 index 0000000..918cc13 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/12.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/13.jpg b/dataset/tusimple/clips/0601/1494452419576967330/13.jpg new file mode 100644 index 0000000..75d78ac Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/13.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/14.jpg b/dataset/tusimple/clips/0601/1494452419576967330/14.jpg new file mode 100644 index 0000000..9650e9a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/14.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/15.jpg b/dataset/tusimple/clips/0601/1494452419576967330/15.jpg new file mode 100644 index 0000000..e5f5c09 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/15.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/16.jpg b/dataset/tusimple/clips/0601/1494452419576967330/16.jpg new file mode 100644 index 0000000..734cc9a Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/16.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/17.jpg b/dataset/tusimple/clips/0601/1494452419576967330/17.jpg new file mode 100644 index 0000000..d0c7aef Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/17.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/18.jpg b/dataset/tusimple/clips/0601/1494452419576967330/18.jpg new file mode 100644 index 0000000..56a74cb Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/18.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/19.jpg b/dataset/tusimple/clips/0601/1494452419576967330/19.jpg new file mode 100644 index 0000000..a154145 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/19.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/2.jpg b/dataset/tusimple/clips/0601/1494452419576967330/2.jpg new file mode 100644 index 0000000..8a8029f Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/2.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/20.jpg b/dataset/tusimple/clips/0601/1494452419576967330/20.jpg new file mode 100644 index 0000000..6f261ce Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/20.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/3.jpg b/dataset/tusimple/clips/0601/1494452419576967330/3.jpg new file mode 100644 index 0000000..d84c2cf Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/3.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/4.jpg b/dataset/tusimple/clips/0601/1494452419576967330/4.jpg new file mode 100644 index 0000000..cdfb841 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/4.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/5.jpg b/dataset/tusimple/clips/0601/1494452419576967330/5.jpg new file mode 100644 index 0000000..025355b Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/5.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/6.jpg b/dataset/tusimple/clips/0601/1494452419576967330/6.jpg new file mode 100644 index 0000000..6b5cc21 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/6.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/7.jpg b/dataset/tusimple/clips/0601/1494452419576967330/7.jpg new file mode 100644 index 0000000..153186f Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/7.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/8.jpg b/dataset/tusimple/clips/0601/1494452419576967330/8.jpg new file mode 100644 index 0000000..aa7a868 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/8.jpg differ diff --git a/dataset/tusimple/clips/0601/1494452419576967330/9.jpg b/dataset/tusimple/clips/0601/1494452419576967330/9.jpg new file mode 100644 index 0000000..98ead73 Binary files /dev/null and b/dataset/tusimple/clips/0601/1494452419576967330/9.jpg differ diff --git a/dataset/tusimple/label_data_0313.json b/dataset/tusimple/label_data_0313.json new file mode 100644 index 0000000..9b0f4a0 --- /dev/null +++ b/dataset/tusimple/label_data_0313.json @@ -0,0 +1,40 @@ +{"lanes": [[-2, -2, -2, -2, 730, 705, 681, 661, 640, 619, 598, 577, 556, 535, 514, 493, 472, 451, 433, 416, 398, 381, 363, 346, 328, 311, 293, 276, 258, 241, 223, 205, 188, 170, 153, 135, 118, 100, 83, 65, 48, 30, 12, -2, -2, -2, -2, -2], [-2, -2, 884, 848, 831, 816, 816, 815, 815, 814, 814, 814, 817, 820, 823, 826, 829, 832, 835, 838, 842, 845, 848, 851, 854, 857, 860, 863, 866, 869, 872, 875, 878, 881, 885, 888, 891, 894, 897, 900, 903, 906, 909, 912, 915, 918, 921, 924], [-2, -2, -2, 683, 630, 585, 539, 493, 448, 405, 361, 318, 275, 232, 189, 146, 102, 59, 16, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, 923, 915, 923, 930, 947, 967, 986, 1005, 1024, 1043, 1065, 1088, 1111, 1135, 1158, 1181, 1204, 1227, 1250, 1274, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/300/20.jpg"} +{"lanes": [[-2, 791, 767, 743, 719, 695, 671, 647, 623, 605, 590, 575, 560, 545, 529, 514, 499, 484, 469, 453, 438, 423, 408, 393, 377, 362, 347, 332, 316, 301, 286, 271, 256, 240, 225, 210, 195, 180, 164, 149, 134, 119, 104, 88, 73, 58, 43, 27], [857, 844, 831, 820, 818, 815, 812, 809, 807, 814, 821, 828, 834, 841, 848, 855, 861, 868, 875, 882, 888, 895, 902, 909, 915, 922, 929, 936, 942, 949, 956, 963, 969, 976, 983, 990, 996, 1003, 1010, 1017, 1023, 1030, 1037, 1044, 1050, 1057, 1064, -2], [-2, -2, 710, 670, 630, 591, 551, 511, 471, 432, 392, 352, 313, 273, 233, 194, 154, 114, 75, 35, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [919, 913, 907, 901, 914, 930, 947, 973, 1000, 1026, 1052, 1079, 1105, 1132, 1158, 1184, 1211, 1237, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/600/20.jpg"} +{"lanes": [[851, 817, 783, 760, 743, 727, 710, 694, 682, 673, 664, 656, 647, 638, 629, 621, 612, 603, 594, 586, 577, 568, 560, 551, 542, 533, 525, 516, 507, 498, 490, 481, 472, 463, 455, 446, 437, 429, 420, 411, 402, 394, 385, 376, 367, 359, 350, -2], [-2, -2, 865, 857, 858, 862, 872, 883, 893, 904, 914, 925, 938, 951, 964, 977, 991, 1004, 1017, 1030, 1043, 1056, 1070, 1083, 1096, 1109, 1122, 1135, 1148, 1162, 1175, 1188, 1201, 1214, 1227, 1240, 1254, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, 735, 695, 660, 630, 599, 569, 538, 509, 479, 450, 421, 391, 362, 332, 303, 273, 244, 215, 185, 156, 126, 97, 67, 38, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/180/20.jpg"} +{"lanes": [[-2, -2, -2, 617, 604, 591, 579, 566, 553, 541, 528, 515, 503, 490, 477, 465, 452, 439, 426, 414, 401, 388, 376, 363, 350, 338, 325, 312, 300, 287, 274, 261, 249, 236, 223, 211, 198, 185, 173, 160, 147, 135, 122, 109, 96, 84, 71, 58], [-2, -2, 681, 691, 700, 710, 720, 729, 739, 748, 758, 768, 777, 787, 796, 806, 816, 825, 835, 844, 854, 864, 873, 883, 892, 902, 912, 921, 931, 940, 950, 960, 969, 979, 988, 998, 1008, 1017, 1027, 1036, 1046, 1056, 1065, 1075, 1084, 1094, 1104, 1113], [-2, 595, 574, 553, 529, 495, 462, 429, 396, 363, 330, 297, 264, 230, 197, 164, 131, 98, 65, 32, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, 711, 743, 774, 806, 838, 870, 901, 933, 965, 997, 1028, 1060, 1092, 1124, 1155, 1187, 1219, 1251, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/1200/20.jpg"} +{"lanes": [[-2, -2, -2, 603, 590, 576, 563, 549, 536, 522, 509, 495, 482, 468, 455, 441, 428, 414, 401, 387, 374, 360, 347, 333, 320, 306, 293, 279, 266, 252, 239, 225, 212, 198, 185, 171, 158, 144, 131, 117, 104, 90, 77, 63, 50, 36, 23, 9], [674, 683, 692, 701, 710, 719, 728, 737, 746, 755, 764, 773, 782, 791, 801, 810, 819, 828, 837, 846, 855, 864, 873, 882, 891, 900, 909, 918, 927, 936, 945, 954, 963, 972, 982, 991, 1000, 1009, 1018, 1027, 1036, 1045, 1054, 1063, 1072, 1081, 1090, 1099], [-2, -2, 558, 523, 488, 453, 418, 383, 348, 313, 277, 242, 207, 172, 137, 102, 67, 32, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, 742, 774, 805, 837, 868, 899, 931, 962, 994, 1025, 1056, 1088, 1119, 1150, 1182, 1213, 1245, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/1020/20.jpg"} +{"lanes": [[-2, -2, -2, 589, 580, 571, 562, 553, 540, 527, 514, 500, 487, 474, 461, 447, 434, 421, 408, 394, 381, 368, 354, 341, 328, 315, 301, 288, 275, 262, 248, 235, 222, 209, 195, 182, 169, 156, 142, 129, 116, 103, 89, 76, 63, 50, 36, 23], [-2, -2, -2, 685, 695, 704, 714, 723, 733, 743, 752, 762, 772, 781, 791, 800, 810, 820, 829, 839, 849, 858, 868, 876, 884, 891, 898, 905, 912, 919, 927, 934, 941, 948, 955, 962, 970, 977, 984, 991, 998, 1005, 1012, 1020, 1027, 1034, 1041, 1048], [-2, -2, -2, 518, 486, 454, 422, 390, 358, 326, 294, 262, 230, 198, 166, 134, 102, 70, 38, 6, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, 731, 761, 792, 822, 853, 884, 914, 945, 975, 1006, 1036, 1067, 1098, 1128, 1159, 1189, 1220, 1251, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/1140/20.jpg"} +{"lanes": [[-2, -2, 748, 730, 713, 696, 678, 661, 643, 631, 622, 613, 604, 595, 586, 576, 567, 558, 549, 540, 531, 522, 513, 503, 494, 485, 476, 467, 458, 449, 440, 430, 421, 412, 403, 394, 385, 376, 367, 357, 348, 339, 330, 321, 312, 303, 294, -2], [-2, -2, -2, -2, 810, 814, 817, 821, 824, 836, 849, 862, 875, 887, 900, 913, 926, 939, 951, 964, 977, 990, 1003, 1016, 1028, 1041, 1054, 1067, 1080, 1093, 1105, 1118, 1131, 1144, 1157, 1169, 1182, 1195, 1208, 1221, 1234, 1246, 1259, -2, -2, -2, -2, -2], [-2, -2, -2, 651, 620, 589, 557, 526, 494, 463, 432, 400, 369, 337, 306, 274, 243, 212, 180, 149, 117, 86, 55, 23, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 897, 914, 931, 948, 968, 1002, 1035, 1069, 1103, 1136, 1170, 1203, 1237, 1270, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/720/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, 547, 532, 516, 500, 484, 468, 452, 436, 421, 405, 389, 373, 357, 341, 325, 310, 294, 278, 262, 246, 230, 214, 199, 183, 167, 151, 135, 119, 103, 88, 72, 56, 40, 24, 8, -2, -2, -2, -2], [-2, 702, 708, 715, 722, 728, 735, 742, 749, 755, 762, 769, 775, 782, 789, 796, 802, 809, 816, 822, 829, 836, 842, 849, 856, 863, 869, 876, 883, 889, 896, 903, 910, 916, 923, 930, 936, 943, 950, 957, 963, 970, 977, 983, 990, 997, 1003, 1010], [-2, -2, -2, -2, 522, 483, 444, 405, 366, 327, 288, 249, 210, 171, 132, 93, 54, 15, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, 763, 793, 823, 853, 883, 913, 944, 974, 1004, 1034, 1064, 1094, 1125, 1155, 1185, 1215, 1245, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/960/20.jpg"} +{"lanes": [[-2, 842, 820, 802, 788, 777, 768, 761, 756, 750, 745, 739, 736, 733, 730, 727, 724, 721, 718, 716, 713, 710, 707, 704, 701, 698, 696, 693, 690, 687, 684, 681, 678, 675, 673, 670, 667, 664, 661, 658, 655, 653, 650, 647, 644, 641, 638, 635], [-2, 903, 898, 901, 907, 919, 935, 952, 968, 985, 1004, 1024, 1043, 1063, 1083, 1103, 1122, 1142, 1162, 1182, 1201, 1221, 1241, 1261, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, 777, 746, 718, 690, 660, 627, 594, 564, 539, 514, 489, 464, 439, 414, 389, 364, 339, 313, 288, 263, 238, 213, 188, 163, 138, 113, 88, 63, 38, 12, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/240/20.jpg"} +{"lanes": [[-2, -2, -2, 725, 708, 690, 673, 658, 643, 627, 612, 597, 582, 569, 558, 547, 536, 525, 514, 503, 491, 480, 469, 458, 447, 436, 424, 413, 402, 391, 380, 369, 357, 346, 335, 324, 313, 302, 290, 279, 268, 257, 246, 235, 223, 212, 201, 190], [-2, -2, 814, 811, 807, 804, 801, 809, 817, 825, 833, 841, 849, 857, 867, 878, 889, 900, 911, 923, 934, 945, 956, 967, 978, 990, 1001, 1012, 1023, 1034, 1045, 1056, 1068, 1079, 1090, 1101, 1112, 1123, 1134, 1146, 1157, 1168, 1179, 1190, 1201, 1212, 1224, -2], [-2, -2, 679, 645, 610, 576, 541, 507, 474, 441, 408, 375, 341, 308, 275, 242, 208, 175, 142, 109, 76, 42, 9, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, 879, 892, 909, 929, 949, 969, 999, 1031, 1062, 1093, 1125, 1156, 1187, 1219, 1250, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/660/20.jpg"} +{"lanes": [[759, 735, 710, 685, 660, 635, 618, 601, 584, 568, 551, 534, 517, 500, 483, 466, 449, 432, 415, 398, 382, 365, 348, 331, 314, 297, 280, 263, 246, 229, 212, 196, 179, 162, 145, 128, 111, 94, 77, 60, 43, 26, -2, -2, -2, -2, -2, -2], [828, 815, 803, 790, 778, 769, 770, 771, 772, 773, 774, 779, 785, 791, 797, 803, 809, 814, 820, 826, 832, 838, 844, 849, 855, 861, 867, 873, 879, 885, 890, 896, 902, 908, 914, 920, 925, 931, 937, 943, 949, 955, 961, 966, 972, 978, 984, -2], [-2, -2, 626, 587, 549, 510, 472, 433, 395, 356, 317, 279, 240, 202, 163, 125, 86, 48, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/60/20.jpg"} +{"lanes": [[-2, -2, 765, 742, 719, 695, 677, 662, 646, 631, 616, 601, 585, 570, 555, 540, 527, 515, 502, 490, 478, 465, 453, 440, 428, 415, 403, 390, 378, 365, 353, 341, 328, 316, 304, 292, 279, 267, 255, 243, 231, 218, 206, 194, 182, 169, 157, 145], [-2, -2, 856, 842, 828, 820, 817, 814, 816, 822, 828, 834, 840, 847, 857, 866, 876, 885, 894, 904, 913, 923, 932, 941, 951, 960, 969, 979, 988, 998, 1007, 1016, 1026, 1035, 1045, 1054, 1063, 1073, 1082, 1092, 1101, 1110, 1120, 1129, 1138, 1148, 1157, 1167], [-2, -2, -2, 689, 644, 599, 554, 512, 475, 439, 402, 366, 330, 297, 263, 229, 195, 161, 128, 94, 60, 26, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 900, 913, 937, 962, 986, 1012, 1041, 1069, 1098, 1129, 1159, 1190, 1220, 1251, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/360/20.jpg"} +{"lanes": [[-2, -2, 745, 722, 700, 686, 671, 657, 642, 628, 614, 604, 593, 583, 573, 563, 552, 542, 532, 521, 511, 501, 491, 480, 470, 460, 449, 439, 429, 419, 408, 398, 388, 377, 367, 357, 346, 336, 326, 316, 305, 295, 285, 274, 264, 254, 244, -2], [-2, -2, 834, 816, 818, 823, 828, 832, 837, 846, 858, 870, 882, 894, 906, 918, 930, 941, 953, 965, 977, 989, 1001, 1013, 1025, 1037, 1049, 1061, 1072, 1084, 1096, 1108, 1120, 1132, 1144, 1156, 1168, 1180, 1192, 1204, 1215, 1227, 1239, 1251, 1263, -2, -2, -2], [-2, -2, -2, 656, 611, 565, 533, 502, 471, 440, 409, 377, 346, 315, 284, 253, 222, 191, 160, 128, 97, 66, 35, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 921, 945, 970, 994, 1025, 1058, 1090, 1123, 1155, 1187, 1220, 1252, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/420/20.jpg"} +{"lanes": [[-2, -2, 810, 785, 769, 755, 744, 735, 725, 715, 708, 701, 695, 688, 681, 675, 669, 664, 659, 653, 648, 643, 637, 632, 627, 622, 616, 611, 606, 601, 595, 590, 585, 580, 574, 569, 564, 558, 553, 548, 543, 537, 532, 527, 522, 516, 511, 506], [-2, 907, 887, 881, 880, 884, 894, 908, 922, 936, 950, 963, 977, 993, 1010, 1027, 1043, 1060, 1076, 1093, 1110, 1126, 1143, 1160, 1176, 1193, 1209, 1226, 1243, 1259, 1276, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, 750, 712, 675, 638, 608, 579, 549, 520, 490, 462, 436, 410, 384, 358, 332, 306, 281, 255, 229, 203, 177, 151, 125, 100, 74, 48, 22, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, 957, 963, 986, 1012, 1047, 1082, 1118, 1153, 1189, 1224, 1260, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/480/20.jpg"} +{"lanes": [[-2, 753, 741, 729, 718, 708, 697, 686, 676, 669, 662, 654, 647, 640, 632, 625, 618, 610, 603, 596, 590, 584, 579, 573, 567, 562, 556, 550, 545, 539, 533, 528, 522, 516, 511, 505, 499, 494, 488, 482, 477, 471, 465, 460, 454, 448, 443, 437], [-2, -2, 797, 807, 817, 827, 838, 850, 862, 874, 888, 903, 919, 934, 949, 964, 979, 994, 1009, 1024, 1040, 1056, 1071, 1087, 1103, 1119, 1135, 1151, 1166, 1182, 1198, 1214, 1230, 1246, 1261, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, 684, 653, 621, 592, 563, 535, 507, 478, 450, 421, 394, 369, 343, 317, 291, 265, 239, 213, 187, 161, 135, 109, 84, 58, 32, 6, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, 873, 905, 937, 969, 1001, 1033, 1065, 1097, 1129, 1161, 1193, 1224, 1256, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/780/20.jpg"} +{"lanes": [[-2, -2, 789, 768, 734, 699, 664, 630, 602, 580, 559, 538, 517, 496, 475, 453, 432, 411, 390, 369, 348, 327, 305, 284, 263, 242, 221, 200, 178, 157, 136, 115, 94, 73, 51, 30, 9, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 825, 818, 813, 808, 804, 799, 795, 795, 794, 794, 794, 793, 793, 793, 792, 792, 792, 793, 794, 795, 796, 797, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, -2, -2, -2], [-2, 771, 714, 656, 610, 567, 524, 481, 438, 395, 352, 309, 266, 223, 180, 137, 94, 51, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 911, 916, 927, 944, 964, 984, 1004, 1024, 1045, 1065, 1085, 1105, 1125, 1145, 1166, 1186, 1206, 1226, 1246, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/540/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, 627, 607, 588, 568, 548, 528, 509, 489, 469, 449, 429, 410, 390, 370, 350, 331, 311, 291, 271, 251, 232, 212, 192, 172, 152, 133, 113, 93, 73, 54, 34, 14, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 720, 723, 725, 727, 729, 732, 734, 736, 738, 741, 743, 745, 747, 750, 752, 754, 756, 759, 761, 763, 765, 768, 770, 772, 774, 777, 779, 781, 783, 786, 788, 790, 793, 795, 797, 799, 802, 804, 806, 808, 811, 813, 815, 817, -2], [-2, -2, -2, -2, -2, 553, 512, 470, 429, 387, 346, 304, 262, 221, 179, 138, 96, 55, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 778, 804, 830, 856, 882, 908, 934, 960, 986, 1012, 1038, 1064, 1090, 1116, 1142, 1168, 1194, 1220, 1246, 1272, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/900/20.jpg"} +{"lanes": [[-2, -2, 726, 721, 716, 711, 705, 700, 695, 691, 689, 686, 683, 681, 678, 676, 673, 670, 668, 665, 662, 660, 657, 654, 652, 649, 646, 644, 641, 638, 636, 633, 630, 628, 625, 623, 620, 617, 615, 612, 609, 607, 604, 601, 599, 596, 593, 591], [-2, -2, -2, 786, 806, 825, 844, 863, 883, 902, 921, 940, 960, 979, 998, 1017, 1037, 1056, 1075, 1095, 1114, 1133, 1152, 1172, 1191, 1210, 1229, 1249, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 646, 622, 598, 574, 550, 526, 502, 478, 454, 430, 406, 382, 358, 334, 310, 286, 262, 238, 214, 190, 166, 142, 118, 94, 70, 46, 22, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 902, 944, 987, 1029, 1071, 1113, 1155, 1197, 1239, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/840/20.jpg"} +{"lanes": [[820, 788, 757, 726, 696, 678, 660, 642, 624, 606, 591, 577, 562, 547, 533, 518, 504, 489, 474, 460, 445, 430, 416, 401, 387, 372, 357, 343, 328, 314, 299, 284, 270, 255, 240, 226, 211, 197, 182, 167, 153, 138, 123, 109, 94, 80, 65, 50], [860, 840, 823, 816, 813, 812, 818, 823, 828, 833, 838, 844, 849, 854, 862, 869, 877, 885, 892, 900, 907, 915, 923, 930, 938, 945, 953, 961, 968, 976, 983, 991, 998, 1006, 1014, 1021, 1029, 1036, 1044, 1052, 1059, 1067, 1074, 1082, 1090, 1097, 1105, -2], [775, 726, 681, 638, 594, 551, 510, 477, 443, 410, 376, 342, 309, 275, 242, 208, 174, 141, 107, 74, 40, 7, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/120/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 580, 567, 554, 541, 528, 515, 502, 489, 476, 463, 450, 437, 424, 411, 398, 386, 373, 360, 347, 334, 321, 308, 295, 282, 269, 256, 243, 230, 217, 204, 191, 178, 165, 152, 140, 127, 114, 101, 88, 75, 62, 49, 36, 23], [-2, -2, 681, 690, 699, 708, 717, 727, 736, 745, 754, 763, 772, 782, 791, 800, 809, 818, 827, 836, 846, 855, 864, 873, 882, 891, 901, 910, 919, 928, 937, 946, 955, 965, 974, 983, 992, 1001, 1010, 1020, 1029, 1038, 1047, 1056, 1065, 1074, 1084, 1093], [-2, -2, -2, 512, 480, 448, 417, 385, 353, 321, 289, 257, 225, 194, 162, 130, 98, 66, 34, 2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, 721, 753, 784, 815, 846, 878, 909, 940, 972, 1003, 1034, 1066, 1097, 1128, 1160, 1191, 1222, 1253, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/1080/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 612, 602, 592, 583, 573, 564, 554, 545, 535, 526, 516, 506, 497, 487, 478, 468, 459, 449, 440, 430, 420, 411, 401, 392, 382, 373, 363, 354, 344, 334, 325, 315, 306, 296, 287, 277, 268, 258, 248, 239, 229, 220, -2, -2], [-2, -2, -2, -2, 707, 721, 734, 748, 762, 776, 790, 803, 817, 831, 845, 858, 872, 886, 900, 913, 927, 941, 955, 969, 982, 996, 1010, 1024, 1037, 1051, 1065, 1079, 1092, 1106, 1120, 1134, 1147, 1161, 1175, 1189, 1203, 1216, 1230, 1244, 1258, -2, -2, -2], [-2, -2, -2, 564, 535, 506, 476, 447, 418, 388, 359, 330, 301, 271, 242, 213, 184, 154, 125, 96, 66, 37, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, 842, 877, 912, 947, 981, 1016, 1051, 1086, 1120, 1155, 1190, 1224, 1259, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/105/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 623, 613, 603, 594, 584, 574, 565, 555, 545, 536, 526, 517, 507, 497, 488, 478, 468, 459, 449, 439, 430, 420, 411, 401, 391, 382, 372, 362, 353, 343, 334, 324, 314, 305, 295, 285, 276, 266, 256, 247, 237, 228, 218, 208], [-2, -2, -2, -2, 713, 726, 739, 752, 765, 778, 791, 804, 817, 830, 843, 856, 869, 882, 895, 908, 921, 934, 947, 960, 973, 985, 998, 1011, 1024, 1037, 1050, 1063, 1076, 1089, 1102, 1115, 1128, 1141, 1154, 1167, 1180, 1193, 1206, 1219, 1232, 1245, -2, -2], [-2, -2, -2, -2, 540, 510, 480, 451, 421, 391, 361, 331, 302, 272, 242, 212, 182, 153, 123, 93, 63, 33, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, 848, 885, 922, 958, 995, 1032, 1069, 1106, 1142, 1179, 1216, 1253, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/95/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 634, 623, 613, 603, 593, 583, 572, 562, 552, 542, 531, 521, 511, 501, 491, 480, 470, 460, 450, 440, 429, 419, 409, 399, 388, 378, 368, 358, 348, 337, 327, 317, 307, 296, 286, 276, 266, 256, 245, 235, 225, 215, 204, -2], [-2, -2, -2, 727, 739, 752, 764, 776, 788, 801, 813, 825, 837, 850, 862, 874, 886, 899, 911, 923, 935, 947, 960, 972, 984, 996, 1009, 1021, 1033, 1045, 1058, 1070, 1082, 1094, 1106, 1119, 1131, 1143, 1155, 1168, 1180, 1192, 1204, 1217, 1229, 1241, 1253, -2], [-2, -2, -2, -2, 543, 512, 481, 449, 418, 387, 355, 324, 293, 261, 230, 199, 168, 136, 105, 74, 42, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 822, 858, 894, 929, 965, 1001, 1037, 1073, 1108, 1144, 1180, 1216, 1251, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/55/20.jpg"} +{"lanes": [[-2, -2, -2, 635, 626, 617, 607, 598, 589, 579, 570, 561, 551, 542, 533, 524, 514, 505, 496, 486, 477, 468, 458, 449, 440, 431, 421, 412, 403, 393, 384, 375, 365, 356, 347, 338, 328, 319, 310, 300, 291, 282, 272, 263, 254, 245, -2, -2], [-2, -2, 706, 719, 733, 746, 759, 772, 786, 799, 812, 825, 838, 852, 865, 878, 891, 904, 918, 931, 944, 957, 971, 984, 997, 1010, 1023, 1037, 1050, 1063, 1076, 1089, 1103, 1116, 1129, 1142, 1156, 1169, 1182, 1195, 1208, 1222, 1235, 1248, 1261, -2, -2, -2], [-2, -2, -2, -2, 538, 509, 479, 449, 419, 389, 359, 329, 299, 269, 239, 210, 180, 150, 120, 90, 60, 30, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 818, 852, 886, 921, 955, 989, 1023, 1058, 1092, 1126, 1160, 1195, 1229, 1263, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/70/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 629, 619, 610, 600, 591, 581, 571, 561, 551, 541, 531, 521, 511, 501, 491, 481, 472, 462, 452, 442, 432, 422, 412, 402, 392, 382, 372, 362, 352, 342, 332, 322, 312, 302, 292, 282, 272, 262, 252, 242, 232, 222, 212, 202], [-2, -2, -2, 718, 731, 744, 756, 769, 782, 795, 808, 820, 833, 846, 859, 872, 885, 897, 910, 923, 936, 949, 961, 974, 987, 1000, 1013, 1025, 1038, 1051, 1064, 1077, 1089, 1102, 1115, 1128, 1141, 1154, 1166, 1179, 1192, 1205, 1218, 1230, 1243, 1256, 1269, -2], [-2, -2, -2, -2, -2, 506, 475, 445, 414, 384, 353, 322, 292, 261, 231, 200, 169, 139, 108, 78, 47, 16, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, 900, 937, 973, 1009, 1046, 1082, 1118, 1154, 1191, 1227, 1263, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/65/20.jpg"} +{"lanes": [[-2, -2, -2, 643, 633, 623, 612, 602, 592, 582, 571, 561, 551, 541, 530, 520, 510, 500, 489, 479, 469, 459, 448, 438, 428, 418, 407, 397, 387, 377, 366, 356, 346, 336, 325, 315, 305, 295, 284, 274, 264, 254, 243, 233, 223, 213, 202, 192], [-2, -2, 717, 729, 742, 754, 766, 779, 791, 803, 815, 828, 840, 852, 864, 877, 889, 901, 914, 926, 938, 950, 963, 975, 987, 1000, 1012, 1024, 1036, 1049, 1061, 1073, 1085, 1098, 1110, 1122, 1135, 1147, 1159, 1171, 1184, 1196, 1208, 1221, 1233, 1245, 1257, -2], [-2, -2, -2, 561, 532, 503, 474, 445, 416, 387, 358, 329, 300, 271, 242, 213, 184, 155, 126, 98, 69, 40, 11, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 802, 837, 872, 907, 942, 977, 1012, 1047, 1082, 1117, 1152, 1187, 1222, 1257, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/50/20.jpg"} +{"lanes": [[-2, -2, -2, 660, 649, 638, 627, 616, 605, 594, 583, 572, 561, 550, 539, 528, 517, 505, 494, 483, 472, 461, 450, 439, 428, 417, 406, 395, 384, 373, 362, 351, 340, 329, 318, 307, 296, 285, 273, 262, 251, 240, 229, 218, 207, 196, 185, 174], [-2, -2, -2, -2, 730, 742, 753, 765, 777, 789, 801, 813, 825, 837, 849, 861, 873, 885, 897, 909, 921, 933, 945, 957, 969, 981, 993, 1005, 1017, 1029, 1041, 1053, 1065, 1077, 1089, 1101, 1113, 1124, 1136, 1148, 1160, 1172, 1184, 1196, 1208, 1220, 1232, 1244], [-2, -2, -2, 606, 575, 544, 514, 483, 452, 422, 391, 360, 330, 299, 268, 237, 207, 176, 145, 115, 84, 53, 23, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 820, 854, 888, 922, 956, 991, 1025, 1059, 1093, 1127, 1161, 1196, 1230, 1264, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/20/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, 631, 621, 610, 599, 589, 578, 567, 557, 546, 536, 525, 514, 504, 493, 482, 472, 461, 451, 440, 429, 419, 408, 397, 387, 376, 366, 355, 344, 334, 323, 312, 302, 291, 281, 270, 259, 249, 238, 227, 217, 206, 196, 185], [-2, -2, -2, 727, 739, 751, 764, 776, 789, 801, 813, 826, 838, 850, 863, 875, 888, 900, 912, 925, 937, 949, 962, 974, 987, 999, 1011, 1024, 1036, 1049, 1061, 1073, 1086, 1098, 1110, 1123, 1135, 1148, 1160, 1172, 1185, 1197, 1209, 1222, 1234, 1247, 1259, -2], [-2, -2, -2, -2, -2, 522, 492, 462, 432, 403, 373, 343, 313, 283, 254, 224, 194, 164, 135, 105, 75, 45, 15, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, 902, 936, 969, 1003, 1037, 1070, 1104, 1138, 1171, 1205, 1238, 1272, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/45/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 632, 621, 611, 601, 591, 581, 571, 561, 551, 541, 531, 521, 511, 501, 490, 480, 470, 460, 450, 440, 430, 420, 410, 400, 390, 380, 369, 359, 349, 339, 329, 319, 309, 299, 289, 279, 269, 259, 249, 238, 228, 218, 208, 198], [-2, -2, 711, 724, 736, 749, 761, 774, 786, 799, 811, 824, 836, 849, 861, 874, 886, 899, 911, 924, 936, 949, 961, 974, 986, 999, 1011, 1024, 1036, 1049, 1061, 1074, 1086, 1099, 1111, 1124, 1136, 1149, 1161, 1174, 1186, 1199, 1211, 1224, 1237, 1249, 1262, -2], [-2, -2, -2, -2, 530, 500, 471, 441, 411, 382, 352, 323, 293, 263, 234, 204, 174, 145, 115, 86, 56, 26, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 793, 829, 865, 901, 937, 973, 1009, 1045, 1081, 1117, 1153, 1189, 1225, 1261, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/60/20.jpg"} +{"lanes": [[-2, -2, -2, 620, 611, 603, 594, 585, 576, 568, 559, 550, 541, 532, 524, 515, 506, 497, 489, 480, 471, 462, 454, 445, 436, 427, 419, 410, 401, 392, 384, 375, 366, 357, 349, 340, 331, 322, 314, 305, 296, 287, 279, 270, 261, 252, 244, 235], [-2, -2, -2, -2, 709, 723, 736, 750, 764, 777, 791, 805, 818, 832, 846, 859, 873, 887, 900, 914, 928, 941, 955, 969, 982, 996, 1010, 1023, 1037, 1050, 1064, 1078, 1091, 1105, 1119, 1132, 1146, 1160, 1173, 1187, 1201, 1214, 1228, 1242, 1255, -2, -2, -2], [-2, -2, -2, 563, 534, 506, 477, 448, 420, 391, 362, 333, 305, 276, 247, 218, 190, 161, 132, 104, 75, 46, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 805, 840, 875, 910, 945, 980, 1015, 1050, 1085, 1120, 1155, 1190, 1225, 1260, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/115/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 655, 644, 633, 621, 610, 599, 587, 576, 565, 553, 542, 531, 519, 508, 497, 485, 474, 463, 451, 440, 429, 417, 406, 395, 383, 372, 361, 350, 338, 327, 316, 304, 293, 282, 270, 259, 248, 236, 225, 214, 202, 191, 180, -2], [-2, -2, -2, 725, 737, 749, 761, 773, 785, 797, 809, 821, 833, 845, 857, 869, 881, 893, 905, 917, 929, 941, 953, 965, 977, 989, 1001, 1013, 1025, 1037, 1049, 1061, 1073, 1085, 1097, 1109, 1121, 1133, 1145, 1157, 1169, 1181, 1193, 1205, 1217, 1229, 1241, -2], [-2, -2, -2, 596, 566, 536, 506, 476, 446, 416, 386, 357, 327, 297, 267, 237, 207, 177, 147, 117, 88, 58, 28, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 806, 842, 879, 915, 951, 988, 1024, 1061, 1097, 1133, 1170, 1206, 1243, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/25/20.jpg"} +{"lanes": [[-2, 655, 645, 635, 625, 615, 605, 595, 585, 576, 566, 556, 546, 536, 526, 516, 506, 497, 487, 477, 467, 457, 447, 437, 427, 418, 408, 398, 388, 378, 368, 358, 348, 339, 329, 319, 309, 299, 289, 279, 269, 260, 250, 240, 230, 220, 210, 200], [-2, -2, 736, 723, 735, 748, 760, 773, 786, 798, 811, 823, 836, 849, 861, 874, 886, 899, 912, 924, 937, 949, 962, 975, 987, 1000, 1012, 1025, 1038, 1050, 1063, 1075, 1088, 1101, 1113, 1126, 1138, 1151, 1164, 1176, 1189, 1201, 1214, 1227, 1239, 1252, 1264, -2], [-2, 615, 586, 557, 528, 498, 469, 440, 411, 382, 353, 324, 295, 265, 236, 207, 178, 149, 120, 91, 62, 32, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 797, 832, 868, 904, 939, 975, 1011, 1047, 1082, 1118, 1154, 1189, 1225, 1261, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/75/20.jpg"} +{"lanes": [[-2, -2, -2, 660, 649, 638, 628, 617, 606, 596, 585, 575, 564, 553, 543, 532, 522, 511, 500, 490, 479, 468, 458, 447, 437, 426, 415, 405, 394, 384, 373, 362, 352, 341, 330, 320, 309, 299, 288, 277, 267, 256, 245, 235, 224, 214, 203, 192], [-2, -2, -2, 730, 742, 754, 766, 778, 791, 803, 815, 827, 839, 852, 864, 876, 888, 900, 913, 925, 937, 949, 961, 974, 986, 998, 1010, 1022, 1035, 1047, 1059, 1071, 1083, 1096, 1108, 1120, 1132, 1145, 1157, 1169, 1181, 1193, 1206, 1218, 1230, 1242, -2, -2], [-2, -2, -2, -2, 576, 546, 515, 485, 454, 424, 393, 362, 332, 301, 271, 240, 209, 179, 148, 118, 87, 57, 26, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 814, 849, 884, 919, 954, 989, 1024, 1059, 1094, 1129, 1164, 1199, 1234, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/35/20.jpg"} +{"lanes": [[-2, -2, 634, 625, 615, 606, 597, 587, 578, 569, 559, 550, 541, 531, 522, 513, 503, 494, 485, 476, 466, 457, 448, 438, 429, 420, 410, 401, 392, 382, 373, 364, 354, 345, 336, 326, 317, 308, 299, 289, 280, 271, 261, 252, 243, 233, 224, 215], [-2, -2, 761, 722, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, 621, 592, 562, 533, 504, 475, 446, 417, 387, 358, 329, 300, 271, 241, 212, 183, 154, 125, 95, 66, 37, 8, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 806, 841, 877, 912, 947, 983, 1018, 1053, 1089, 1124, 1159, 1195, 1230, 1265, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/100/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 625, 616, 606, 596, 587, 577, 568, 558, 548, 539, 529, 519, 510, 500, 490, 481, 471, 462, 452, 442, 433, 423, 413, 404, 394, 384, 375, 365, 356, 346, 336, 327, 317, 307, 298, 288, 278, 269, 259, 250, 240, 230, 221, 211], [-2, -2, -2, -2, 728, 741, 754, 768, 781, 794, 807, 821, 834, 847, 861, 874, 887, 901, 914, 927, 940, 954, 967, 980, 994, 1007, 1020, 1033, 1047, 1060, 1073, 1087, 1100, 1113, 1127, 1140, 1153, 1166, 1180, 1193, 1206, 1220, 1233, 1246, 1260, -2, -2, -2], [-2, -2, -2, -2, 534, 504, 475, 445, 415, 385, 355, 326, 296, 266, 236, 207, 177, 147, 117, 88, 58, 28, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 818, 854, 890, 926, 962, 998, 1034, 1070, 1106, 1142, 1178, 1214, 1250, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/85/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, 629, 619, 609, 599, 588, 578, 568, 558, 548, 538, 528, 517, 507, 497, 487, 477, 467, 457, 446, 436, 426, 416, 406, 396, 386, 375, 365, 355, 345, 335, 325, 315, 304, 294, 284, 274, 264, 254, 244, 233, 223, 213, 203], [-2, -2, -2, 722, 735, 747, 759, 771, 783, 796, 808, 820, 832, 844, 857, 869, 881, 893, 905, 917, 930, 942, 954, 966, 978, 991, 1003, 1015, 1027, 1039, 1051, 1064, 1076, 1088, 1100, 1112, 1125, 1137, 1149, 1161, 1173, 1185, 1198, 1210, 1222, 1234, 1246, 1259], [-2, -2, -2, 593, 563, 533, 503, 472, 442, 412, 382, 352, 321, 291, 261, 231, 201, 170, 140, 110, 80, 50, 19, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, 854, 888, 922, 956, 990, 1024, 1058, 1092, 1126, 1160, 1194, 1228, 1262, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/40/20.jpg"} +{"lanes": [[-2, -2, 636, 627, 618, 609, 600, 590, 581, 572, 563, 554, 545, 536, 527, 518, 508, 499, 490, 481, 472, 463, 454, 445, 436, 426, 417, 408, 399, 390, 381, 372, 363, 354, 344, 335, 326, 317, 308, 299, 290, 281, 272, 263, 253, 244, 235, 226], [-2, -2, -2, -2, 711, 724, 738, 751, 765, 778, 792, 805, 819, 832, 846, 859, 873, 886, 900, 913, 926, 940, 953, 967, 980, 994, 1007, 1021, 1034, 1048, 1061, 1075, 1088, 1102, 1115, 1129, 1142, 1156, 1169, 1183, 1196, 1210, 1223, 1237, 1250, 1263, 1277, -2], [-2, -2, 579, 551, 523, 494, 466, 438, 409, 381, 353, 325, 296, 268, 240, 211, 183, 155, 126, 98, 70, 42, 13, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 804, 840, 875, 910, 946, 981, 1016, 1052, 1087, 1123, 1158, 1193, 1229, 1264, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/110/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, 612, 602, 591, 581, 571, 560, 550, 540, 529, 519, 509, 498, 488, 478, 467, 457, 447, 437, 426, 416, 406, 395, 385, 375, 364, 354, 344, 333, 323, 313, 302, 292, 282, 271, 261, 251, 241, 230, 220, 210, 199, -2], [-2, -2, -2, -2, 728, 741, 754, 768, 781, 794, 807, 821, 834, 847, 860, 874, 887, 900, 913, 927, 940, 953, 966, 980, 993, 1006, 1019, 1033, 1046, 1059, 1073, 1086, 1099, 1112, 1126, 1139, 1152, 1165, 1179, 1192, 1205, 1218, 1232, 1245, 1258, -2, -2, -2], [-2, -2, -2, -2, 534, 504, 474, 444, 414, 384, 355, 325, 295, 265, 235, 205, 175, 145, 116, 86, 56, 26, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, 851, 888, 925, 962, 999, 1036, 1073, 1110, 1147, 1183, 1220, 1257, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/80/20.jpg"} +{"lanes": [[-2, -2, -2, 631, 621, 611, 602, 592, 582, 572, 562, 552, 542, 532, 522, 513, 503, 493, 483, 473, 463, 453, 443, 433, 424, 414, 404, 394, 384, 374, 364, 354, 344, 335, 325, 315, 305, 295, 285, 275, 265, 255, 246, 236, 226, 216, 206, 196], [-2, -2, -2, 704, 717, 730, 744, 757, 770, 784, 797, 810, 824, 837, 850, 864, 877, 890, 904, 917, 930, 944, 957, 970, 984, 997, 1010, 1024, 1037, 1050, 1064, 1077, 1090, 1104, 1117, 1130, 1144, 1157, 1170, 1184, 1197, 1210, 1224, 1237, 1250, 1264, -2, -2], [-2, -2, -2, 575, 543, 512, 480, 449, 418, 386, 355, 323, 292, 261, 229, 198, 167, 135, 104, 72, 41, 10, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, 828, 866, 904, 942, 980, 1017, 1055, 1093, 1131, 1169, 1206, 1244, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/90/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 646, 635, 625, 614, 603, 592, 581, 570, 559, 548, 538, 527, 516, 505, 494, 483, 472, 461, 451, 440, 429, 418, 407, 396, 385, 374, 364, 353, 342, 331, 320, 309, 298, 287, 277, 266, 255, 244, 233, 222, 211, 200, 190, -2], [-2, -2, -2, 723, 735, 747, 759, 771, 783, 795, 807, 819, 831, 843, 855, 867, 879, 891, 903, 916, 928, 940, 952, 964, 976, 988, 1000, 1012, 1024, 1036, 1048, 1060, 1072, 1084, 1096, 1108, 1120, 1133, 1145, 1157, 1169, 1181, 1193, 1205, 1217, 1229, 1241, -2], [-2, -2, -2, -2, 563, 534, 504, 474, 444, 414, 385, 355, 325, 295, 265, 236, 206, 176, 146, 116, 87, 57, 27, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 817, 851, 886, 920, 954, 989, 1023, 1057, 1091, 1126, 1160, 1194, 1229, 1263, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/30/20.jpg"} diff --git a/dataset/tusimple/label_data_0531.json b/dataset/tusimple/label_data_0531.json new file mode 100644 index 0000000..9df1a8c --- /dev/null +++ b/dataset/tusimple/label_data_0531.json @@ -0,0 +1,7 @@ +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, 499, 484, 470, 453, 435, 418, 400, 374, 346, 318, 290, 262, 235, 207, 179, 151, 123, 96, 68, 40, 12, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 529, 531, 533, 536, 538, 540, 540, 538, 536, 531, 525, 519, 513, 507, 499, 491, 483, 475, 467, 459, 451, 443, 435, 426, 418, 410, 402, 394, 386, 378, 370, 362, 354, 346, 338, 330, 322, 314, 306, 297, 289, 281, 273, 265, 257, 249, 241], [-2, -2, -2, -2, -2, -2, -2, -2, 553, 568, 583, 598, 613, 640, 667, 693, 719, 740, 761, 783, 804, 825, 846, 868, 883, 897, 912, 926, 941, 955, 969, 984, 998, 1013, 1027, 1042, 1056, 1070, 1085, 1099, 1114, 1128, 1143, 1157, 1171, 1186, 1200, 1215, 1229, 1244, 1258, 1272, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 558, 585, 613, 646, 679, 714, 770, 817, 865, 912, 954, 994, 1033, 1073, 1113, 1153, 1193, 1232, 1272, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626287507231547/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 649, 630, 613, 601, 590, 579, 568, 557, 546, 535, 524, 512, 501, 490, 479, 468, 457, 446, 435, 423, 412, 401, 390, 379, 368, 357, 346, 334, 323, 312, 301, 290, 279, 268, 257, 245, 234, 223, 212, 201, 190, 179, 168, 156], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 685, 701, 727, 741, 752, 764, 775, 786, 797, 808, 819, 830, 841, 852, 863, 875, 886, 897, 908, 919, 930, 941, 952, 963, 974, 986, 997, 1008, 1019, 1030, 1041, 1052, 1063, 1074, 1086, 1097, 1108, 1119, 1130, 1141, 1152, 1163, 1174, 1185, 1197], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 785, 833, 878, 921, 962, 1004, 1045, 1087, 1128, 1170, 1212, 1253, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626371522989086/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, 547, 593, 638, 641, 630, 619, 609, 598, 588, 577, 567, 556, 546, 535, 525, 514, 503, 493, 482, 472, 461, 451, 440, 430, 419, 409, 398, 388, 377, 367, 356, 346, 335, 325, 314, 304, 293, 283, 272, 261, 251, 240, 230, 219, 209, 198, 188, 177, 167], [-2, -2, -2, -2, -2, -2, -2, -2, 614, 680, 698, 711, 723, 735, 747, 758, 769, 781, 792, 804, 815, 826, 838, 849, 860, 872, 883, 895, 906, 917, 929, 940, 951, 963, 974, 986, 997, 1008, 1020, 1031, 1042, 1054, 1065, 1077, 1088, 1099, 1111, 1122, 1133, 1145, 1156, 1168, 1179, 1190, 1202, 1213], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 713, 759, 789, 820, 854, 895, 935, 974, 1012, 1051, 1090, 1128, 1167, 1206, 1244, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626395742137012/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, 363, 392, 418, 425, 429, 424, 418, 398, 375, 352, 329, 303, 274, 245, 216, 187, 157, 128, 99, 70, 41, 11, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 331, 394, 431, 467, 492, 510, 519, 527, 530, 532, 532, 529, 525, 521, 517, 510, 500, 490, 481, 471, 462, 452, 442, 433, 423, 414, 404, 394, 385, 375, 365, 356, 346, 337, 327, 317, 308, 298, 288, 279, 269, 260, 250, 240, 231, 221, 211, 202, 192, 183, 173, 163], [-2, -2, -2, -2, -2, 421, 469, 520, 559, 594, 629, 663, 698, 732, 767, 797, 826, 856, 886, 916, 945, 975, 1005, 1035, 1064, 1094, 1124, 1154, 1183, 1213, 1243, 1273, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626270684175793/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, 423, 443, 462, 444, 425, 396, 365, 327, 288, 248, 209, 170, 130, 91, 51, 12, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 469, 502, 525, 533, 534, 529, 516, 500, 485, 469, 454, 438, 417, 396, 375, 354, 333, 312, 291, 270, 249, 228, 207, 186, 165, 144, 123, 102, 81, 60, 39, 18, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, 448, 499, 550, 588, 624, 647, 661, 673, 681, 689, 696, 702, 706, 709, 713, 717, 721, 725, 728, 732, 736, 740, 742, 743, 745, 747, 749, 751, 753, 755, 757, 759, 761, 762, 764, 766, 768, 770, 772, 774, 776, 778, 779, 781, 783, 785, 787, 789, 791], [-2, -2, -2, -2, -2, -2, -2, -2, 529, 602, 662, 698, 735, 772, 808, 838, 862, 887, 911, 936, 961, 985, 1010, 1034, 1059, 1084, 1108, 1133, 1157, 1182, 1207, 1231, 1256, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626274615008344/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, 640, 629, 618, 607, 596, 584, 573, 562, 551, 540, 529, 518, 506, 495, 484, 473, 462, 451, 440, 428, 417, 406, 395, 384, 373, 362, 350, 339, 328, 317, 306, 295, 284, 272, 261, 250, 239, 228, 217, 206, 194, 183, 172, 161, 150, 139, 128], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 668, 679, 691, 702, 713, 724, 736, 747, 758, 769, 781, 792, 803, 814, 826, 837, 848, 859, 871, 882, 893, 905, 916, 927, 938, 950, 961, 972, 983, 995, 1006, 1017, 1028, 1040, 1051, 1062, 1073, 1085, 1096, 1107, 1119, 1130, 1141, 1152, 1164, 1175, 1186], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 733, 784, 836, 888, 939, 991, 1043, 1094, 1146, 1198, 1249, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626327183261694/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 630, 619, 607, 598, 590, 583, 575, 568, 560, 553, 545, 538, 530, 523, 515, 508, 500, 493, 485, 478, 470, 463, 455, 448, 440, 433, 425, 418, 410, 403, 395, 388, 380, 373, 365, 358, 350, 343, 335, 328, 320, 313, 305, 298], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 695, 711, 727, 743, 759, 775, 791, 805, 819, 833, 848, 862, 876, 890, 904, 919, 933, 947, 961, 975, 990, 1004, 1018, 1032, 1046, 1060, 1075, 1089, 1103, 1117, 1131, 1146, 1160, 1174, 1188, 1202, 1217, 1231, 1245, 1259, 1273, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 772, 800, 846, 896, 946, 996, 1046, 1096, 1146, 1196, 1246, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626366226158339/20.jpg"} diff --git a/dataset/tusimple/label_data_0601.json b/dataset/tusimple/label_data_0601.json new file mode 100644 index 0000000..76801f2 --- /dev/null +++ b/dataset/tusimple/label_data_0601.json @@ -0,0 +1,6 @@ +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 561, 477, 394, 311, 227, 144, 60, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 549, 481, 413, 345, 277, 209, 141, 73, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 639, 595, 550, 505, 460, 415, 371, 326, 281, 236, 192, 147, 102, 57, 12, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 720, 697, 674, 650, 627, 603, 580, 557, 533, 510, 486, 463, 439, 416, 393, 369, 346, 322, 299, 276, 252, 229, 205, 182, 158, 135, 112, 88, 65, 41, 18, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 755, 755, 755, 755, 755, 755, 756, 756, 756, 756, 756, 756, 756, 757, 757, 757, 757, 757, 757, 757, 758, 758, 758, 758, 758, 758, 759, 759, 759, 759, 759, 759, 759, 760, 760, 760, 760, 760, 760, 760, 761, 761, 761, 761, 761, 761]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452385593783358/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 523, 456, 388, 321, 254, 186, 119, 52, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 563, 512, 460, 409, 358, 307, 255, 204, 153, 101, 50, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 607, 577, 547, 517, 487, 456, 426, 396, 366, 336, 306, 276, 246, 216, 185, 155, 125, 95, 65, 35, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 644, 635, 626, 617, 608, 599, 590, 581, 572, 563, 554, 545, 536, 527, 518, 509, 501, 492, 483, 474, 465, 456, 447, 438, 429, 420, 411, 402, 393, 384, 375, 366, 357, 348, 339, 330, 321, 312, 303, 294, 285, 277, 268, 259, 250, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 688, 703, 718, 733, 748, 763, 778, 793, 809, 824, 839, 854, 869, 884, 899, 914, 930, 945, 960, 975, 990, 1005, 1020, 1035, 1051, 1066, 1081, 1096, 1111, 1126, 1141, 1156, 1172, 1187, 1202, 1217, 1232, 1247, 1262, 1277, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452391590105691/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 493, 425, 356, 288, 220, 151, 83, 14, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 522, 473, 425, 376, 327, 278, 229, 180, 131, 83, 34, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 594, 563, 531, 500, 469, 438, 407, 375, 344, 313, 282, 251, 219, 188, 157, 126, 95, 64, 32, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 643, 634, 624, 615, 606, 597, 588, 579, 570, 561, 552, 543, 534, 525, 516, 507, 498, 489, 480, 471, 462, 453, 444, 435, 426, 416, 407, 398, 389, 380, 371, 362, 353, 344, 335, 326, 317, 308, 299, 290, 281, 272, 263, 254, 245, 236], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 726, 741, 756, 771, 785, 800, 815, 830, 845, 860, 875, 889, 904, 919, 934, 949, 964, 978, 993, 1008, 1023, 1038, 1053, 1068, 1082, 1097, 1112, 1127, 1142, 1157, 1172, 1186, 1201, 1216, 1231, 1246, 1261, 1275, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452397586667021/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 485, 429, 373, 317, 262, 206, 150, 94, 38, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 579, 547, 515, 483, 451, 420, 388, 356, 324, 293, 261, 229, 197, 165, 134, 102, 70, 38, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 645, 635, 625, 615, 605, 594, 584, 574, 564, 554, 544, 534, 524, 514, 504, 493, 483, 473, 463, 453, 443, 433, 423, 413, 403, 393, 382, 372, 362, 352, 342, 332, 322, 312, 302, 292, 282, 271, 261, 251, 241, 231, 221, 211, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 695, 707, 719, 731, 743, 755, 767, 779, 791, 803, 815, 827, 839, 851, 864, 876, 888, 900, 912, 924, 936, 948, 960, 972, 984, 996, 1008, 1020, 1032, 1044, 1056, 1068, 1080, 1092, 1105, 1117, 1129, 1141, 1153, 1165, 1177, 1189, 1201, 1213, 1225, 1237], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 760, 796, 831, 866, 901, 937, 972, 1007, 1042, 1077, 1113, 1148, 1183, 1218, 1253, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452403585050201/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 469, 415, 361, 307, 253, 199, 145, 91, 37, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 534, 503, 472, 441, 410, 379, 348, 318, 287, 256, 225, 194, 163, 132, 101, 70, 39, 8, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 631, 621, 611, 602, 592, 582, 573, 563, 553, 544, 534, 524, 515, 505, 496, 486, 476, 467, 457, 447, 438, 428, 418, 409, 399, 389, 380, 370, 360, 351, 341, 331, 322, 312, 302, 293, 283, 274, 264, 254, 245, 235, 225, 216, 206, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 682, 695, 707, 720, 733, 745, 758, 771, 783, 796, 809, 821, 834, 847, 860, 872, 885, 898, 910, 923, 936, 948, 961, 974, 986, 999, 1012, 1024, 1037, 1050, 1062, 1075, 1088, 1100, 1113, 1126, 1138, 1151, 1164, 1176, 1189, 1202, 1214, 1227, 1240, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 789, 826, 863, 900, 938, 975, 1012, 1049, 1086, 1123, 1160, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452409581290246/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 489, 432, 375, 318, 261, 204, 148, 91, 34, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 563, 531, 499, 466, 434, 401, 369, 337, 304, 272, 240, 207, 175, 142, 110, 78, 45, 13, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 631, 620, 609, 598, 586, 575, 564, 553, 542, 530, 519, 508, 497, 486, 474, 463, 452, 441, 430, 419, 407, 396, 385, 374, 363, 351, 340, 329, 318, 307, 295, 284, 273, 262, 251, 240, 228, 217, 206, 195, 184, 172, 161, 150, 139, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 687, 699, 711, 722, 734, 746, 757, 769, 781, 792, 804, 816, 827, 839, 851, 862, 874, 886, 897, 909, 921, 932, 944, 956, 967, 979, 991, 1002, 1014, 1026, 1037, 1049, 1061, 1072, 1084, 1096, 1107, 1119, 1131, 1142, 1154, 1166, 1177, 1189, 1201], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 735, 768, 800, 833, 865, 898, 930, 963, 995, 1028, 1060, 1093, 1125, 1158, 1190, 1223, 1255, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452415578787519/20.jpg"} diff --git a/dataset/tusimple/seg_label/0313-1/1020/20.png b/dataset/tusimple/seg_label/0313-1/1020/20.png new file mode 100644 index 0000000..7e26fa1 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/1020/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/1080/20.png b/dataset/tusimple/seg_label/0313-1/1080/20.png new file mode 100644 index 0000000..14daf8c Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/1080/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/1140/20.png b/dataset/tusimple/seg_label/0313-1/1140/20.png new file mode 100644 index 0000000..ada3d4b Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/1140/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/120/20.png b/dataset/tusimple/seg_label/0313-1/120/20.png new file mode 100644 index 0000000..e757001 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/120/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/1200/20.png b/dataset/tusimple/seg_label/0313-1/1200/20.png new file mode 100644 index 0000000..18f4c2e Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/1200/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/180/20.png b/dataset/tusimple/seg_label/0313-1/180/20.png new file mode 100644 index 0000000..6a8435c Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/180/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/240/20.png b/dataset/tusimple/seg_label/0313-1/240/20.png new file mode 100644 index 0000000..82cf7c9 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/240/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/300/20.png b/dataset/tusimple/seg_label/0313-1/300/20.png new file mode 100644 index 0000000..5ded8bc Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/300/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/360/20.png b/dataset/tusimple/seg_label/0313-1/360/20.png new file mode 100644 index 0000000..22216d7 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/360/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/420/20.png b/dataset/tusimple/seg_label/0313-1/420/20.png new file mode 100644 index 0000000..2a453cf Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/420/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/480/20.png b/dataset/tusimple/seg_label/0313-1/480/20.png new file mode 100644 index 0000000..42bdcfc Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/480/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/540/20.png b/dataset/tusimple/seg_label/0313-1/540/20.png new file mode 100644 index 0000000..4dd26da Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/540/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/60/20.png b/dataset/tusimple/seg_label/0313-1/60/20.png new file mode 100644 index 0000000..e60dec8 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/60/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/600/20.png b/dataset/tusimple/seg_label/0313-1/600/20.png new file mode 100644 index 0000000..a2312fa Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/600/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/660/20.png b/dataset/tusimple/seg_label/0313-1/660/20.png new file mode 100644 index 0000000..7bb04a3 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/660/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/720/20.png b/dataset/tusimple/seg_label/0313-1/720/20.png new file mode 100644 index 0000000..bed8b33 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/720/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/780/20.png b/dataset/tusimple/seg_label/0313-1/780/20.png new file mode 100644 index 0000000..05de982 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/780/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/840/20.png b/dataset/tusimple/seg_label/0313-1/840/20.png new file mode 100644 index 0000000..19c4b67 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/840/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/900/20.png b/dataset/tusimple/seg_label/0313-1/900/20.png new file mode 100644 index 0000000..d4892a9 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/900/20.png differ diff --git a/dataset/tusimple/seg_label/0313-1/960/20.png b/dataset/tusimple/seg_label/0313-1/960/20.png new file mode 100644 index 0000000..c982934 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-1/960/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/100/20.png b/dataset/tusimple/seg_label/0313-2/100/20.png new file mode 100644 index 0000000..6f7b05a Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/100/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/105/20.png b/dataset/tusimple/seg_label/0313-2/105/20.png new file mode 100644 index 0000000..d9f68eb Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/105/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/110/20.png b/dataset/tusimple/seg_label/0313-2/110/20.png new file mode 100644 index 0000000..27bc164 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/110/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/115/20.png b/dataset/tusimple/seg_label/0313-2/115/20.png new file mode 100644 index 0000000..0806f71 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/115/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/20/20.png b/dataset/tusimple/seg_label/0313-2/20/20.png new file mode 100644 index 0000000..5d0df76 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/20/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/25/20.png b/dataset/tusimple/seg_label/0313-2/25/20.png new file mode 100644 index 0000000..7d27751 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/25/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/30/20.png b/dataset/tusimple/seg_label/0313-2/30/20.png new file mode 100644 index 0000000..553d045 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/30/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/35/20.png b/dataset/tusimple/seg_label/0313-2/35/20.png new file mode 100644 index 0000000..6676186 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/35/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/40/20.png b/dataset/tusimple/seg_label/0313-2/40/20.png new file mode 100644 index 0000000..e71b90f Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/40/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/45/20.png b/dataset/tusimple/seg_label/0313-2/45/20.png new file mode 100644 index 0000000..e6a6f04 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/45/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/50/20.png b/dataset/tusimple/seg_label/0313-2/50/20.png new file mode 100644 index 0000000..70890fe Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/50/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/55/20.png b/dataset/tusimple/seg_label/0313-2/55/20.png new file mode 100644 index 0000000..41d2a49 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/55/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/60/20.png b/dataset/tusimple/seg_label/0313-2/60/20.png new file mode 100644 index 0000000..ad4afc6 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/60/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/65/20.png b/dataset/tusimple/seg_label/0313-2/65/20.png new file mode 100644 index 0000000..9a7cd33 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/65/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/70/20.png b/dataset/tusimple/seg_label/0313-2/70/20.png new file mode 100644 index 0000000..cd299ab Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/70/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/75/20.png b/dataset/tusimple/seg_label/0313-2/75/20.png new file mode 100644 index 0000000..08a9101 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/75/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/80/20.png b/dataset/tusimple/seg_label/0313-2/80/20.png new file mode 100644 index 0000000..e36f059 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/80/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/85/20.png b/dataset/tusimple/seg_label/0313-2/85/20.png new file mode 100644 index 0000000..5a45f9c Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/85/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/90/20.png b/dataset/tusimple/seg_label/0313-2/90/20.png new file mode 100644 index 0000000..2ca6da0 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/90/20.png differ diff --git a/dataset/tusimple/seg_label/0313-2/95/20.png b/dataset/tusimple/seg_label/0313-2/95/20.png new file mode 100644 index 0000000..83fe9b9 Binary files /dev/null and b/dataset/tusimple/seg_label/0313-2/95/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626047222176976_0/20.png b/dataset/tusimple/seg_label/0530/1492626047222176976_0/20.png new file mode 100644 index 0000000..dfe56c3 Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626047222176976_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626126171818168_0/20.png b/dataset/tusimple/seg_label/0530/1492626126171818168_0/20.png new file mode 100644 index 0000000..ddd8760 Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626126171818168_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626127172745520_0/20.png b/dataset/tusimple/seg_label/0530/1492626127172745520_0/20.png new file mode 100644 index 0000000..d4f4cd4 Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626127172745520_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626153155598528_0/20.png b/dataset/tusimple/seg_label/0530/1492626153155598528_0/20.png new file mode 100644 index 0000000..762e14e Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626153155598528_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626155156451704_0/20.png b/dataset/tusimple/seg_label/0530/1492626155156451704_0/20.png new file mode 100644 index 0000000..770b0f4 Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626155156451704_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626158152981904_0/20.png b/dataset/tusimple/seg_label/0530/1492626158152981904_0/20.png new file mode 100644 index 0000000..3fe6fc8 Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626158152981904_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626166147797438_0/20.png b/dataset/tusimple/seg_label/0530/1492626166147797438_0/20.png new file mode 100644 index 0000000..dc8a806 Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626166147797438_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626171146236124_0/20.png b/dataset/tusimple/seg_label/0530/1492626171146236124_0/20.png new file mode 100644 index 0000000..192bd4b Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626171146236124_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626191132352208_0/20.png b/dataset/tusimple/seg_label/0530/1492626191132352208_0/20.png new file mode 100644 index 0000000..c1fb61f Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626191132352208_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626199127566374_0/20.png b/dataset/tusimple/seg_label/0530/1492626199127566374_0/20.png new file mode 100644 index 0000000..f73d79d Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626199127566374_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626224112349377_0/20.png b/dataset/tusimple/seg_label/0530/1492626224112349377_0/20.png new file mode 100644 index 0000000..aed2e64 Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626224112349377_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626236105069364_0/20.png b/dataset/tusimple/seg_label/0530/1492626236105069364_0/20.png new file mode 100644 index 0000000..3f08739 Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626236105069364_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626252095353084_0/20.png b/dataset/tusimple/seg_label/0530/1492626252095353084_0/20.png new file mode 100644 index 0000000..8da6df4 Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626252095353084_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626257094533319_0/20.png b/dataset/tusimple/seg_label/0530/1492626257094533319_0/20.png new file mode 100644 index 0000000..e035b56 Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626257094533319_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626265087865031_0/20.png b/dataset/tusimple/seg_label/0530/1492626265087865031_0/20.png new file mode 100644 index 0000000..ec7f38c Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626265087865031_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626268085982449_0/20.png b/dataset/tusimple/seg_label/0530/1492626268085982449_0/20.png new file mode 100644 index 0000000..2463939 Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626268085982449_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626281077831064_0/20.png b/dataset/tusimple/seg_label/0530/1492626281077831064_0/20.png new file mode 100644 index 0000000..fd6fb69 Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626281077831064_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626283076624822_0/20.png b/dataset/tusimple/seg_label/0530/1492626283076624822_0/20.png new file mode 100644 index 0000000..79fa3fc Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626283076624822_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626286076989589_0/20.png b/dataset/tusimple/seg_label/0530/1492626286076989589_0/20.png new file mode 100644 index 0000000..d959993 Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626286076989589_0/20.png differ diff --git a/dataset/tusimple/seg_label/0530/1492626295069332660_0/20.png b/dataset/tusimple/seg_label/0530/1492626295069332660_0/20.png new file mode 100644 index 0000000..a402941 Binary files /dev/null and b/dataset/tusimple/seg_label/0530/1492626295069332660_0/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626253262712112/20.png b/dataset/tusimple/seg_label/0531/1492626253262712112/20.png new file mode 100644 index 0000000..f9fafdf Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626253262712112/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626270684175793/20.png b/dataset/tusimple/seg_label/0531/1492626270684175793/20.png new file mode 100644 index 0000000..1c37d32 Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626270684175793/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626271917313999/20.png b/dataset/tusimple/seg_label/0531/1492626271917313999/20.png new file mode 100644 index 0000000..603dd9b Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626271917313999/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626272918083058/20.png b/dataset/tusimple/seg_label/0531/1492626272918083058/20.png new file mode 100644 index 0000000..0b29dd2 Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626272918083058/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626274615008344/20.png b/dataset/tusimple/seg_label/0531/1492626274615008344/20.png new file mode 100644 index 0000000..b016125 Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626274615008344/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626287507231547/20.png b/dataset/tusimple/seg_label/0531/1492626287507231547/20.png new file mode 100644 index 0000000..05b0490 Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626287507231547/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626292371547028/20.png b/dataset/tusimple/seg_label/0531/1492626292371547028/20.png new file mode 100644 index 0000000..ffe4b2b Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626292371547028/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626323818607492/20.png b/dataset/tusimple/seg_label/0531/1492626323818607492/20.png new file mode 100644 index 0000000..26bb5dd Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626323818607492/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626326050823425/20.png b/dataset/tusimple/seg_label/0531/1492626326050823425/20.png new file mode 100644 index 0000000..1f2d738 Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626326050823425/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626327183261694/20.png b/dataset/tusimple/seg_label/0531/1492626327183261694/20.png new file mode 100644 index 0000000..094e74d Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626327183261694/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626328182638628/20.png b/dataset/tusimple/seg_label/0531/1492626328182638628/20.png new file mode 100644 index 0000000..e457146 Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626328182638628/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626344839162069/20.png b/dataset/tusimple/seg_label/0531/1492626344839162069/20.png new file mode 100644 index 0000000..c979ca6 Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626344839162069/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626364327255872/20.png b/dataset/tusimple/seg_label/0531/1492626364327255872/20.png new file mode 100644 index 0000000..7a5578a Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626364327255872/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626366226158339/20.png b/dataset/tusimple/seg_label/0531/1492626366226158339/20.png new file mode 100644 index 0000000..a3cd4d9 Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626366226158339/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626371522989086/20.png b/dataset/tusimple/seg_label/0531/1492626371522989086/20.png new file mode 100644 index 0000000..594133e Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626371522989086/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626388446057821/20.png b/dataset/tusimple/seg_label/0531/1492626388446057821/20.png new file mode 100644 index 0000000..badc1a7 Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626388446057821/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626394610203677/20.png b/dataset/tusimple/seg_label/0531/1492626394610203677/20.png new file mode 100644 index 0000000..bdf35c5 Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626394610203677/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626395742137012/20.png b/dataset/tusimple/seg_label/0531/1492626395742137012/20.png new file mode 100644 index 0000000..4f61a18 Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626395742137012/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626473860953990/20.png b/dataset/tusimple/seg_label/0531/1492626473860953990/20.png new file mode 100644 index 0000000..0d4a271 Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626473860953990/20.png differ diff --git a/dataset/tusimple/seg_label/0531/1492626475893014602/20.png b/dataset/tusimple/seg_label/0531/1492626475893014602/20.png new file mode 100644 index 0000000..901b7c6 Binary files /dev/null and b/dataset/tusimple/seg_label/0531/1492626475893014602/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452381594376146/20.png b/dataset/tusimple/seg_label/0601/1494452381594376146/20.png new file mode 100644 index 0000000..1ee0807 Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452381594376146/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452383592719171/20.png b/dataset/tusimple/seg_label/0601/1494452383592719171/20.png new file mode 100644 index 0000000..420d08c Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452383592719171/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452385593783358/20.png b/dataset/tusimple/seg_label/0601/1494452385593783358/20.png new file mode 100644 index 0000000..37aefc7 Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452385593783358/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452387590928848/20.png b/dataset/tusimple/seg_label/0601/1494452387590928848/20.png new file mode 100644 index 0000000..5e03436 Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452387590928848/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452389590241875/20.png b/dataset/tusimple/seg_label/0601/1494452389590241875/20.png new file mode 100644 index 0000000..09ad0e5 Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452389590241875/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452391590105691/20.png b/dataset/tusimple/seg_label/0601/1494452391590105691/20.png new file mode 100644 index 0000000..91a7b4e Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452391590105691/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452393588330446/20.png b/dataset/tusimple/seg_label/0601/1494452393588330446/20.png new file mode 100644 index 0000000..97c51e8 Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452393588330446/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452395587533775/20.png b/dataset/tusimple/seg_label/0601/1494452395587533775/20.png new file mode 100644 index 0000000..d9c6da5 Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452395587533775/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452397586667021/20.png b/dataset/tusimple/seg_label/0601/1494452397586667021/20.png new file mode 100644 index 0000000..d115bd2 Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452397586667021/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452399585761304/20.png b/dataset/tusimple/seg_label/0601/1494452399585761304/20.png new file mode 100644 index 0000000..739aee5 Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452399585761304/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452401584814468/20.png b/dataset/tusimple/seg_label/0601/1494452401584814468/20.png new file mode 100644 index 0000000..fa9350d Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452401584814468/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452403585050201/20.png b/dataset/tusimple/seg_label/0601/1494452403585050201/20.png new file mode 100644 index 0000000..24ac844 Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452403585050201/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452405583118167/20.png b/dataset/tusimple/seg_label/0601/1494452405583118167/20.png new file mode 100644 index 0000000..1b77984 Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452405583118167/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452407582274573/20.png b/dataset/tusimple/seg_label/0601/1494452407582274573/20.png new file mode 100644 index 0000000..64c9718 Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452407582274573/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452409581290246/20.png b/dataset/tusimple/seg_label/0601/1494452409581290246/20.png new file mode 100644 index 0000000..98f8bb3 Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452409581290246/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452411580444269/20.png b/dataset/tusimple/seg_label/0601/1494452411580444269/20.png new file mode 100644 index 0000000..fcd195d Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452411580444269/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452413579633881/20.png b/dataset/tusimple/seg_label/0601/1494452413579633881/20.png new file mode 100644 index 0000000..7a59da1 Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452413579633881/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452415578787519/20.png b/dataset/tusimple/seg_label/0601/1494452415578787519/20.png new file mode 100644 index 0000000..37c17f3 Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452415578787519/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452417580383008/20.png b/dataset/tusimple/seg_label/0601/1494452417580383008/20.png new file mode 100644 index 0000000..5fb2731 Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452417580383008/20.png differ diff --git a/dataset/tusimple/seg_label/0601/1494452419576967330/20.png b/dataset/tusimple/seg_label/0601/1494452419576967330/20.png new file mode 100644 index 0000000..393e0ef Binary files /dev/null and b/dataset/tusimple/seg_label/0601/1494452419576967330/20.png differ diff --git a/dataset/tusimple/seg_label/list/predict_val.txt b/dataset/tusimple/seg_label/list/predict_val.txt new file mode 100644 index 0000000..8ea0c7b --- /dev/null +++ b/dataset/tusimple/seg_label/list/predict_val.txt @@ -0,0 +1 @@ +/clips/0530/1492626286076989589_0/20.jpg /seg_label/0530/1492626286076989589_0/20.png 0 1 1 1 1 0 \ No newline at end of file diff --git a/dataset/tusimple/seg_label/list/test_gt.txt b/dataset/tusimple/seg_label/list/test_gt.txt new file mode 100644 index 0000000..e86534d --- /dev/null +++ b/dataset/tusimple/seg_label/list/test_gt.txt @@ -0,0 +1,47 @@ +/clips/0530/1492626286076989589_0/20.jpg /seg_label/0530/1492626286076989589_0/20.png 0 1 1 1 1 0 +/clips/0530/1492626126171818168_0/20.jpg /seg_label/0530/1492626126171818168_0/20.png 0 1 1 1 0 0 +/clips/0530/1492626153155598528_0/20.jpg /seg_label/0530/1492626153155598528_0/20.png 0 1 1 1 1 0 +/clips/0530/1492626257094533319_0/20.jpg /seg_label/0530/1492626257094533319_0/20.png 1 1 1 1 0 0 +/clips/0530/1492626171146236124_0/20.jpg /seg_label/0530/1492626171146236124_0/20.png 1 1 1 1 0 0 +/clips/0530/1492626252095353084_0/20.jpg /seg_label/0530/1492626252095353084_0/20.png 1 1 1 1 0 0 +/clips/0530/1492626127172745520_0/20.jpg /seg_label/0530/1492626127172745520_0/20.png 0 0 1 1 1 0 +/clips/0530/1492626155156451704_0/20.jpg /seg_label/0530/1492626155156451704_0/20.png 0 1 1 1 1 0 +/clips/0530/1492626283076624822_0/20.jpg /seg_label/0530/1492626283076624822_0/20.png 0 1 1 1 1 0 +/clips/0530/1492626166147797438_0/20.jpg /seg_label/0530/1492626166147797438_0/20.png 1 1 1 1 0 0 +/clips/0530/1492626224112349377_0/20.jpg /seg_label/0530/1492626224112349377_0/20.png 0 1 1 1 0 0 +/clips/0530/1492626265087865031_0/20.jpg /seg_label/0530/1492626265087865031_0/20.png 0 1 1 1 0 0 +/clips/0530/1492626236105069364_0/20.jpg /seg_label/0530/1492626236105069364_0/20.png 1 1 1 1 1 0 +/clips/0530/1492626268085982449_0/20.jpg /seg_label/0530/1492626268085982449_0/20.png 0 1 1 1 1 0 +/clips/0530/1492626295069332660_0/20.jpg /seg_label/0530/1492626295069332660_0/20.png 0 1 1 1 1 0 +/clips/0530/1492626047222176976_0/20.jpg /seg_label/0530/1492626047222176976_0/20.png 1 1 1 1 0 0 +/clips/0530/1492626158152981904_0/20.jpg /seg_label/0530/1492626158152981904_0/20.png 0 1 1 1 1 0 +/clips/0530/1492626281077831064_0/20.jpg /seg_label/0530/1492626281077831064_0/20.png 0 1 1 1 1 0 +/clips/0530/1492626191132352208_0/20.jpg /seg_label/0530/1492626191132352208_0/20.png 0 1 1 1 0 0 +/clips/0530/1492626199127566374_0/20.jpg /seg_label/0530/1492626199127566374_0/20.png 1 1 1 1 0 0 +/clips/0531/1492626292371547028/20.jpg /seg_label/0531/1492626292371547028/20.png 0 1 1 1 1 0 +/clips/0531/1492626344839162069/20.jpg /seg_label/0531/1492626344839162069/20.png 0 0 1 1 1 0 +/clips/0531/1492626388446057821/20.jpg /seg_label/0531/1492626388446057821/20.png 0 0 1 1 1 0 +/clips/0531/1492626394610203677/20.jpg /seg_label/0531/1492626394610203677/20.png 0 0 1 1 1 0 +/clips/0531/1492626473860953990/20.jpg /seg_label/0531/1492626473860953990/20.png 0 0 1 1 1 0 +/clips/0531/1492626253262712112/20.jpg /seg_label/0531/1492626253262712112/20.png 0 1 1 1 0 0 +/clips/0531/1492626271917313999/20.jpg /seg_label/0531/1492626271917313999/20.png 0 1 1 1 0 0 +/clips/0531/1492626272918083058/20.jpg /seg_label/0531/1492626272918083058/20.png 0 1 1 1 0 0 +/clips/0531/1492626323818607492/20.jpg /seg_label/0531/1492626323818607492/20.png 0 0 1 1 1 0 +/clips/0531/1492626326050823425/20.jpg /seg_label/0531/1492626326050823425/20.png 0 0 1 1 1 0 +/clips/0531/1492626328182638628/20.jpg /seg_label/0531/1492626328182638628/20.png 0 0 1 1 1 0 +/clips/0531/1492626364327255872/20.jpg /seg_label/0531/1492626364327255872/20.png 0 0 1 1 1 0 +/clips/0531/1492626475893014602/20.jpg /seg_label/0531/1492626475893014602/20.png 0 0 1 1 1 0 +/clips/0601/1494452381594376146/20.jpg /seg_label/0601/1494452381594376146/20.png 1 1 1 0 0 0 +/clips/0601/1494452383592719171/20.jpg /seg_label/0601/1494452383592719171/20.png 1 1 1 0 0 0 +/clips/0601/1494452387590928848/20.jpg /seg_label/0601/1494452387590928848/20.png 1 1 1 1 0 0 +/clips/0601/1494452389590241875/20.jpg /seg_label/0601/1494452389590241875/20.png 1 1 1 1 0 0 +/clips/0601/1494452393588330446/20.jpg /seg_label/0601/1494452393588330446/20.png 1 1 1 1 0 0 +/clips/0601/1494452395587533775/20.jpg /seg_label/0601/1494452395587533775/20.png 1 1 1 1 0 0 +/clips/0601/1494452399585761304/20.jpg /seg_label/0601/1494452399585761304/20.png 1 1 1 1 0 0 +/clips/0601/1494452401584814468/20.jpg /seg_label/0601/1494452401584814468/20.png 1 1 1 1 1 0 +/clips/0601/1494452405583118167/20.jpg /seg_label/0601/1494452405583118167/20.png 1 1 1 1 1 0 +/clips/0601/1494452407582274573/20.jpg /seg_label/0601/1494452407582274573/20.png 1 1 1 1 1 0 +/clips/0601/1494452411580444269/20.jpg /seg_label/0601/1494452411580444269/20.png 1 1 1 1 1 0 +/clips/0601/1494452413579633881/20.jpg /seg_label/0601/1494452413579633881/20.png 1 1 1 1 1 0 +/clips/0601/1494452417580383008/20.jpg /seg_label/0601/1494452417580383008/20.png 1 1 1 1 1 0 +/clips/0601/1494452419576967330/20.jpg /seg_label/0601/1494452419576967330/20.png 1 1 1 1 1 0 diff --git a/dataset/tusimple/seg_label/list/train_val_gt.txt b/dataset/tusimple/seg_label/list/train_val_gt.txt new file mode 100644 index 0000000..b5c9b92 --- /dev/null +++ b/dataset/tusimple/seg_label/list/train_val_gt.txt @@ -0,0 +1,53 @@ +/clips/0313-1/300/20.jpg /seg_label/0313-1/300/20.png 0 1 1 1 1 0 +/clips/0313-1/600/20.jpg /seg_label/0313-1/600/20.png 0 1 1 1 1 0 +/clips/0313-1/180/20.jpg /seg_label/0313-1/180/20.png 0 1 1 1 0 0 +/clips/0313-1/1200/20.jpg /seg_label/0313-1/1200/20.png 0 1 1 1 1 0 +/clips/0313-1/1020/20.jpg /seg_label/0313-1/1020/20.png 0 1 1 1 1 0 +/clips/0313-1/1140/20.jpg /seg_label/0313-1/1140/20.png 0 1 1 1 1 0 +/clips/0313-1/720/20.jpg /seg_label/0313-1/720/20.png 0 1 1 1 1 0 +/clips/0313-1/960/20.jpg /seg_label/0313-1/960/20.png 0 1 1 1 1 0 +/clips/0313-1/240/20.jpg /seg_label/0313-1/240/20.png 0 1 1 1 0 0 +/clips/0313-1/660/20.jpg /seg_label/0313-1/660/20.png 0 1 1 1 1 0 +/clips/0313-1/60/20.jpg /seg_label/0313-1/60/20.png 0 1 1 1 0 0 +/clips/0313-1/360/20.jpg /seg_label/0313-1/360/20.png 0 1 1 1 1 0 +/clips/0313-1/420/20.jpg /seg_label/0313-1/420/20.png 0 1 1 1 1 0 +/clips/0313-1/480/20.jpg /seg_label/0313-1/480/20.png 0 1 1 1 1 0 +/clips/0313-1/780/20.jpg /seg_label/0313-1/780/20.png 0 1 1 1 1 0 +/clips/0313-1/540/20.jpg /seg_label/0313-1/540/20.png 1 1 1 1 0 0 +/clips/0313-1/900/20.jpg /seg_label/0313-1/900/20.png 0 1 1 1 1 0 +/clips/0313-1/840/20.jpg /seg_label/0313-1/840/20.png 0 1 1 1 1 0 +/clips/0313-1/120/20.jpg /seg_label/0313-1/120/20.png 0 1 1 1 0 0 +/clips/0313-1/1080/20.jpg /seg_label/0313-1/1080/20.png 0 1 1 1 1 0 +/clips/0313-2/105/20.jpg /seg_label/0313-2/105/20.png 0 1 1 1 1 0 +/clips/0313-2/95/20.jpg /seg_label/0313-2/95/20.png 0 1 1 1 1 0 +/clips/0313-2/55/20.jpg /seg_label/0313-2/55/20.png 0 1 1 1 1 0 +/clips/0313-2/70/20.jpg /seg_label/0313-2/70/20.png 0 1 1 1 1 0 +/clips/0313-2/65/20.jpg /seg_label/0313-2/65/20.png 0 1 1 1 1 0 +/clips/0313-2/50/20.jpg /seg_label/0313-2/50/20.png 0 1 1 1 1 0 +/clips/0313-2/20/20.jpg /seg_label/0313-2/20/20.png 0 1 1 1 1 0 +/clips/0313-2/45/20.jpg /seg_label/0313-2/45/20.png 0 1 1 1 1 0 +/clips/0313-2/60/20.jpg /seg_label/0313-2/60/20.png 0 1 1 1 1 0 +/clips/0313-2/115/20.jpg /seg_label/0313-2/115/20.png 0 1 1 1 1 0 +/clips/0313-2/25/20.jpg /seg_label/0313-2/25/20.png 0 1 1 1 1 0 +/clips/0313-2/75/20.jpg /seg_label/0313-2/75/20.png 0 1 1 1 1 0 +/clips/0313-2/35/20.jpg /seg_label/0313-2/35/20.png 0 1 1 1 1 0 +/clips/0313-2/100/20.jpg /seg_label/0313-2/100/20.png 0 1 1 1 0 0 +/clips/0313-2/85/20.jpg /seg_label/0313-2/85/20.png 0 1 1 1 1 0 +/clips/0313-2/40/20.jpg /seg_label/0313-2/40/20.png 0 1 1 1 1 0 +/clips/0313-2/110/20.jpg /seg_label/0313-2/110/20.png 0 1 1 1 1 0 +/clips/0313-2/80/20.jpg /seg_label/0313-2/80/20.png 0 1 1 1 1 0 +/clips/0313-2/90/20.jpg /seg_label/0313-2/90/20.png 0 1 1 1 1 0 +/clips/0313-2/30/20.jpg /seg_label/0313-2/30/20.png 0 1 1 1 1 0 +/clips/0601/1494452385593783358/20.jpg /seg_label/0601/1494452385593783358/20.png 1 1 1 1 0 0 +/clips/0601/1494452391590105691/20.jpg /seg_label/0601/1494452391590105691/20.png 1 1 1 1 0 0 +/clips/0601/1494452397586667021/20.jpg /seg_label/0601/1494452397586667021/20.png 1 1 1 1 0 0 +/clips/0601/1494452403585050201/20.jpg /seg_label/0601/1494452403585050201/20.png 1 1 1 1 1 0 +/clips/0601/1494452409581290246/20.jpg /seg_label/0601/1494452409581290246/20.png 1 1 1 1 1 0 +/clips/0601/1494452415578787519/20.jpg /seg_label/0601/1494452415578787519/20.png 1 1 1 1 1 0 +/clips/0531/1492626287507231547/20.jpg /seg_label/0531/1492626287507231547/20.png 0 1 1 1 1 0 +/clips/0531/1492626371522989086/20.jpg /seg_label/0531/1492626371522989086/20.png 0 0 1 1 1 0 +/clips/0531/1492626395742137012/20.jpg /seg_label/0531/1492626395742137012/20.png 0 0 1 1 1 0 +/clips/0531/1492626270684175793/20.jpg /seg_label/0531/1492626270684175793/20.png 0 1 1 1 0 0 +/clips/0531/1492626274615008344/20.jpg /seg_label/0531/1492626274615008344/20.png 0 1 1 1 1 0 +/clips/0531/1492626327183261694/20.jpg /seg_label/0531/1492626327183261694/20.png 0 0 1 1 1 0 +/clips/0531/1492626366226158339/20.jpg /seg_label/0531/1492626366226158339/20.png 0 0 1 1 1 0 diff --git a/dataset/tusimple/seg_label/test.json b/dataset/tusimple/seg_label/test.json new file mode 100644 index 0000000..5302553 --- /dev/null +++ b/dataset/tusimple/seg_label/test.json @@ -0,0 +1,47 @@ +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 422, 418, 415, 411, 398, 385, 359, 329, 299, 269, 238, 208, 178, 148, 117, 87, 57, 27, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 511, 527, 540, 542, 543, 538, 534, 530, 523, 516, 508, 501, 494, 486, 479, 471, 464, 456, 448, 438, 428, 417, 407, 397, 387, 376, 366, 356, 346, 335, 325, 315, 305, 294, 284, 274, 264, 253, 243, 233, 223, 212, 202, 192, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 598, 632, 667, 688, 705, 723, 740, 758, 775, 793, 810, 827, 842, 856, 870, 884, 897, 911, 925, 939, 953, 967, 981, 995, 1009, 1023, 1037, 1051, 1065, 1079, 1093, 1107, 1121, 1135, 1149, 1162, 1176, 1190, 1204, 1218, 1232, 1246, 1260, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 642, 691, 761, 808, 847, 886, 926, 965, 1000, 1036, 1072, 1107, 1143, 1179, 1214, 1250, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626286076989589_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 664, 635, 606, 577, 546, 515, 484, 452, 422, 398, 373, 349, 325, 300, 276, 252, 227, 203, 178, 154, 130, 105, 81, 57, 32, 8, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 867, 819, 792, 765, 737, 721, 708, 695, 682, 673, 670, 668, 665, 662, 659, 657, 654, 651, 648, 646, 643, 640, 637, 635, 632, 629, 626, 624, 621, 618, 615, 613, 610, 607, 604, 602, 599, 596, 593, 591, 588], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 1043, 1017, 1016, 1015, 1015, 1016, 1023, 1029, 1042, 1059, 1076, 1093, 1110, 1127, 1143, 1160, 1177, 1194, 1211, 1228, 1245, 1262, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626126171818168_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 639, 628, 618, 607, 590, 570, 550, 526, 496, 466, 435, 403, 368, 333, 298, 262, 227, 192, 157, 122, 87, 51, 16, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 669, 666, 663, 660, 654, 647, 640, 632, 620, 608, 596, 584, 570, 555, 541, 527, 513, 499, 484, 470, 456, 442, 428, 413, 399, 385, 371, 357, 342, 328, 314, 300, 285, 271, 257, 243, 229, 214, 200, 186, 172, 158, 143, 129, 115, 101, 87, 72, 58, 44, 30, 15, -2], [-2, -2, -2, -2, 692, 692, 692, 692, 695, 699, 703, 707, 717, 727, 737, 747, 757, 768, 778, 788, 798, 808, 819, 829, 839, 849, 860, 870, 880, 890, 900, 911, 921, 931, 941, 951, 962, 972, 982, 992, 1002, 1013, 1023, 1033, 1043, 1053, 1064, 1074, 1084, 1094, 1104, 1115, 1125, 1135, 1145, 1155], [-2, -2, -2, -2, 755, 744, 739, 742, 752, 764, 777, 802, 831, 860, 889, 918, 948, 977, 1006, 1035, 1064, 1093, 1122, 1151, 1180, 1209, 1238, 1267, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626153155598528_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 208, 158, 107, 55, 4, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 425, 428, 418, 392, 367, 341, 315, 289, 260, 228, 195, 163, 130, 98, 65, 33, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 497, 519, 532, 532, 531, 528, 519, 511, 503, 495, 487, 479, 469, 459, 449, 438, 428, 417, 407, 396, 386, 376, 365, 355, 344, 334, 323, 313, 302, 292, 282, 271, 261, 250, 240, 229, 219, 209, 198, 188, 177, 167, 156, 146, 136], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 578, 616, 652, 678, 704, 718, 731, 745, 758, 769, 781, 792, 804, 816, 827, 839, 850, 862, 873, 885, 897, 908, 920, 931, 943, 954, 966, 978, 989, 1001, 1012, 1024, 1035, 1047, 1059, 1070, 1082, 1093, 1105, 1116, 1128, 1140, 1151, 1163, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626257094533319_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 396, 334, 273, 211, 150, 88, 27, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 514, 478, 442, 406, 369, 333, 297, 261, 225, 189, 153, 117, 80, 44, 8, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 617, 604, 591, 578, 566, 553, 540, 527, 514, 501, 488, 475, 462, 449, 437, 424, 411, 398, 385, 372, 359, 346, 333, 320, 307, 295, 282, 269, 256, 243, 230, 217, 204, 191, 178, 165, 153, 140, 127, 114, 101, 88, 75], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 731, 742, 753, 763, 774, 785, 795, 806, 817, 828, 838, 849, 860, 870, 881, 892, 902, 913, 924, 934, 945, 956, 966, 977, 988, 998, 1009, 1020, 1030, 1041, 1052, 1062, 1073, 1084, 1095, 1105, 1116, 1127, 1137, 1148, 1159, 1169]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626171146236124_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 388, 327, 266, 205, 145, 84, 23, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 483, 450, 416, 383, 349, 316, 282, 249, 215, 182, 148, 115, 81, 48, 14, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 615, 603, 590, 578, 566, 554, 542, 530, 517, 505, 493, 481, 469, 457, 444, 432, 420, 408, 396, 383, 371, 359, 347, 335, 323, 310, 298, 286, 274, 262, 250, 237, 225, 213, 201, 189, 177, 164, 152, 140, 128, 116, 104, 91], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 712, 722, 732, 742, 752, 762, 772, 782, 792, 802, 812, 822, 832, 842, 852, 862, 871, 881, 891, 901, 911, 921, 931, 941, 951, 961, 971, 981, 991, 1001, 1011, 1021, 1031, 1041, 1051, 1061, 1071, 1081, 1091, 1101, 1111, 1121, 1131, 1141, 1151]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626252095353084_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 692, 665, 638, 612, 585, 558, 531, 507, 484, 461, 438, 415, 392, 370, 347, 324, 301, 278, 255, 233, 210, 187, 164, 141, 118, 96, 73, 50, 27, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 737, 737, 738, 738, 739, 740, 740, 741, 741, 742, 743, 743, 744, 744, 745, 745, 746, 747, 747, 748, 748, 749, 750, 750, 751, 751, 752, 752, 753, 754, 754, 755, 755, 756, 757, 757, 758, 758, 759, 759, 760, 761, 761], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 1261, 1219, 1221, 1234, 1254, 1275, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626127172745520_0/20.jpg"} +{"lanes": [[-2, -2, 647, 637, 627, 613, 598, 583, 565, 543, 521, 500, 470, 438, 407, 375, 343, 312, 280, 249, 217, 185, 154, 122, 90, 59, 27, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, 667, 665, 663, 661, 657, 651, 646, 641, 631, 621, 611, 601, 591, 580, 569, 558, 546, 535, 524, 513, 502, 491, 479, 468, 457, 446, 435, 423, 412, 401, 390, 379, 367, 356, 345, 334, 323, 312, 300, 289, 278, 267, 256, 244, 233, 222, 211, 200, 188, 177, 166, 155, 144, 133], [-2, -2, 690, 693, 696, 700, 705, 712, 719, 726, 733, 743, 755, 767, 779, 791, 803, 814, 826, 838, 850, 862, 874, 886, 897, 909, 921, 933, 945, 957, 968, 980, 992, 1004, 1016, 1028, 1039, 1051, 1063, 1075, 1087, 1099, 1110, 1122, 1134, 1146, 1158, 1170, 1182, 1193, 1205, 1217, 1229, 1241, 1253, 1264], [-2, -2, -2, 783, 777, 769, 761, 768, 778, 803, 831, 859, 887, 916, 944, 972, 1000, 1028, 1056, 1085, 1113, 1141, 1169, 1197, 1225, 1254, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626155156451704_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 424, 415, 406, 394, 371, 349, 325, 296, 267, 238, 209, 180, 151, 122, 92, 63, 34, 5, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 512, 524, 534, 533, 533, 531, 525, 520, 515, 509, 504, 498, 493, 485, 476, 466, 457, 447, 438, 428, 418, 409, 399, 390, 380, 371, 361, 352, 342, 333, 323, 314, 304, 295, 285, 276, 266, 256, 247, 237, 228, 218, 209, 199, 190], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 597, 635, 662, 689, 712, 730, 748, 766, 783, 801, 818, 832, 846, 860, 874, 888, 902, 916, 930, 944, 958, 972, 986, 1000, 1014, 1028, 1042, 1056, 1070, 1084, 1098, 1112, 1126, 1140, 1154, 1168, 1183, 1197, 1211, 1225, 1239, 1253, 1267, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 651, 705, 759, 802, 844, 885, 926, 967, 1002, 1036, 1071, 1105, 1139, 1173, 1207, 1241, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626283076624822_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 421, 364, 307, 251, 194, 138, 81, 24, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 509, 473, 438, 403, 367, 332, 296, 261, 226, 190, 155, 119, 84, 49, 13, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 578, 567, 555, 544, 532, 521, 509, 498, 486, 475, 464, 452, 441, 429, 418, 406, 395, 383, 372, 360, 349, 338, 326, 315, 303, 292, 280, 269, 257, 246, 235, 223, 212, 200, 189, 177, 166, 154, 143, 131, 120, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 702, 712, 723, 733, 744, 754, 765, 775, 786, 797, 807, 818, 828, 839, 849, 860, 870, 881, 892, 902, 913, 923, 934, 944, 955, 965, 976, 986, 997, 1008, 1018, 1029, 1039, 1050, 1060, 1071, 1081, 1092, 1103, 1113, 1124, 1134, 1145, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626166147797438_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 562, 525, 488, 451, 414, 377, 339, 302, 265, 228, 191, 154, 117, 80, 43, 6, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 633, 621, 608, 596, 584, 571, 559, 546, 534, 522, 509, 497, 485, 472, 460, 448, 435, 423, 411, 398, 386, 374, 361, 349, 336, 324, 312, 299, 287, 275, 262, 250, 238, 225, 213, 201, 188, 176, 164, 151, 139, 126, 114, 102], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 692, 702, 712, 722, 731, 741, 751, 761, 770, 780, 790, 800, 810, 819, 829, 839, 849, 858, 868, 878, 888, 897, 907, 917, 927, 937, 946, 956, 966, 976, 985, 995, 1005, 1015, 1025, 1034, 1044, 1054, 1064, 1073, 1083, 1093, 1103, 1112, 1122]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626224112349377_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 311, 352, 392, 407, 420, 424, 428, 431, 423, 413, 391, 365, 336, 305, 274, 244, 213, 181, 148, 114, 81, 48, 15, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 314, 356, 398, 443, 474, 500, 514, 522, 523, 523, 524, 519, 513, 506, 499, 490, 482, 474, 465, 457, 448, 440, 430, 420, 409, 399, 389, 379, 369, 358, 348, 338, 328, 318, 307, 297, 287, 277, 267, 256, 246, 236, 226, 215, 205, 195, 185, 175, 164, 154, 144, 134, 124], [-2, -2, -2, -2, -2, -2, 487, 519, 552, 584, 608, 632, 656, 672, 689, 705, 721, 737, 753, 767, 779, 791, 804, 816, 828, 841, 853, 866, 878, 889, 901, 912, 923, 934, 946, 957, 968, 979, 991, 1002, 1013, 1024, 1036, 1047, 1058, 1069, 1081, 1092, 1103, 1114, 1126, 1137, 1148, 1159, 1171, 1182]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626265087865031_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, 535, 508, 481, 454, 408, 360, 311, 263, 214, 166, 117, 68, 20, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 571, 550, 529, 508, 484, 455, 426, 397, 368, 338, 309, 280, 251, 222, 193, 164, 135, 106, 76, 47, 18, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 636, 630, 624, 618, 611, 605, 596, 587, 579, 570, 561, 553, 544, 535, 527, 518, 509, 501, 492, 483, 475, 466, 457, 449, 440, 431, 423, 414, 405, 397, 388, 379, 371, 362, 353, 344, 336, 327, 318, 310, 301, 292, 284, 275, 266, 258, 249, 240], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 853, 867, 880, 893, 907, 920, 933, 946, 960, 973, 986, 1000, 1013, 1026, 1039, 1053, 1066, 1079, 1093, 1106, 1119, 1132, 1146, 1159, 1172, 1186, 1199, 1212, 1225, 1239, 1252, 1265, -2, -2], [-2, -2, -2, -2, -2, -2, 712, 732, 752, 771, 791, 820, 861, 902, 943, 984, 1031, 1081, 1131, 1181, 1231, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626236105069364_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 317, 361, 394, 419, 426, 431, 429, 425, 416, 400, 372, 344, 316, 287, 258, 228, 198, 167, 137, 107, 77, 47, 16, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, 423, 460, 491, 513, 521, 529, 532, 535, 533, 528, 523, 517, 510, 503, 496, 488, 476, 465, 453, 442, 431, 419, 408, 397, 385, 373, 362, 350, 339, 327, 315, 304, 292, 281, 269, 257, 246, 234, 223, 211, 200, 188, 176, 165, 153, 142, 130, 118, 107, 95], [-2, -2, -2, -2, -2, -2, 475, 509, 543, 573, 600, 625, 644, 662, 681, 699, 716, 730, 743, 757, 771, 785, 799, 812, 826, 841, 855, 869, 883, 897, 912, 926, 940, 954, 968, 983, 997, 1011, 1025, 1040, 1054, 1068, 1082, 1096, 1111, 1125, 1139, 1153, 1167, 1182, 1196, 1210, 1224, 1239, 1253, 1267], [-2, -2, -2, -2, -2, -2, -2, 530, 577, 624, 674, 721, 766, 806, 840, 875, 910, 946, 981, 1017, 1053, 1089, 1125, 1161, 1197, 1233, 1269, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626268085982449_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 553, 520, 486, 453, 419, 386, 352, 319, 285, 252, 219, 185, 152, 118, 85, 51, 18, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 628, 617, 606, 594, 583, 571, 560, 549, 537, 526, 515, 503, 492, 481, 469, 458, 447, 435, 424, 413, 401, 390, 379, 367, 356, 345, 333, 322, 311, 299, 288, 277, 265, 254, 243, 231, 220, 209, 197, 186, 175, 163, 152, 141, 129, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 694, 698, 703, 708, 718, 731, 744, 757, 769, 782, 795, 807, 819, 831, 843, 855, 867, 879, 891, 904, 916, 928, 940, 952, 964, 976, 988, 1001, 1013, 1025, 1037, 1049, 1061, 1073, 1085, 1097, 1110, 1122, 1134, 1146, 1158, 1170, 1182, 1194, 1206, 1219, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 808, 803, 812, 839, 870, 901, 932, 962, 993, 1024, 1055, 1086, 1117, 1148, 1178, 1209, 1240, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626295069332660_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, 386, 366, 347, 314, 267, 211, 148, 85, 22, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 435, 408, 381, 354, 327, 299, 256, 208, 159, 111, 62, 14, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 487, 480, 467, 447, 425, 398, 371, 344, 317, 291, 264, 237, 210, 183, 156, 129, 102, 75, 48, 21, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 508, 533, 546, 552, 552, 548, 545, 540, 534, 527, 521, 515, 508, 502, 496, 489, 483, 477, 470, 462, 455, 447, 440, 432, 424, 417, 409, 402, 394, 387, 379, 372, 364, 357, 349, 341, 334, 326, 319, 311, 304, 296, 289, 281, 274, 266, 258], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 562, 593, 624, 649, 671, 693, 713, 728, 744, 759, 775, 790, 806, 821, 837, 852, 867, 881, 895, 910, 924, 938, 953, 967, 981, 996, 1010, 1024, 1039, 1053, 1067, 1082, 1096, 1110, 1125, 1139, 1153, 1168, 1182, 1196, 1211, 1225, 1239, 1254, 1268, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626047222176976_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 624, 610, 596, 582, 568, 552, 524, 497, 470, 442, 414, 385, 356, 327, 298, 269, 239, 210, 181, 152, 123, 94, 65, 36, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 644, 640, 636, 631, 627, 620, 612, 605, 598, 591, 583, 576, 569, 561, 551, 542, 532, 522, 513, 503, 493, 484, 474, 465, 455, 445, 436, 426, 416, 407, 397, 388, 378, 368, 359, 349, 339, 330, 320, 311, 301, 291, 282, 272, 262, 253, 243, 234, 224, 214, 205, 195], [-2, -2, -2, -2, -2, -2, 756, 748, 740, 731, 724, 731, 738, 748, 762, 776, 790, 805, 819, 833, 847, 861, 875, 890, 904, 918, 932, 946, 960, 975, 989, 1003, 1017, 1031, 1045, 1060, 1074, 1088, 1102, 1116, 1131, 1145, 1159, 1173, 1187, 1201, 1216, 1230, 1244, 1258, 1272, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, 774, 779, 786, 797, 809, 831, 863, 896, 928, 961, 993, 1026, 1058, 1091, 1123, 1156, 1188, 1221, 1253, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626158152981904_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 417, 409, 402, 389, 364, 338, 307, 277, 247, 216, 186, 156, 126, 95, 65, 35, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 496, 510, 524, 524, 524, 523, 517, 509, 500, 492, 484, 476, 468, 459, 450, 440, 431, 421, 411, 402, 392, 383, 373, 364, 354, 344, 335, 325, 316, 306, 296, 287, 277, 268, 258, 249, 239, 229, 220, 210, 201, 191, 181, 172, 162], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 560, 592, 624, 656, 688, 707, 724, 741, 759, 776, 793, 810, 825, 838, 852, 865, 879, 892, 906, 919, 933, 946, 960, 973, 987, 1000, 1014, 1027, 1041, 1054, 1068, 1081, 1095, 1108, 1122, 1135, 1149, 1162, 1176, 1189, 1203, 1216, 1230, 1243, 1257], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 614, 673, 724, 772, 819, 867, 902, 937, 973, 1008, 1044, 1079, 1115, 1150, 1185, 1221, 1256, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626281077831064_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 536, 497, 458, 419, 380, 341, 302, 262, 223, 184, 145, 106, 67, 28, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 616, 602, 587, 573, 559, 545, 531, 517, 503, 488, 474, 460, 446, 432, 418, 404, 390, 375, 361, 347, 333, 319, 305, 291, 276, 262, 248, 234, 220, 206, 192, 177, 163, 149, 135, 121, 107, 93, 78, 64, 50, 36, 22, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 677, 686, 694, 703, 712, 720, 729, 737, 746, 755, 763, 772, 780, 789, 798, 806, 815, 824, 832, 841, 849, 858, 867, 875, 884, 892, 901, 910, 918, 927, 936, 944, 953, 961, 970, 979, 987, 996, 1004, 1013, 1022, 1030, 1039, 1048, 1056]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626191132352208_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 479, 417, 354, 292, 229, 167, 105, 42, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 513, 474, 435, 397, 358, 319, 281, 242, 203, 165, 126, 87, 49, 10, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 598, 586, 574, 562, 550, 539, 527, 515, 503, 491, 479, 468, 456, 444, 432, 420, 408, 397, 385, 373, 361, 349, 337, 326, 314, 302, 290, 278, 266, 255, 243, 231, 219, 207, 195, 184, 172, 160, 148, 136, 124, 113], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 710, 722, 733, 745, 756, 767, 779, 790, 802, 813, 824, 836, 847, 859, 870, 881, 893, 904, 916, 927, 938, 950, 961, 973, 984, 995, 1007, 1018, 1030, 1041, 1052, 1064, 1075, 1086, 1098, 1109, 1121, 1132, 1143, 1155, 1166, 1178, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626199127566374_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, 595, 558, 521, 485, 448, 412, 375, 339, 302, 266, 229, 192, 156, 119, 83, 46, 10, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 640, 626, 612, 598, 585, 571, 557, 544, 530, 516, 503, 489, 475, 462, 448, 434, 421, 407, 393, 380, 366, 352, 338, 325, 311, 297, 284, 270, 256, 243, 229, 215, 202, 188, 174, 161, 147, 133, 120, 106, 92, 78, 65, 51, 37, 24, 10, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 677, 680, 685, 696, 706, 717, 727, 738, 748, 759, 769, 778, 786, 794, 802, 810, 818, 826, 834, 842, 849, 857, 865, 873, 881, 889, 897, 905, 913, 921, 929, 937, 945, 953, 961, 969, 977, 985, 993, 1001, 1009, 1017, 1025, 1033, 1041, 1049, 1057, 1065], [-2, -2, -2, -2, -2, -2, -2, -2, 683, 714, 744, 775, 805, 836, 866, 897, 927, 958, 988, 1019, 1049, 1079, 1110, 1140, 1171, 1201, 1232, 1262, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626292371547028/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 504, 511, 519, 526, 534, 541, 542, 542, 543, 541, 537, 533, 529, 525, 520, 515, 510, 504, 499, 493, 488, 483, 477, 472, 466, 461, 456, 450, 445, 439, 434, 429, 423, 418, 413, 407, 402, 396, 391, 386, 380, 375, 369, 364, 359, 353], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 537, 552, 589, 625, 655, 680, 705, 730, 754, 779, 801, 817, 833, 850, 866, 882, 898, 915, 931, 947, 963, 980, 996, 1012, 1028, 1045, 1061, 1077, 1094, 1110, 1126, 1142, 1159, 1175, 1191, 1207, 1224, 1240, 1256, 1273, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 558, 576, 601, 634, 699, 772, 835, 892, 931, 970, 1009, 1048, 1088, 1127, 1166, 1205, 1244, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626344839162069/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, 640, 629, 618, 607, 595, 583, 571, 559, 548, 536, 524, 512, 500, 488, 476, 465, 452, 440, 428, 416, 404, 392, 380, 367, 355, 343, 331, 319, 307, 295, 283, 270, 258, 246, 234, 222, 210, 198, 185, 173, 161, 149, 137, 125, 113, 100, 88], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 664, 674, 684, 694, 704, 715, 725, 735, 745, 755, 765, 775, 785, 795, 805, 816, 826, 836, 846, 856, 866, 876, 886, 896, 906, 916, 927, 937, 947, 957, 967, 977, 987, 997, 1007, 1017, 1028, 1038, 1048, 1058, 1068, 1078, 1088, 1098, 1108, 1118, 1129], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 691, 727, 764, 805, 847, 890, 932, 974, 1016, 1059, 1101, 1143, 1186, 1228, 1270, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626388446057821/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, 634, 642, 631, 620, 609, 598, 587, 576, 565, 554, 542, 531, 520, 509, 498, 487, 475, 464, 453, 442, 431, 420, 409, 397, 386, 375, 364, 353, 342, 330, 319, 308, 297, 286, 275, 263, 252, 241, 230, 219, 208, 196, 185, 174, 163, 152, 141], [-2, -2, -2, -2, -2, -2, -2, -2, 642, 679, 690, 702, 713, 724, 735, 747, 758, 769, 780, 792, 803, 814, 825, 837, 848, 859, 870, 882, 893, 904, 915, 927, 938, 949, 960, 972, 983, 994, 1005, 1017, 1028, 1039, 1050, 1062, 1073, 1084, 1095, 1107, 1118, 1129, 1141, 1152, 1163, 1174, 1186, 1197], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 728, 755, 783, 819, 861, 903, 945, 987, 1029, 1071, 1113, 1155, 1197, 1240, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626394610203677/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, 734, 714, 693, 673, 652, 633, 615, 597, 578, 560, 542, 524, 506, 488, 471, 458, 446, 433, 421, 409, 396, 384, 371, 359, 347, 334, 322, 310, 297, 285, 272, 260, 248, 235, 223, 210, 198, 186, 173, 161, 149, 136, 124, 111, 99, 87, 74], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 761, 764, 765, 767, 768, 771, 775, 780, 785, 794, 803, 811, 820, 829, 838, 848, 858, 868, 878, 888, 898, 908, 918, 927, 937, 947, 957, 967, 977, 987, 997, 1006, 1016, 1026, 1036, 1046, 1056, 1066, 1076, 1085, 1095, 1105, 1115, 1125, 1135, 1145, 1155], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 794, 815, 838, 861, 884, 907, 930, 956, 987, 1018, 1049, 1082, 1116, 1149, 1183, 1216, 1250, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626473860953990/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 486, 452, 418, 384, 350, 317, 283, 249, 215, 181, 147, 114, 80, 46, 12, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 587, 578, 567, 556, 544, 533, 521, 509, 498, 486, 475, 463, 452, 440, 429, 417, 405, 394, 382, 371, 359, 348, 336, 325, 313, 302, 290, 278, 267, 255, 244, 232, 221, 209, 198, 186, 174, 163, 151, 140, 128, 117], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 706, 726, 742, 754, 764, 775, 785, 796, 806, 817, 828, 838, 849, 859, 870, 881, 891, 902, 912, 923, 933, 944, 955, 965, 976, 986, 997, 1007, 1018, 1029, 1039, 1050, 1060, 1071, 1081, 1092, 1103, 1113, 1124, 1134, 1145, 1155]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626253262712112/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, 379, 419, 443, 454, 457, 449, 437, 418, 399, 380, 361, 341, 312, 283, 254, 224, 195, 166, 137, 108, 79, 50, 20, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, 318, 415, 465, 505, 535, 547, 556, 563, 563, 562, 559, 557, 555, 552, 550, 548, 543, 535, 526, 518, 509, 501, 493, 484, 476, 467, 459, 451, 442, 434, 425, 417, 408, 400, 392, 383, 375, 366, 358, 350, 341, 333, 324, 316, 308, 299, 291, 282, 274, 266, 257], [-2, -2, -2, -2, -2, 376, 460, 518, 567, 602, 634, 666, 698, 730, 757, 784, 810, 836, 862, 888, 915, 941, 967, 993, 1020, 1046, 1072, 1098, 1124, 1151, 1177, 1203, 1229, 1256, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626271917313999/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, 408, 465, 485, 489, 487, 482, 465, 446, 426, 407, 385, 359, 334, 308, 282, 257, 231, 206, 180, 154, 129, 103, 78, 52, 26, 1, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, 441, 503, 533, 569, 586, 597, 603, 607, 610, 609, 607, 606, 604, 603, 597, 592, 587, 582, 576, 571, 566, 561, 556, 550, 545, 540, 535, 529, 524, 519, 514, 508, 503, 498, 493, 488, 482, 477, 472, 467, 461, 456, 451, 446, 440, 435, 430, 425, 419, 414], [-2, -2, -2, -2, -2, 359, 469, 553, 598, 641, 669, 697, 725, 753, 781, 809, 837, 865, 893, 919, 943, 967, 992, 1016, 1040, 1065, 1089, 1113, 1137, 1162, 1186, 1210, 1235, 1259, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626272918083058/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, 641, 632, 623, 613, 604, 595, 586, 577, 568, 558, 549, 540, 531, 522, 512, 503, 494, 485, 476, 467, 457, 448, 439, 430, 421, 412, 402, 393, 384, 375, 366, 357, 347, 338, 329, 320, 311, 301, 292, 283, 274, 265, 256, 246, 237, 228, 219], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 666, 680, 694, 708, 722, 735, 749, 763, 777, 791, 805, 818, 832, 846, 860, 874, 888, 901, 915, 929, 943, 957, 970, 984, 998, 1012, 1026, 1040, 1053, 1067, 1081, 1095, 1109, 1122, 1136, 1150, 1164, 1178, 1192, 1205, 1219, 1233, 1247, 1261, 1275, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 714, 755, 795, 836, 882, 927, 972, 1017, 1062, 1107, 1153, 1198, 1243, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626323818607492/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, 625, 615, 604, 594, 583, 573, 562, 552, 542, 531, 521, 510, 500, 489, 479, 468, 458, 448, 437, 427, 416, 406, 395, 385, 375, 364, 354, 343, 333, 322, 312, 301, 291, 281, 270, 260, 249, 239, 228, 218, 208, 197, 187, 176, 166, 155, 145], [-2, -2, -2, -2, -2, -2, -2, -2, 661, 672, 684, 695, 706, 718, 729, 741, 752, 763, 775, 786, 797, 809, 820, 831, 843, 854, 865, 877, 888, 900, 911, 922, 934, 945, 956, 968, 979, 990, 1002, 1013, 1025, 1036, 1047, 1059, 1070, 1081, 1093, 1104, 1115, 1127, 1138, 1149, 1161, 1172, 1184, 1195], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 727, 784, 841, 898, 955, 1012, 1069, 1126, 1183, 1240, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626326050823425/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, 648, 637, 625, 613, 602, 590, 578, 567, 555, 544, 532, 520, 509, 497, 485, 474, 462, 451, 439, 427, 416, 404, 392, 381, 369, 357, 346, 334, 323, 311, 299, 288, 276, 264, 253, 241, 230, 218, 206, 195, 183, 171, 160, 148, 136, 125, 113], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 679, 690, 700, 711, 721, 732, 742, 753, 764, 774, 785, 795, 806, 817, 827, 838, 848, 859, 870, 880, 891, 901, 912, 922, 933, 944, 954, 965, 975, 986, 997, 1007, 1018, 1028, 1039, 1050, 1060, 1071, 1081, 1092, 1102, 1113, 1124, 1134, 1145, 1155], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 719, 752, 785, 818, 851, 884, 916, 949, 982, 1015, 1048, 1081, 1114, 1147, 1180, 1213, 1246, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626328182638628/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 663, 649, 635, 621, 610, 600, 589, 578, 567, 556, 545, 535, 524, 513, 502, 491, 480, 469, 459, 448, 437, 426, 415, 404, 394, 383, 372, 361, 350, 339, 329, 318, 307, 296, 285, 274, 263, 253, 242, 231, 220, 209], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 738, 753, 768, 784, 799, 814, 830, 845, 860, 872, 884, 896, 908, 920, 932, 944, 956, 968, 980, 992, 1004, 1016, 1028, 1040, 1052, 1064, 1075, 1087, 1099, 1111, 1123, 1135, 1147, 1159, 1171, 1183, 1195, 1207, 1219, 1231, 1243, 1255, 1267], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 813, 857, 901, 945, 988, 1032, 1072, 1108, 1144, 1181, 1217, 1253, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626364327255872/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 656, 645, 634, 623, 611, 600, 588, 577, 565, 554, 542, 531, 519, 508, 496, 484, 473, 461, 450, 438, 427, 415, 404, 392, 381, 369, 358, 346, 335, 323, 312, 300, 289, 277, 266, 254, 242, 231, 219, 208, 196, 185, 173, 162, 150, 139], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 686, 699, 712, 723, 735, 746, 757, 769, 780, 791, 803, 814, 825, 837, 848, 859, 871, 882, 893, 905, 916, 927, 939, 950, 961, 973, 984, 995, 1007, 1018, 1030, 1041, 1052, 1064, 1075, 1086, 1098, 1109, 1120, 1132, 1143, 1154, 1166, 1177, 1188, 1200, 1211], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 743, 773, 819, 871, 923, 974, 1026, 1078, 1130, 1182, 1233, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626475893014602/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, 488, 405, 323, 241, 159, 77, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 493, 427, 360, 293, 227, 160, 93, 27, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 537, 489, 440, 392, 344, 296, 248, 200, 151, 103, 55, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 621, 591, 561, 531, 501, 471, 441, 411, 381, 351, 321, 291, 261, 231, 201, 171, 141, 111, 81, 51, 21, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 649, 644, 639, 634, 629, 624, 619, 613, 608, 602, 595, 589, 582, 576, 570, 563, 557, 551, 544, 538, 532, 525, 519, 512, 506, 500, 493, 487, 481, 474, 468, 462, 455, 449, 442, 436, 430, 423, 417, 411, 404, 398, 392, 385, 379, 373, 366, 360]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452381594376146/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 394, 302, 211, 120, 28, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 450, 377, 304, 231, 158, 85, 12, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 503, 451, 400, 348, 296, 245, 193, 141, 90, 38, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 571, 541, 511, 480, 450, 420, 390, 360, 330, 300, 270, 240, 210, 180, 150, 120, 90, 60, 30, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 646, 639, 632, 625, 618, 611, 604, 597, 590, 583, 576, 569, 562, 555, 548, 540, 533, 526, 519, 512, 505, 498, 491, 484, 477, 470, 463, 456, 449, 442, 435, 428, 420, 413, 406, 399, 392, 385, 378, 371, 364, 357, 350, 343, 336, 329, 322]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452383592719171/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 515, 438, 361, 284, 207, 130, 53, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 559, 504, 449, 393, 338, 283, 228, 173, 118, 63, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 607, 571, 535, 499, 463, 428, 392, 356, 320, 284, 248, 212, 177, 141, 105, 69, 33, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 670, 656, 642, 628, 614, 601, 587, 573, 559, 545, 531, 517, 503, 489, 475, 462, 448, 434, 420, 406, 392, 378, 364, 350, 337, 323, 309, 295, 281, 267, 253, 239, 225, 211, 198, 184, 170, 156, 142, 128, 114, 100, 86, 73, 59, 45, 31], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 713, 722, 732, 742, 752, 762, 771, 781, 791, 801, 811, 821, 830, 840, 850, 860, 870, 880, 889, 899, 909, 919, 929, 938, 948, 958, 968, 978, 988, 997, 1007, 1017, 1027, 1037, 1047, 1056, 1066, 1076, 1086, 1096, 1105, 1115, 1125, 1135, 1145, 1155, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452387590928848/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 491, 418, 345, 272, 198, 125, 52, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 562, 505, 449, 392, 336, 279, 223, 166, 110, 53, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 604, 571, 539, 506, 474, 441, 408, 376, 343, 311, 278, 246, 213, 181, 148, 116, 83, 51, 18, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 662, 651, 641, 631, 621, 611, 601, 591, 581, 570, 560, 550, 540, 530, 520, 510, 499, 489, 479, 469, 459, 449, 439, 429, 418, 408, 398, 388, 378, 368, 358, 348, 337, 327, 317, 307, 297, 287, 277, 266, 256, 246, 236, 226, 216, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 700, 714, 728, 741, 755, 769, 783, 797, 811, 825, 839, 853, 867, 881, 895, 909, 923, 937, 951, 965, 979, 993, 1007, 1021, 1034, 1048, 1062, 1076, 1090, 1104, 1118, 1132, 1146, 1160, 1174, 1188, 1202, 1216, 1230, 1244, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452389590241875/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 498, 423, 348, 273, 197, 122, 47, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 494, 440, 387, 334, 280, 227, 174, 120, 67, 14, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 559, 529, 500, 470, 441, 411, 382, 353, 323, 294, 264, 235, 205, 176, 146, 117, 87, 58, 29, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 625, 616, 607, 598, 589, 580, 571, 562, 553, 544, 535, 526, 517, 508, 499, 490, 481, 472, 463, 454, 445, 436, 427, 418, 409, 400, 391, 382, 373, 364, 355, 346, 337, 328, 319, 310, 301, 291, 282, 273, 264, 255, 246, 237, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 702, 717, 732, 747, 762, 777, 793, 808, 823, 838, 853, 868, 883, 899, 914, 929, 944, 959, 974, 989, 1005, 1020, 1035, 1050, 1065, 1080, 1095, 1111, 1126, 1141, 1156, 1171, 1186, 1201, 1216, 1232, 1247, 1262, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452393588330446/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 488, 415, 342, 269, 196, 123, 50, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 502, 448, 394, 340, 287, 233, 179, 125, 71, 17, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 564, 533, 502, 471, 440, 409, 378, 347, 316, 285, 254, 223, 192, 161, 130, 99, 68, 37, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 629, 620, 610, 600, 590, 580, 570, 560, 551, 541, 531, 521, 511, 501, 492, 482, 472, 462, 452, 442, 432, 423, 413, 403, 393, 383, 373, 364, 354, 344, 334, 324, 314, 304, 295, 285, 275, 265, 255, 245, 235, 226, 216, 206, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 706, 721, 735, 750, 765, 780, 795, 810, 825, 840, 855, 870, 885, 900, 915, 930, 945, 960, 975, 990, 1004, 1019, 1034, 1049, 1064, 1079, 1094, 1109, 1124, 1139, 1154, 1169, 1184, 1199, 1214, 1229, 1244, 1259, 1273, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452395587533775/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 554, 488, 422, 356, 291, 225, 159, 94, 28, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 593, 547, 501, 455, 409, 363, 317, 271, 225, 179, 134, 88, 42, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 662, 636, 610, 584, 558, 532, 506, 481, 455, 429, 403, 377, 351, 325, 299, 274, 248, 222, 196, 170, 144, 118, 92, 66, 41, 15, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 721, 717, 714, 711, 707, 704, 701, 697, 694, 690, 687, 684, 680, 677, 674, 670, 667, 664, 660, 657, 654, 650, 647, 643, 640, 637, 633, 630, 627, 623, 620, 617, 613, 610, 607, 603, 600, 597, 593, 590, 586, 583, 580, 576, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 768, 789, 811, 833, 854, 876, 897, 919, 941, 962, 984, 1006, 1027, 1049, 1071, 1092, 1114, 1136, 1157, 1179, 1200, 1222, 1244, 1265, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452399585761304/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 585, 524, 463, 402, 340, 279, 218, 157, 96, 35, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 585, 547, 509, 471, 434, 396, 358, 320, 282, 245, 207, 169, 131, 93, 56, 18, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 677, 662, 646, 631, 616, 601, 586, 571, 556, 541, 525, 510, 495, 480, 465, 450, 435, 419, 404, 389, 374, 359, 344, 329, 314, 298, 283, 268, 253, 238, 223, 208, 192, 177, 162, 147, 132, 117, 102, 87, 71, 56, 41, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 728, 735, 742, 750, 757, 764, 772, 779, 786, 794, 801, 808, 816, 823, 831, 838, 845, 853, 860, 867, 875, 882, 889, 897, 904, 912, 919, 926, 934, 941, 948, 956, 963, 970, 978, 985, 993, 1000, 1007, 1015, 1022, 1029, 1037, 1044, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 817, 850, 882, 914, 946, 978, 1010, 1043, 1075, 1107, 1139, 1171, 1204, 1236, 1268, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452401584814468/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 510, 459, 407, 356, 305, 253, 202, 150, 99, 48, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 607, 576, 545, 514, 483, 452, 421, 390, 359, 328, 297, 266, 235, 204, 173, 142, 111, 80, 49, 18, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 637, 627, 618, 608, 598, 588, 579, 569, 559, 549, 540, 530, 520, 510, 501, 491, 481, 472, 462, 452, 442, 433, 423, 413, 403, 394, 384, 374, 364, 355, 345, 335, 325, 316, 306, 296, 286, 277, 267, 257, 248, 238, 228, 218, 209, 199, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 675, 688, 700, 712, 724, 737, 749, 761, 774, 786, 798, 811, 823, 835, 848, 860, 872, 884, 897, 909, 921, 934, 946, 958, 971, 983, 995, 1008, 1020, 1032, 1044, 1057, 1069, 1081, 1094, 1106, 1118, 1131, 1143, 1155, 1168, 1180, 1192, 1204, 1217, 1229, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 744, 781, 819, 857, 894, 932, 970, 1007, 1045, 1083, 1121, 1158, 1196, 1234, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452405583118167/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 531, 478, 425, 371, 318, 265, 211, 158, 104, 51, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 595, 564, 532, 500, 468, 437, 405, 373, 341, 310, 278, 246, 214, 183, 151, 119, 87, 56, 24, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 638, 628, 618, 608, 598, 588, 578, 567, 557, 547, 537, 527, 517, 507, 497, 486, 476, 466, 456, 446, 436, 426, 416, 405, 395, 385, 375, 365, 355, 345, 335, 324, 314, 304, 294, 284, 274, 264, 254, 243, 233, 223, 213, 203, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 686, 699, 711, 724, 736, 748, 761, 773, 786, 798, 811, 823, 835, 848, 860, 873, 885, 898, 910, 923, 935, 947, 960, 972, 985, 997, 1010, 1022, 1035, 1047, 1059, 1072, 1084, 1097, 1109, 1122, 1134, 1147, 1159, 1171, 1184, 1196, 1209, 1221, 1234, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 734, 771, 808, 845, 882, 920, 957, 994, 1031, 1068, 1105, 1142, 1179, 1217, 1254, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452407582274573/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 494, 444, 393, 343, 292, 242, 191, 141, 90, 40, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 590, 559, 529, 498, 467, 436, 405, 374, 343, 312, 281, 251, 220, 189, 158, 127, 96, 65, 34, 4, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 629, 620, 611, 601, 592, 582, 573, 564, 554, 545, 536, 526, 517, 507, 498, 489, 479, 470, 460, 451, 442, 432, 423, 414, 404, 395, 385, 376, 367, 357, 348, 339, 329, 320, 310, 301, 292, 282, 273, 263, 254, 245, 235, 226, 217], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 698, 711, 723, 736, 749, 761, 774, 787, 799, 812, 825, 838, 850, 863, 876, 888, 901, 914, 926, 939, 952, 965, 977, 990, 1003, 1015, 1028, 1041, 1053, 1066, 1079, 1091, 1104, 1117, 1130, 1142, 1155, 1168, 1180, 1193, 1206, 1218, 1231, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 781, 809, 836, 863, 939, 978, 1018, 1057, 1096, 1136, 1175, 1214, 1253, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452411580444269/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 510, 457, 403, 350, 296, 243, 189, 135, 82, 28, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 538, 505, 473, 440, 408, 375, 343, 310, 278, 245, 213, 181, 148, 116, 83, 51, 18, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 630, 620, 610, 599, 589, 578, 568, 558, 547, 537, 526, 516, 506, 495, 485, 475, 464, 454, 443, 433, 423, 412, 402, 391, 381, 371, 360, 350, 340, 329, 319, 308, 298, 288, 277, 267, 256, 246, 236, 225, 215, 205, 194, 184, 173, 163], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 678, 690, 703, 715, 727, 740, 752, 765, 777, 790, 802, 815, 827, 839, 852, 864, 877, 889, 902, 914, 927, 939, 952, 964, 976, 989, 1001, 1014, 1026, 1039, 1051, 1064, 1076, 1089, 1101, 1113, 1126, 1138, 1151, 1163, 1176, 1188, 1201, 1213, 1225, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 701, 735, 769, 803, 838, 872, 906, 940, 975, 1009, 1043, 1077, 1112, 1146, 1180, 1214, 1249, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452413579633881/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 563, 507, 451, 395, 340, 284, 228, 172, 117, 61, 5, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 604, 571, 538, 504, 471, 437, 404, 371, 337, 304, 270, 237, 204, 170, 137, 103, 70, 37, 3, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 632, 621, 609, 597, 585, 573, 561, 549, 537, 525, 514, 502, 490, 478, 466, 454, 442, 430, 419, 407, 395, 383, 371, 359, 347, 335, 323, 312, 300, 288, 276, 264, 252, 240, 228, 216, 205, 193, 181, 169, 157, 145, 133, 121, 110], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 674, 685, 696, 706, 717, 728, 739, 750, 761, 772, 783, 794, 805, 816, 827, 837, 848, 859, 870, 881, 892, 903, 914, 925, 936, 947, 957, 968, 979, 990, 1001, 1012, 1023, 1034, 1045, 1056, 1067, 1078, 1088, 1099, 1110, 1121, 1132, 1143, 1154, 1165, 1176], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 720, 752, 785, 817, 849, 882, 914, 946, 979, 1011, 1044, 1076, 1108, 1141, 1173, 1206, 1238, 1270, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452417580383008/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 544, 487, 429, 372, 315, 258, 201, 143, 86, 29, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 585, 552, 518, 485, 451, 418, 384, 351, 317, 284, 250, 216, 183, 149, 116, 82, 49, 15, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 630, 620, 609, 598, 588, 577, 567, 556, 545, 535, 524, 513, 503, 492, 482, 471, 460, 450, 439, 429, 418, 407, 397, 386, 375, 365, 354, 344, 333, 322, 312, 301, 290, 280, 269, 259, 248, 237, 227, 216, 205, 195, 184, 174, 163], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 663, 674, 685, 696, 708, 719, 730, 742, 753, 764, 775, 787, 798, 809, 821, 832, 843, 854, 866, 877, 888, 900, 911, 922, 933, 945, 956, 967, 978, 990, 1001, 1012, 1024, 1035, 1046, 1057, 1069, 1080, 1091, 1103, 1114, 1125, 1136, 1148, 1159, 1170, 1182], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 700, 733, 766, 799, 832, 865, 898, 932, 965, 998, 1031, 1064, 1097, 1130, 1163, 1196, 1229, 1262, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452419576967330/20.jpg"} diff --git a/dataset/tusimple/seg_label/train_val.json b/dataset/tusimple/seg_label/train_val.json new file mode 100644 index 0000000..6359466 --- /dev/null +++ b/dataset/tusimple/seg_label/train_val.json @@ -0,0 +1,53 @@ +{"lanes": [[-2, -2, -2, -2, 730, 705, 681, 661, 640, 619, 598, 577, 556, 535, 514, 493, 472, 451, 433, 416, 398, 381, 363, 346, 328, 311, 293, 276, 258, 241, 223, 205, 188, 170, 153, 135, 118, 100, 83, 65, 48, 30, 12, -2, -2, -2, -2, -2], [-2, -2, 884, 848, 831, 816, 816, 815, 815, 814, 814, 814, 817, 820, 823, 826, 829, 832, 835, 838, 842, 845, 848, 851, 854, 857, 860, 863, 866, 869, 872, 875, 878, 881, 885, 888, 891, 894, 897, 900, 903, 906, 909, 912, 915, 918, 921, 924], [-2, -2, -2, 683, 630, 585, 539, 493, 448, 405, 361, 318, 275, 232, 189, 146, 102, 59, 16, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, 923, 915, 923, 930, 947, 967, 986, 1005, 1024, 1043, 1065, 1088, 1111, 1135, 1158, 1181, 1204, 1227, 1250, 1274, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/300/20.jpg"} +{"lanes": [[-2, 791, 767, 743, 719, 695, 671, 647, 623, 605, 590, 575, 560, 545, 529, 514, 499, 484, 469, 453, 438, 423, 408, 393, 377, 362, 347, 332, 316, 301, 286, 271, 256, 240, 225, 210, 195, 180, 164, 149, 134, 119, 104, 88, 73, 58, 43, 27], [857, 844, 831, 820, 818, 815, 812, 809, 807, 814, 821, 828, 834, 841, 848, 855, 861, 868, 875, 882, 888, 895, 902, 909, 915, 922, 929, 936, 942, 949, 956, 963, 969, 976, 983, 990, 996, 1003, 1010, 1017, 1023, 1030, 1037, 1044, 1050, 1057, 1064, -2], [-2, -2, 710, 670, 630, 591, 551, 511, 471, 432, 392, 352, 313, 273, 233, 194, 154, 114, 75, 35, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [919, 913, 907, 901, 914, 930, 947, 973, 1000, 1026, 1052, 1079, 1105, 1132, 1158, 1184, 1211, 1237, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/600/20.jpg"} +{"lanes": [[851, 817, 783, 760, 743, 727, 710, 694, 682, 673, 664, 656, 647, 638, 629, 621, 612, 603, 594, 586, 577, 568, 560, 551, 542, 533, 525, 516, 507, 498, 490, 481, 472, 463, 455, 446, 437, 429, 420, 411, 402, 394, 385, 376, 367, 359, 350, -2], [-2, -2, 865, 857, 858, 862, 872, 883, 893, 904, 914, 925, 938, 951, 964, 977, 991, 1004, 1017, 1030, 1043, 1056, 1070, 1083, 1096, 1109, 1122, 1135, 1148, 1162, 1175, 1188, 1201, 1214, 1227, 1240, 1254, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, 735, 695, 660, 630, 599, 569, 538, 509, 479, 450, 421, 391, 362, 332, 303, 273, 244, 215, 185, 156, 126, 97, 67, 38, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/180/20.jpg"} +{"lanes": [[-2, -2, -2, 617, 604, 591, 579, 566, 553, 541, 528, 515, 503, 490, 477, 465, 452, 439, 426, 414, 401, 388, 376, 363, 350, 338, 325, 312, 300, 287, 274, 261, 249, 236, 223, 211, 198, 185, 173, 160, 147, 135, 122, 109, 96, 84, 71, 58], [-2, -2, 681, 691, 700, 710, 720, 729, 739, 748, 758, 768, 777, 787, 796, 806, 816, 825, 835, 844, 854, 864, 873, 883, 892, 902, 912, 921, 931, 940, 950, 960, 969, 979, 988, 998, 1008, 1017, 1027, 1036, 1046, 1056, 1065, 1075, 1084, 1094, 1104, 1113], [-2, 595, 574, 553, 529, 495, 462, 429, 396, 363, 330, 297, 264, 230, 197, 164, 131, 98, 65, 32, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, 711, 743, 774, 806, 838, 870, 901, 933, 965, 997, 1028, 1060, 1092, 1124, 1155, 1187, 1219, 1251, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/1200/20.jpg"} +{"lanes": [[-2, -2, -2, 603, 590, 576, 563, 549, 536, 522, 509, 495, 482, 468, 455, 441, 428, 414, 401, 387, 374, 360, 347, 333, 320, 306, 293, 279, 266, 252, 239, 225, 212, 198, 185, 171, 158, 144, 131, 117, 104, 90, 77, 63, 50, 36, 23, 9], [674, 683, 692, 701, 710, 719, 728, 737, 746, 755, 764, 773, 782, 791, 801, 810, 819, 828, 837, 846, 855, 864, 873, 882, 891, 900, 909, 918, 927, 936, 945, 954, 963, 972, 982, 991, 1000, 1009, 1018, 1027, 1036, 1045, 1054, 1063, 1072, 1081, 1090, 1099], [-2, -2, 558, 523, 488, 453, 418, 383, 348, 313, 277, 242, 207, 172, 137, 102, 67, 32, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, 742, 774, 805, 837, 868, 899, 931, 962, 994, 1025, 1056, 1088, 1119, 1150, 1182, 1213, 1245, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/1020/20.jpg"} +{"lanes": [[-2, -2, -2, 589, 580, 571, 562, 553, 540, 527, 514, 500, 487, 474, 461, 447, 434, 421, 408, 394, 381, 368, 354, 341, 328, 315, 301, 288, 275, 262, 248, 235, 222, 209, 195, 182, 169, 156, 142, 129, 116, 103, 89, 76, 63, 50, 36, 23], [-2, -2, -2, 685, 695, 704, 714, 723, 733, 743, 752, 762, 772, 781, 791, 800, 810, 820, 829, 839, 849, 858, 868, 876, 884, 891, 898, 905, 912, 919, 927, 934, 941, 948, 955, 962, 970, 977, 984, 991, 998, 1005, 1012, 1020, 1027, 1034, 1041, 1048], [-2, -2, -2, 518, 486, 454, 422, 390, 358, 326, 294, 262, 230, 198, 166, 134, 102, 70, 38, 6, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, 731, 761, 792, 822, 853, 884, 914, 945, 975, 1006, 1036, 1067, 1098, 1128, 1159, 1189, 1220, 1251, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/1140/20.jpg"} +{"lanes": [[-2, -2, 748, 730, 713, 696, 678, 661, 643, 631, 622, 613, 604, 595, 586, 576, 567, 558, 549, 540, 531, 522, 513, 503, 494, 485, 476, 467, 458, 449, 440, 430, 421, 412, 403, 394, 385, 376, 367, 357, 348, 339, 330, 321, 312, 303, 294, -2], [-2, -2, -2, -2, 810, 814, 817, 821, 824, 836, 849, 862, 875, 887, 900, 913, 926, 939, 951, 964, 977, 990, 1003, 1016, 1028, 1041, 1054, 1067, 1080, 1093, 1105, 1118, 1131, 1144, 1157, 1169, 1182, 1195, 1208, 1221, 1234, 1246, 1259, -2, -2, -2, -2, -2], [-2, -2, -2, 651, 620, 589, 557, 526, 494, 463, 432, 400, 369, 337, 306, 274, 243, 212, 180, 149, 117, 86, 55, 23, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 897, 914, 931, 948, 968, 1002, 1035, 1069, 1103, 1136, 1170, 1203, 1237, 1270, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/720/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, 547, 532, 516, 500, 484, 468, 452, 436, 421, 405, 389, 373, 357, 341, 325, 310, 294, 278, 262, 246, 230, 214, 199, 183, 167, 151, 135, 119, 103, 88, 72, 56, 40, 24, 8, -2, -2, -2, -2], [-2, 702, 708, 715, 722, 728, 735, 742, 749, 755, 762, 769, 775, 782, 789, 796, 802, 809, 816, 822, 829, 836, 842, 849, 856, 863, 869, 876, 883, 889, 896, 903, 910, 916, 923, 930, 936, 943, 950, 957, 963, 970, 977, 983, 990, 997, 1003, 1010], [-2, -2, -2, -2, 522, 483, 444, 405, 366, 327, 288, 249, 210, 171, 132, 93, 54, 15, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, 763, 793, 823, 853, 883, 913, 944, 974, 1004, 1034, 1064, 1094, 1125, 1155, 1185, 1215, 1245, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/960/20.jpg"} +{"lanes": [[-2, 842, 820, 802, 788, 777, 768, 761, 756, 750, 745, 739, 736, 733, 730, 727, 724, 721, 718, 716, 713, 710, 707, 704, 701, 698, 696, 693, 690, 687, 684, 681, 678, 675, 673, 670, 667, 664, 661, 658, 655, 653, 650, 647, 644, 641, 638, 635], [-2, 903, 898, 901, 907, 919, 935, 952, 968, 985, 1004, 1024, 1043, 1063, 1083, 1103, 1122, 1142, 1162, 1182, 1201, 1221, 1241, 1261, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, 777, 746, 718, 690, 660, 627, 594, 564, 539, 514, 489, 464, 439, 414, 389, 364, 339, 313, 288, 263, 238, 213, 188, 163, 138, 113, 88, 63, 38, 12, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/240/20.jpg"} +{"lanes": [[-2, -2, -2, 725, 708, 690, 673, 658, 643, 627, 612, 597, 582, 569, 558, 547, 536, 525, 514, 503, 491, 480, 469, 458, 447, 436, 424, 413, 402, 391, 380, 369, 357, 346, 335, 324, 313, 302, 290, 279, 268, 257, 246, 235, 223, 212, 201, 190], [-2, -2, 814, 811, 807, 804, 801, 809, 817, 825, 833, 841, 849, 857, 867, 878, 889, 900, 911, 923, 934, 945, 956, 967, 978, 990, 1001, 1012, 1023, 1034, 1045, 1056, 1068, 1079, 1090, 1101, 1112, 1123, 1134, 1146, 1157, 1168, 1179, 1190, 1201, 1212, 1224, -2], [-2, -2, 679, 645, 610, 576, 541, 507, 474, 441, 408, 375, 341, 308, 275, 242, 208, 175, 142, 109, 76, 42, 9, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, 879, 892, 909, 929, 949, 969, 999, 1031, 1062, 1093, 1125, 1156, 1187, 1219, 1250, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/660/20.jpg"} +{"lanes": [[759, 735, 710, 685, 660, 635, 618, 601, 584, 568, 551, 534, 517, 500, 483, 466, 449, 432, 415, 398, 382, 365, 348, 331, 314, 297, 280, 263, 246, 229, 212, 196, 179, 162, 145, 128, 111, 94, 77, 60, 43, 26, -2, -2, -2, -2, -2, -2], [828, 815, 803, 790, 778, 769, 770, 771, 772, 773, 774, 779, 785, 791, 797, 803, 809, 814, 820, 826, 832, 838, 844, 849, 855, 861, 867, 873, 879, 885, 890, 896, 902, 908, 914, 920, 925, 931, 937, 943, 949, 955, 961, 966, 972, 978, 984, -2], [-2, -2, 626, 587, 549, 510, 472, 433, 395, 356, 317, 279, 240, 202, 163, 125, 86, 48, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/60/20.jpg"} +{"lanes": [[-2, -2, 765, 742, 719, 695, 677, 662, 646, 631, 616, 601, 585, 570, 555, 540, 527, 515, 502, 490, 478, 465, 453, 440, 428, 415, 403, 390, 378, 365, 353, 341, 328, 316, 304, 292, 279, 267, 255, 243, 231, 218, 206, 194, 182, 169, 157, 145], [-2, -2, 856, 842, 828, 820, 817, 814, 816, 822, 828, 834, 840, 847, 857, 866, 876, 885, 894, 904, 913, 923, 932, 941, 951, 960, 969, 979, 988, 998, 1007, 1016, 1026, 1035, 1045, 1054, 1063, 1073, 1082, 1092, 1101, 1110, 1120, 1129, 1138, 1148, 1157, 1167], [-2, -2, -2, 689, 644, 599, 554, 512, 475, 439, 402, 366, 330, 297, 263, 229, 195, 161, 128, 94, 60, 26, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 900, 913, 937, 962, 986, 1012, 1041, 1069, 1098, 1129, 1159, 1190, 1220, 1251, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/360/20.jpg"} +{"lanes": [[-2, -2, 745, 722, 700, 686, 671, 657, 642, 628, 614, 604, 593, 583, 573, 563, 552, 542, 532, 521, 511, 501, 491, 480, 470, 460, 449, 439, 429, 419, 408, 398, 388, 377, 367, 357, 346, 336, 326, 316, 305, 295, 285, 274, 264, 254, 244, -2], [-2, -2, 834, 816, 818, 823, 828, 832, 837, 846, 858, 870, 882, 894, 906, 918, 930, 941, 953, 965, 977, 989, 1001, 1013, 1025, 1037, 1049, 1061, 1072, 1084, 1096, 1108, 1120, 1132, 1144, 1156, 1168, 1180, 1192, 1204, 1215, 1227, 1239, 1251, 1263, -2, -2, -2], [-2, -2, -2, 656, 611, 565, 533, 502, 471, 440, 409, 377, 346, 315, 284, 253, 222, 191, 160, 128, 97, 66, 35, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 921, 945, 970, 994, 1025, 1058, 1090, 1123, 1155, 1187, 1220, 1252, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/420/20.jpg"} +{"lanes": [[-2, -2, 810, 785, 769, 755, 744, 735, 725, 715, 708, 701, 695, 688, 681, 675, 669, 664, 659, 653, 648, 643, 637, 632, 627, 622, 616, 611, 606, 601, 595, 590, 585, 580, 574, 569, 564, 558, 553, 548, 543, 537, 532, 527, 522, 516, 511, 506], [-2, 907, 887, 881, 880, 884, 894, 908, 922, 936, 950, 963, 977, 993, 1010, 1027, 1043, 1060, 1076, 1093, 1110, 1126, 1143, 1160, 1176, 1193, 1209, 1226, 1243, 1259, 1276, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, 750, 712, 675, 638, 608, 579, 549, 520, 490, 462, 436, 410, 384, 358, 332, 306, 281, 255, 229, 203, 177, 151, 125, 100, 74, 48, 22, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, 957, 963, 986, 1012, 1047, 1082, 1118, 1153, 1189, 1224, 1260, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/480/20.jpg"} +{"lanes": [[-2, 753, 741, 729, 718, 708, 697, 686, 676, 669, 662, 654, 647, 640, 632, 625, 618, 610, 603, 596, 590, 584, 579, 573, 567, 562, 556, 550, 545, 539, 533, 528, 522, 516, 511, 505, 499, 494, 488, 482, 477, 471, 465, 460, 454, 448, 443, 437], [-2, -2, 797, 807, 817, 827, 838, 850, 862, 874, 888, 903, 919, 934, 949, 964, 979, 994, 1009, 1024, 1040, 1056, 1071, 1087, 1103, 1119, 1135, 1151, 1166, 1182, 1198, 1214, 1230, 1246, 1261, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, 684, 653, 621, 592, 563, 535, 507, 478, 450, 421, 394, 369, 343, 317, 291, 265, 239, 213, 187, 161, 135, 109, 84, 58, 32, 6, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, 873, 905, 937, 969, 1001, 1033, 1065, 1097, 1129, 1161, 1193, 1224, 1256, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/780/20.jpg"} +{"lanes": [[-2, -2, 789, 768, 734, 699, 664, 630, 602, 580, 559, 538, 517, 496, 475, 453, 432, 411, 390, 369, 348, 327, 305, 284, 263, 242, 221, 200, 178, 157, 136, 115, 94, 73, 51, 30, 9, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 825, 818, 813, 808, 804, 799, 795, 795, 794, 794, 794, 793, 793, 793, 792, 792, 792, 793, 794, 795, 796, 797, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, -2, -2, -2], [-2, 771, 714, 656, 610, 567, 524, 481, 438, 395, 352, 309, 266, 223, 180, 137, 94, 51, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 911, 916, 927, 944, 964, 984, 1004, 1024, 1045, 1065, 1085, 1105, 1125, 1145, 1166, 1186, 1206, 1226, 1246, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/540/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, 627, 607, 588, 568, 548, 528, 509, 489, 469, 449, 429, 410, 390, 370, 350, 331, 311, 291, 271, 251, 232, 212, 192, 172, 152, 133, 113, 93, 73, 54, 34, 14, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 720, 723, 725, 727, 729, 732, 734, 736, 738, 741, 743, 745, 747, 750, 752, 754, 756, 759, 761, 763, 765, 768, 770, 772, 774, 777, 779, 781, 783, 786, 788, 790, 793, 795, 797, 799, 802, 804, 806, 808, 811, 813, 815, 817, -2], [-2, -2, -2, -2, -2, 553, 512, 470, 429, 387, 346, 304, 262, 221, 179, 138, 96, 55, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 778, 804, 830, 856, 882, 908, 934, 960, 986, 1012, 1038, 1064, 1090, 1116, 1142, 1168, 1194, 1220, 1246, 1272, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/900/20.jpg"} +{"lanes": [[-2, -2, 726, 721, 716, 711, 705, 700, 695, 691, 689, 686, 683, 681, 678, 676, 673, 670, 668, 665, 662, 660, 657, 654, 652, 649, 646, 644, 641, 638, 636, 633, 630, 628, 625, 623, 620, 617, 615, 612, 609, 607, 604, 601, 599, 596, 593, 591], [-2, -2, -2, 786, 806, 825, 844, 863, 883, 902, 921, 940, 960, 979, 998, 1017, 1037, 1056, 1075, 1095, 1114, 1133, 1152, 1172, 1191, 1210, 1229, 1249, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 646, 622, 598, 574, 550, 526, 502, 478, 454, 430, 406, 382, 358, 334, 310, 286, 262, 238, 214, 190, 166, 142, 118, 94, 70, 46, 22, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 902, 944, 987, 1029, 1071, 1113, 1155, 1197, 1239, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/840/20.jpg"} +{"lanes": [[820, 788, 757, 726, 696, 678, 660, 642, 624, 606, 591, 577, 562, 547, 533, 518, 504, 489, 474, 460, 445, 430, 416, 401, 387, 372, 357, 343, 328, 314, 299, 284, 270, 255, 240, 226, 211, 197, 182, 167, 153, 138, 123, 109, 94, 80, 65, 50], [860, 840, 823, 816, 813, 812, 818, 823, 828, 833, 838, 844, 849, 854, 862, 869, 877, 885, 892, 900, 907, 915, 923, 930, 938, 945, 953, 961, 968, 976, 983, 991, 998, 1006, 1014, 1021, 1029, 1036, 1044, 1052, 1059, 1067, 1074, 1082, 1090, 1097, 1105, -2], [775, 726, 681, 638, 594, 551, 510, 477, 443, 410, 376, 342, 309, 275, 242, 208, 174, 141, 107, 74, 40, 7, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/120/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 580, 567, 554, 541, 528, 515, 502, 489, 476, 463, 450, 437, 424, 411, 398, 386, 373, 360, 347, 334, 321, 308, 295, 282, 269, 256, 243, 230, 217, 204, 191, 178, 165, 152, 140, 127, 114, 101, 88, 75, 62, 49, 36, 23], [-2, -2, 681, 690, 699, 708, 717, 727, 736, 745, 754, 763, 772, 782, 791, 800, 809, 818, 827, 836, 846, 855, 864, 873, 882, 891, 901, 910, 919, 928, 937, 946, 955, 965, 974, 983, 992, 1001, 1010, 1020, 1029, 1038, 1047, 1056, 1065, 1074, 1084, 1093], [-2, -2, -2, 512, 480, 448, 417, 385, 353, 321, 289, 257, 225, 194, 162, 130, 98, 66, 34, 2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, 721, 753, 784, 815, 846, 878, 909, 940, 972, 1003, 1034, 1066, 1097, 1128, 1160, 1191, 1222, 1253, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-1/1080/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 612, 602, 592, 583, 573, 564, 554, 545, 535, 526, 516, 506, 497, 487, 478, 468, 459, 449, 440, 430, 420, 411, 401, 392, 382, 373, 363, 354, 344, 334, 325, 315, 306, 296, 287, 277, 268, 258, 248, 239, 229, 220, -2, -2], [-2, -2, -2, -2, 707, 721, 734, 748, 762, 776, 790, 803, 817, 831, 845, 858, 872, 886, 900, 913, 927, 941, 955, 969, 982, 996, 1010, 1024, 1037, 1051, 1065, 1079, 1092, 1106, 1120, 1134, 1147, 1161, 1175, 1189, 1203, 1216, 1230, 1244, 1258, -2, -2, -2], [-2, -2, -2, 564, 535, 506, 476, 447, 418, 388, 359, 330, 301, 271, 242, 213, 184, 154, 125, 96, 66, 37, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, 842, 877, 912, 947, 981, 1016, 1051, 1086, 1120, 1155, 1190, 1224, 1259, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/105/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 623, 613, 603, 594, 584, 574, 565, 555, 545, 536, 526, 517, 507, 497, 488, 478, 468, 459, 449, 439, 430, 420, 411, 401, 391, 382, 372, 362, 353, 343, 334, 324, 314, 305, 295, 285, 276, 266, 256, 247, 237, 228, 218, 208], [-2, -2, -2, -2, 713, 726, 739, 752, 765, 778, 791, 804, 817, 830, 843, 856, 869, 882, 895, 908, 921, 934, 947, 960, 973, 985, 998, 1011, 1024, 1037, 1050, 1063, 1076, 1089, 1102, 1115, 1128, 1141, 1154, 1167, 1180, 1193, 1206, 1219, 1232, 1245, -2, -2], [-2, -2, -2, -2, 540, 510, 480, 451, 421, 391, 361, 331, 302, 272, 242, 212, 182, 153, 123, 93, 63, 33, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, 848, 885, 922, 958, 995, 1032, 1069, 1106, 1142, 1179, 1216, 1253, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/95/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 634, 623, 613, 603, 593, 583, 572, 562, 552, 542, 531, 521, 511, 501, 491, 480, 470, 460, 450, 440, 429, 419, 409, 399, 388, 378, 368, 358, 348, 337, 327, 317, 307, 296, 286, 276, 266, 256, 245, 235, 225, 215, 204, -2], [-2, -2, -2, 727, 739, 752, 764, 776, 788, 801, 813, 825, 837, 850, 862, 874, 886, 899, 911, 923, 935, 947, 960, 972, 984, 996, 1009, 1021, 1033, 1045, 1058, 1070, 1082, 1094, 1106, 1119, 1131, 1143, 1155, 1168, 1180, 1192, 1204, 1217, 1229, 1241, 1253, -2], [-2, -2, -2, -2, 543, 512, 481, 449, 418, 387, 355, 324, 293, 261, 230, 199, 168, 136, 105, 74, 42, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 822, 858, 894, 929, 965, 1001, 1037, 1073, 1108, 1144, 1180, 1216, 1251, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/55/20.jpg"} +{"lanes": [[-2, -2, -2, 635, 626, 617, 607, 598, 589, 579, 570, 561, 551, 542, 533, 524, 514, 505, 496, 486, 477, 468, 458, 449, 440, 431, 421, 412, 403, 393, 384, 375, 365, 356, 347, 338, 328, 319, 310, 300, 291, 282, 272, 263, 254, 245, -2, -2], [-2, -2, 706, 719, 733, 746, 759, 772, 786, 799, 812, 825, 838, 852, 865, 878, 891, 904, 918, 931, 944, 957, 971, 984, 997, 1010, 1023, 1037, 1050, 1063, 1076, 1089, 1103, 1116, 1129, 1142, 1156, 1169, 1182, 1195, 1208, 1222, 1235, 1248, 1261, -2, -2, -2], [-2, -2, -2, -2, 538, 509, 479, 449, 419, 389, 359, 329, 299, 269, 239, 210, 180, 150, 120, 90, 60, 30, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 818, 852, 886, 921, 955, 989, 1023, 1058, 1092, 1126, 1160, 1195, 1229, 1263, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/70/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 629, 619, 610, 600, 591, 581, 571, 561, 551, 541, 531, 521, 511, 501, 491, 481, 472, 462, 452, 442, 432, 422, 412, 402, 392, 382, 372, 362, 352, 342, 332, 322, 312, 302, 292, 282, 272, 262, 252, 242, 232, 222, 212, 202], [-2, -2, -2, 718, 731, 744, 756, 769, 782, 795, 808, 820, 833, 846, 859, 872, 885, 897, 910, 923, 936, 949, 961, 974, 987, 1000, 1013, 1025, 1038, 1051, 1064, 1077, 1089, 1102, 1115, 1128, 1141, 1154, 1166, 1179, 1192, 1205, 1218, 1230, 1243, 1256, 1269, -2], [-2, -2, -2, -2, -2, 506, 475, 445, 414, 384, 353, 322, 292, 261, 231, 200, 169, 139, 108, 78, 47, 16, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, 900, 937, 973, 1009, 1046, 1082, 1118, 1154, 1191, 1227, 1263, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/65/20.jpg"} +{"lanes": [[-2, -2, -2, 643, 633, 623, 612, 602, 592, 582, 571, 561, 551, 541, 530, 520, 510, 500, 489, 479, 469, 459, 448, 438, 428, 418, 407, 397, 387, 377, 366, 356, 346, 336, 325, 315, 305, 295, 284, 274, 264, 254, 243, 233, 223, 213, 202, 192], [-2, -2, 717, 729, 742, 754, 766, 779, 791, 803, 815, 828, 840, 852, 864, 877, 889, 901, 914, 926, 938, 950, 963, 975, 987, 1000, 1012, 1024, 1036, 1049, 1061, 1073, 1085, 1098, 1110, 1122, 1135, 1147, 1159, 1171, 1184, 1196, 1208, 1221, 1233, 1245, 1257, -2], [-2, -2, -2, 561, 532, 503, 474, 445, 416, 387, 358, 329, 300, 271, 242, 213, 184, 155, 126, 98, 69, 40, 11, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 802, 837, 872, 907, 942, 977, 1012, 1047, 1082, 1117, 1152, 1187, 1222, 1257, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/50/20.jpg"} +{"lanes": [[-2, -2, -2, 660, 649, 638, 627, 616, 605, 594, 583, 572, 561, 550, 539, 528, 517, 505, 494, 483, 472, 461, 450, 439, 428, 417, 406, 395, 384, 373, 362, 351, 340, 329, 318, 307, 296, 285, 273, 262, 251, 240, 229, 218, 207, 196, 185, 174], [-2, -2, -2, -2, 730, 742, 753, 765, 777, 789, 801, 813, 825, 837, 849, 861, 873, 885, 897, 909, 921, 933, 945, 957, 969, 981, 993, 1005, 1017, 1029, 1041, 1053, 1065, 1077, 1089, 1101, 1113, 1124, 1136, 1148, 1160, 1172, 1184, 1196, 1208, 1220, 1232, 1244], [-2, -2, -2, 606, 575, 544, 514, 483, 452, 422, 391, 360, 330, 299, 268, 237, 207, 176, 145, 115, 84, 53, 23, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 820, 854, 888, 922, 956, 991, 1025, 1059, 1093, 1127, 1161, 1196, 1230, 1264, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/20/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, 631, 621, 610, 599, 589, 578, 567, 557, 546, 536, 525, 514, 504, 493, 482, 472, 461, 451, 440, 429, 419, 408, 397, 387, 376, 366, 355, 344, 334, 323, 312, 302, 291, 281, 270, 259, 249, 238, 227, 217, 206, 196, 185], [-2, -2, -2, 727, 739, 751, 764, 776, 789, 801, 813, 826, 838, 850, 863, 875, 888, 900, 912, 925, 937, 949, 962, 974, 987, 999, 1011, 1024, 1036, 1049, 1061, 1073, 1086, 1098, 1110, 1123, 1135, 1148, 1160, 1172, 1185, 1197, 1209, 1222, 1234, 1247, 1259, -2], [-2, -2, -2, -2, -2, 522, 492, 462, 432, 403, 373, 343, 313, 283, 254, 224, 194, 164, 135, 105, 75, 45, 15, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, 902, 936, 969, 1003, 1037, 1070, 1104, 1138, 1171, 1205, 1238, 1272, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/45/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 632, 621, 611, 601, 591, 581, 571, 561, 551, 541, 531, 521, 511, 501, 490, 480, 470, 460, 450, 440, 430, 420, 410, 400, 390, 380, 369, 359, 349, 339, 329, 319, 309, 299, 289, 279, 269, 259, 249, 238, 228, 218, 208, 198], [-2, -2, 711, 724, 736, 749, 761, 774, 786, 799, 811, 824, 836, 849, 861, 874, 886, 899, 911, 924, 936, 949, 961, 974, 986, 999, 1011, 1024, 1036, 1049, 1061, 1074, 1086, 1099, 1111, 1124, 1136, 1149, 1161, 1174, 1186, 1199, 1211, 1224, 1237, 1249, 1262, -2], [-2, -2, -2, -2, 530, 500, 471, 441, 411, 382, 352, 323, 293, 263, 234, 204, 174, 145, 115, 86, 56, 26, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 793, 829, 865, 901, 937, 973, 1009, 1045, 1081, 1117, 1153, 1189, 1225, 1261, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/60/20.jpg"} +{"lanes": [[-2, -2, -2, 620, 611, 603, 594, 585, 576, 568, 559, 550, 541, 532, 524, 515, 506, 497, 489, 480, 471, 462, 454, 445, 436, 427, 419, 410, 401, 392, 384, 375, 366, 357, 349, 340, 331, 322, 314, 305, 296, 287, 279, 270, 261, 252, 244, 235], [-2, -2, -2, -2, 709, 723, 736, 750, 764, 777, 791, 805, 818, 832, 846, 859, 873, 887, 900, 914, 928, 941, 955, 969, 982, 996, 1010, 1023, 1037, 1050, 1064, 1078, 1091, 1105, 1119, 1132, 1146, 1160, 1173, 1187, 1201, 1214, 1228, 1242, 1255, -2, -2, -2], [-2, -2, -2, 563, 534, 506, 477, 448, 420, 391, 362, 333, 305, 276, 247, 218, 190, 161, 132, 104, 75, 46, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 805, 840, 875, 910, 945, 980, 1015, 1050, 1085, 1120, 1155, 1190, 1225, 1260, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/115/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 655, 644, 633, 621, 610, 599, 587, 576, 565, 553, 542, 531, 519, 508, 497, 485, 474, 463, 451, 440, 429, 417, 406, 395, 383, 372, 361, 350, 338, 327, 316, 304, 293, 282, 270, 259, 248, 236, 225, 214, 202, 191, 180, -2], [-2, -2, -2, 725, 737, 749, 761, 773, 785, 797, 809, 821, 833, 845, 857, 869, 881, 893, 905, 917, 929, 941, 953, 965, 977, 989, 1001, 1013, 1025, 1037, 1049, 1061, 1073, 1085, 1097, 1109, 1121, 1133, 1145, 1157, 1169, 1181, 1193, 1205, 1217, 1229, 1241, -2], [-2, -2, -2, 596, 566, 536, 506, 476, 446, 416, 386, 357, 327, 297, 267, 237, 207, 177, 147, 117, 88, 58, 28, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 806, 842, 879, 915, 951, 988, 1024, 1061, 1097, 1133, 1170, 1206, 1243, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/25/20.jpg"} +{"lanes": [[-2, 655, 645, 635, 625, 615, 605, 595, 585, 576, 566, 556, 546, 536, 526, 516, 506, 497, 487, 477, 467, 457, 447, 437, 427, 418, 408, 398, 388, 378, 368, 358, 348, 339, 329, 319, 309, 299, 289, 279, 269, 260, 250, 240, 230, 220, 210, 200], [-2, -2, 736, 723, 735, 748, 760, 773, 786, 798, 811, 823, 836, 849, 861, 874, 886, 899, 912, 924, 937, 949, 962, 975, 987, 1000, 1012, 1025, 1038, 1050, 1063, 1075, 1088, 1101, 1113, 1126, 1138, 1151, 1164, 1176, 1189, 1201, 1214, 1227, 1239, 1252, 1264, -2], [-2, 615, 586, 557, 528, 498, 469, 440, 411, 382, 353, 324, 295, 265, 236, 207, 178, 149, 120, 91, 62, 32, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 797, 832, 868, 904, 939, 975, 1011, 1047, 1082, 1118, 1154, 1189, 1225, 1261, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/75/20.jpg"} +{"lanes": [[-2, -2, -2, 660, 649, 638, 628, 617, 606, 596, 585, 575, 564, 553, 543, 532, 522, 511, 500, 490, 479, 468, 458, 447, 437, 426, 415, 405, 394, 384, 373, 362, 352, 341, 330, 320, 309, 299, 288, 277, 267, 256, 245, 235, 224, 214, 203, 192], [-2, -2, -2, 730, 742, 754, 766, 778, 791, 803, 815, 827, 839, 852, 864, 876, 888, 900, 913, 925, 937, 949, 961, 974, 986, 998, 1010, 1022, 1035, 1047, 1059, 1071, 1083, 1096, 1108, 1120, 1132, 1145, 1157, 1169, 1181, 1193, 1206, 1218, 1230, 1242, -2, -2], [-2, -2, -2, -2, 576, 546, 515, 485, 454, 424, 393, 362, 332, 301, 271, 240, 209, 179, 148, 118, 87, 57, 26, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 814, 849, 884, 919, 954, 989, 1024, 1059, 1094, 1129, 1164, 1199, 1234, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/35/20.jpg"} +{"lanes": [[-2, -2, 634, 625, 615, 606, 597, 587, 578, 569, 559, 550, 541, 531, 522, 513, 503, 494, 485, 476, 466, 457, 448, 438, 429, 420, 410, 401, 392, 382, 373, 364, 354, 345, 336, 326, 317, 308, 299, 289, 280, 271, 261, 252, 243, 233, 224, 215], [-2, -2, 761, 722, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, 621, 592, 562, 533, 504, 475, 446, 417, 387, 358, 329, 300, 271, 241, 212, 183, 154, 125, 95, 66, 37, 8, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 806, 841, 877, 912, 947, 983, 1018, 1053, 1089, 1124, 1159, 1195, 1230, 1265, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/100/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 625, 616, 606, 596, 587, 577, 568, 558, 548, 539, 529, 519, 510, 500, 490, 481, 471, 462, 452, 442, 433, 423, 413, 404, 394, 384, 375, 365, 356, 346, 336, 327, 317, 307, 298, 288, 278, 269, 259, 250, 240, 230, 221, 211], [-2, -2, -2, -2, 728, 741, 754, 768, 781, 794, 807, 821, 834, 847, 861, 874, 887, 901, 914, 927, 940, 954, 967, 980, 994, 1007, 1020, 1033, 1047, 1060, 1073, 1087, 1100, 1113, 1127, 1140, 1153, 1166, 1180, 1193, 1206, 1220, 1233, 1246, 1260, -2, -2, -2], [-2, -2, -2, -2, 534, 504, 475, 445, 415, 385, 355, 326, 296, 266, 236, 207, 177, 147, 117, 88, 58, 28, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 818, 854, 890, 926, 962, 998, 1034, 1070, 1106, 1142, 1178, 1214, 1250, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/85/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, 629, 619, 609, 599, 588, 578, 568, 558, 548, 538, 528, 517, 507, 497, 487, 477, 467, 457, 446, 436, 426, 416, 406, 396, 386, 375, 365, 355, 345, 335, 325, 315, 304, 294, 284, 274, 264, 254, 244, 233, 223, 213, 203], [-2, -2, -2, 722, 735, 747, 759, 771, 783, 796, 808, 820, 832, 844, 857, 869, 881, 893, 905, 917, 930, 942, 954, 966, 978, 991, 1003, 1015, 1027, 1039, 1051, 1064, 1076, 1088, 1100, 1112, 1125, 1137, 1149, 1161, 1173, 1185, 1198, 1210, 1222, 1234, 1246, 1259], [-2, -2, -2, 593, 563, 533, 503, 472, 442, 412, 382, 352, 321, 291, 261, 231, 201, 170, 140, 110, 80, 50, 19, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, 854, 888, 922, 956, 990, 1024, 1058, 1092, 1126, 1160, 1194, 1228, 1262, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/40/20.jpg"} +{"lanes": [[-2, -2, 636, 627, 618, 609, 600, 590, 581, 572, 563, 554, 545, 536, 527, 518, 508, 499, 490, 481, 472, 463, 454, 445, 436, 426, 417, 408, 399, 390, 381, 372, 363, 354, 344, 335, 326, 317, 308, 299, 290, 281, 272, 263, 253, 244, 235, 226], [-2, -2, -2, -2, 711, 724, 738, 751, 765, 778, 792, 805, 819, 832, 846, 859, 873, 886, 900, 913, 926, 940, 953, 967, 980, 994, 1007, 1021, 1034, 1048, 1061, 1075, 1088, 1102, 1115, 1129, 1142, 1156, 1169, 1183, 1196, 1210, 1223, 1237, 1250, 1263, 1277, -2], [-2, -2, 579, 551, 523, 494, 466, 438, 409, 381, 353, 325, 296, 268, 240, 211, 183, 155, 126, 98, 70, 42, 13, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 804, 840, 875, 910, 946, 981, 1016, 1052, 1087, 1123, 1158, 1193, 1229, 1264, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/110/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, 612, 602, 591, 581, 571, 560, 550, 540, 529, 519, 509, 498, 488, 478, 467, 457, 447, 437, 426, 416, 406, 395, 385, 375, 364, 354, 344, 333, 323, 313, 302, 292, 282, 271, 261, 251, 241, 230, 220, 210, 199, -2], [-2, -2, -2, -2, 728, 741, 754, 768, 781, 794, 807, 821, 834, 847, 860, 874, 887, 900, 913, 927, 940, 953, 966, 980, 993, 1006, 1019, 1033, 1046, 1059, 1073, 1086, 1099, 1112, 1126, 1139, 1152, 1165, 1179, 1192, 1205, 1218, 1232, 1245, 1258, -2, -2, -2], [-2, -2, -2, -2, 534, 504, 474, 444, 414, 384, 355, 325, 295, 265, 235, 205, 175, 145, 116, 86, 56, 26, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, 851, 888, 925, 962, 999, 1036, 1073, 1110, 1147, 1183, 1220, 1257, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/80/20.jpg"} +{"lanes": [[-2, -2, -2, 631, 621, 611, 602, 592, 582, 572, 562, 552, 542, 532, 522, 513, 503, 493, 483, 473, 463, 453, 443, 433, 424, 414, 404, 394, 384, 374, 364, 354, 344, 335, 325, 315, 305, 295, 285, 275, 265, 255, 246, 236, 226, 216, 206, 196], [-2, -2, -2, 704, 717, 730, 744, 757, 770, 784, 797, 810, 824, 837, 850, 864, 877, 890, 904, 917, 930, 944, 957, 970, 984, 997, 1010, 1024, 1037, 1050, 1064, 1077, 1090, 1104, 1117, 1130, 1144, 1157, 1170, 1184, 1197, 1210, 1224, 1237, 1250, 1264, -2, -2], [-2, -2, -2, 575, 543, 512, 480, 449, 418, 386, 355, 323, 292, 261, 229, 198, 167, 135, 104, 72, 41, 10, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, 828, 866, 904, 942, 980, 1017, 1055, 1093, 1131, 1169, 1206, 1244, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/90/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 646, 635, 625, 614, 603, 592, 581, 570, 559, 548, 538, 527, 516, 505, 494, 483, 472, 461, 451, 440, 429, 418, 407, 396, 385, 374, 364, 353, 342, 331, 320, 309, 298, 287, 277, 266, 255, 244, 233, 222, 211, 200, 190, -2], [-2, -2, -2, 723, 735, 747, 759, 771, 783, 795, 807, 819, 831, 843, 855, 867, 879, 891, 903, 916, 928, 940, 952, 964, 976, 988, 1000, 1012, 1024, 1036, 1048, 1060, 1072, 1084, 1096, 1108, 1120, 1133, 1145, 1157, 1169, 1181, 1193, 1205, 1217, 1229, 1241, -2], [-2, -2, -2, -2, 563, 534, 504, 474, 444, 414, 385, 355, 325, 295, 265, 236, 206, 176, 146, 116, 87, 57, 27, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 817, 851, 886, 920, 954, 989, 1023, 1057, 1091, 1126, 1160, 1194, 1229, 1263, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0313-2/30/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 561, 477, 394, 311, 227, 144, 60, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 549, 481, 413, 345, 277, 209, 141, 73, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 639, 595, 550, 505, 460, 415, 371, 326, 281, 236, 192, 147, 102, 57, 12, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 720, 697, 674, 650, 627, 603, 580, 557, 533, 510, 486, 463, 439, 416, 393, 369, 346, 322, 299, 276, 252, 229, 205, 182, 158, 135, 112, 88, 65, 41, 18, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 755, 755, 755, 755, 755, 755, 756, 756, 756, 756, 756, 756, 756, 757, 757, 757, 757, 757, 757, 757, 758, 758, 758, 758, 758, 758, 759, 759, 759, 759, 759, 759, 759, 760, 760, 760, 760, 760, 760, 760, 761, 761, 761, 761, 761, 761]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452385593783358/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 523, 456, 388, 321, 254, 186, 119, 52, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 563, 512, 460, 409, 358, 307, 255, 204, 153, 101, 50, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 607, 577, 547, 517, 487, 456, 426, 396, 366, 336, 306, 276, 246, 216, 185, 155, 125, 95, 65, 35, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 644, 635, 626, 617, 608, 599, 590, 581, 572, 563, 554, 545, 536, 527, 518, 509, 501, 492, 483, 474, 465, 456, 447, 438, 429, 420, 411, 402, 393, 384, 375, 366, 357, 348, 339, 330, 321, 312, 303, 294, 285, 277, 268, 259, 250, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 688, 703, 718, 733, 748, 763, 778, 793, 809, 824, 839, 854, 869, 884, 899, 914, 930, 945, 960, 975, 990, 1005, 1020, 1035, 1051, 1066, 1081, 1096, 1111, 1126, 1141, 1156, 1172, 1187, 1202, 1217, 1232, 1247, 1262, 1277, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452391590105691/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 493, 425, 356, 288, 220, 151, 83, 14, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 522, 473, 425, 376, 327, 278, 229, 180, 131, 83, 34, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 594, 563, 531, 500, 469, 438, 407, 375, 344, 313, 282, 251, 219, 188, 157, 126, 95, 64, 32, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 643, 634, 624, 615, 606, 597, 588, 579, 570, 561, 552, 543, 534, 525, 516, 507, 498, 489, 480, 471, 462, 453, 444, 435, 426, 416, 407, 398, 389, 380, 371, 362, 353, 344, 335, 326, 317, 308, 299, 290, 281, 272, 263, 254, 245, 236], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 726, 741, 756, 771, 785, 800, 815, 830, 845, 860, 875, 889, 904, 919, 934, 949, 964, 978, 993, 1008, 1023, 1038, 1053, 1068, 1082, 1097, 1112, 1127, 1142, 1157, 1172, 1186, 1201, 1216, 1231, 1246, 1261, 1275, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452397586667021/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 485, 429, 373, 317, 262, 206, 150, 94, 38, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 579, 547, 515, 483, 451, 420, 388, 356, 324, 293, 261, 229, 197, 165, 134, 102, 70, 38, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 645, 635, 625, 615, 605, 594, 584, 574, 564, 554, 544, 534, 524, 514, 504, 493, 483, 473, 463, 453, 443, 433, 423, 413, 403, 393, 382, 372, 362, 352, 342, 332, 322, 312, 302, 292, 282, 271, 261, 251, 241, 231, 221, 211, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 695, 707, 719, 731, 743, 755, 767, 779, 791, 803, 815, 827, 839, 851, 864, 876, 888, 900, 912, 924, 936, 948, 960, 972, 984, 996, 1008, 1020, 1032, 1044, 1056, 1068, 1080, 1092, 1105, 1117, 1129, 1141, 1153, 1165, 1177, 1189, 1201, 1213, 1225, 1237], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 760, 796, 831, 866, 901, 937, 972, 1007, 1042, 1077, 1113, 1148, 1183, 1218, 1253, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452403585050201/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 469, 415, 361, 307, 253, 199, 145, 91, 37, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 534, 503, 472, 441, 410, 379, 348, 318, 287, 256, 225, 194, 163, 132, 101, 70, 39, 8, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 631, 621, 611, 602, 592, 582, 573, 563, 553, 544, 534, 524, 515, 505, 496, 486, 476, 467, 457, 447, 438, 428, 418, 409, 399, 389, 380, 370, 360, 351, 341, 331, 322, 312, 302, 293, 283, 274, 264, 254, 245, 235, 225, 216, 206, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 682, 695, 707, 720, 733, 745, 758, 771, 783, 796, 809, 821, 834, 847, 860, 872, 885, 898, 910, 923, 936, 948, 961, 974, 986, 999, 1012, 1024, 1037, 1050, 1062, 1075, 1088, 1100, 1113, 1126, 1138, 1151, 1164, 1176, 1189, 1202, 1214, 1227, 1240, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 789, 826, 863, 900, 938, 975, 1012, 1049, 1086, 1123, 1160, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452409581290246/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 489, 432, 375, 318, 261, 204, 148, 91, 34, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 563, 531, 499, 466, 434, 401, 369, 337, 304, 272, 240, 207, 175, 142, 110, 78, 45, 13, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 631, 620, 609, 598, 586, 575, 564, 553, 542, 530, 519, 508, 497, 486, 474, 463, 452, 441, 430, 419, 407, 396, 385, 374, 363, 351, 340, 329, 318, 307, 295, 284, 273, 262, 251, 240, 228, 217, 206, 195, 184, 172, 161, 150, 139, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 687, 699, 711, 722, 734, 746, 757, 769, 781, 792, 804, 816, 827, 839, 851, 862, 874, 886, 897, 909, 921, 932, 944, 956, 967, 979, 991, 1002, 1014, 1026, 1037, 1049, 1061, 1072, 1084, 1096, 1107, 1119, 1131, 1142, 1154, 1166, 1177, 1189, 1201], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 735, 768, 800, 833, 865, 898, 930, 963, 995, 1028, 1060, 1093, 1125, 1158, 1190, 1223, 1255, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452415578787519/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, 499, 484, 470, 453, 435, 418, 400, 374, 346, 318, 290, 262, 235, 207, 179, 151, 123, 96, 68, 40, 12, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 529, 531, 533, 536, 538, 540, 540, 538, 536, 531, 525, 519, 513, 507, 499, 491, 483, 475, 467, 459, 451, 443, 435, 426, 418, 410, 402, 394, 386, 378, 370, 362, 354, 346, 338, 330, 322, 314, 306, 297, 289, 281, 273, 265, 257, 249, 241], [-2, -2, -2, -2, -2, -2, -2, -2, 553, 568, 583, 598, 613, 640, 667, 693, 719, 740, 761, 783, 804, 825, 846, 868, 883, 897, 912, 926, 941, 955, 969, 984, 998, 1013, 1027, 1042, 1056, 1070, 1085, 1099, 1114, 1128, 1143, 1157, 1171, 1186, 1200, 1215, 1229, 1244, 1258, 1272, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 558, 585, 613, 646, 679, 714, 770, 817, 865, 912, 954, 994, 1033, 1073, 1113, 1153, 1193, 1232, 1272, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626287507231547/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 649, 630, 613, 601, 590, 579, 568, 557, 546, 535, 524, 512, 501, 490, 479, 468, 457, 446, 435, 423, 412, 401, 390, 379, 368, 357, 346, 334, 323, 312, 301, 290, 279, 268, 257, 245, 234, 223, 212, 201, 190, 179, 168, 156], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 685, 701, 727, 741, 752, 764, 775, 786, 797, 808, 819, 830, 841, 852, 863, 875, 886, 897, 908, 919, 930, 941, 952, 963, 974, 986, 997, 1008, 1019, 1030, 1041, 1052, 1063, 1074, 1086, 1097, 1108, 1119, 1130, 1141, 1152, 1163, 1174, 1185, 1197], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 785, 833, 878, 921, 962, 1004, 1045, 1087, 1128, 1170, 1212, 1253, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626371522989086/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, 547, 593, 638, 641, 630, 619, 609, 598, 588, 577, 567, 556, 546, 535, 525, 514, 503, 493, 482, 472, 461, 451, 440, 430, 419, 409, 398, 388, 377, 367, 356, 346, 335, 325, 314, 304, 293, 283, 272, 261, 251, 240, 230, 219, 209, 198, 188, 177, 167], [-2, -2, -2, -2, -2, -2, -2, -2, 614, 680, 698, 711, 723, 735, 747, 758, 769, 781, 792, 804, 815, 826, 838, 849, 860, 872, 883, 895, 906, 917, 929, 940, 951, 963, 974, 986, 997, 1008, 1020, 1031, 1042, 1054, 1065, 1077, 1088, 1099, 1111, 1122, 1133, 1145, 1156, 1168, 1179, 1190, 1202, 1213], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 713, 759, 789, 820, 854, 895, 935, 974, 1012, 1051, 1090, 1128, 1167, 1206, 1244, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626395742137012/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, 363, 392, 418, 425, 429, 424, 418, 398, 375, 352, 329, 303, 274, 245, 216, 187, 157, 128, 99, 70, 41, 11, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 331, 394, 431, 467, 492, 510, 519, 527, 530, 532, 532, 529, 525, 521, 517, 510, 500, 490, 481, 471, 462, 452, 442, 433, 423, 414, 404, 394, 385, 375, 365, 356, 346, 337, 327, 317, 308, 298, 288, 279, 269, 260, 250, 240, 231, 221, 211, 202, 192, 183, 173, 163], [-2, -2, -2, -2, -2, 421, 469, 520, 559, 594, 629, 663, 698, 732, 767, 797, 826, 856, 886, 916, 945, 975, 1005, 1035, 1064, 1094, 1124, 1154, 1183, 1213, 1243, 1273, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626270684175793/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, 423, 443, 462, 444, 425, 396, 365, 327, 288, 248, 209, 170, 130, 91, 51, 12, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 469, 502, 525, 533, 534, 529, 516, 500, 485, 469, 454, 438, 417, 396, 375, 354, 333, 312, 291, 270, 249, 228, 207, 186, 165, 144, 123, 102, 81, 60, 39, 18, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, 448, 499, 550, 588, 624, 647, 661, 673, 681, 689, 696, 702, 706, 709, 713, 717, 721, 725, 728, 732, 736, 740, 742, 743, 745, 747, 749, 751, 753, 755, 757, 759, 761, 762, 764, 766, 768, 770, 772, 774, 776, 778, 779, 781, 783, 785, 787, 789, 791], [-2, -2, -2, -2, -2, -2, -2, -2, 529, 602, 662, 698, 735, 772, 808, 838, 862, 887, 911, 936, 961, 985, 1010, 1034, 1059, 1084, 1108, 1133, 1157, 1182, 1207, 1231, 1256, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626274615008344/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, 640, 629, 618, 607, 596, 584, 573, 562, 551, 540, 529, 518, 506, 495, 484, 473, 462, 451, 440, 428, 417, 406, 395, 384, 373, 362, 350, 339, 328, 317, 306, 295, 284, 272, 261, 250, 239, 228, 217, 206, 194, 183, 172, 161, 150, 139, 128], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 668, 679, 691, 702, 713, 724, 736, 747, 758, 769, 781, 792, 803, 814, 826, 837, 848, 859, 871, 882, 893, 905, 916, 927, 938, 950, 961, 972, 983, 995, 1006, 1017, 1028, 1040, 1051, 1062, 1073, 1085, 1096, 1107, 1119, 1130, 1141, 1152, 1164, 1175, 1186], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 733, 784, 836, 888, 939, 991, 1043, 1094, 1146, 1198, 1249, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626327183261694/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 630, 619, 607, 598, 590, 583, 575, 568, 560, 553, 545, 538, 530, 523, 515, 508, 500, 493, 485, 478, 470, 463, 455, 448, 440, 433, 425, 418, 410, 403, 395, 388, 380, 373, 365, 358, 350, 343, 335, 328, 320, 313, 305, 298], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 695, 711, 727, 743, 759, 775, 791, 805, 819, 833, 848, 862, 876, 890, 904, 919, 933, 947, 961, 975, 990, 1004, 1018, 1032, 1046, 1060, 1075, 1089, 1103, 1117, 1131, 1146, 1160, 1174, 1188, 1202, 1217, 1231, 1245, 1259, 1273, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 772, 800, 846, 896, 946, 996, 1046, 1096, 1146, 1196, 1246, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626366226158339/20.jpg"} diff --git a/dataset/tusimple/test_label.json b/dataset/tusimple/test_label.json new file mode 100644 index 0000000..5302553 --- /dev/null +++ b/dataset/tusimple/test_label.json @@ -0,0 +1,47 @@ +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 422, 418, 415, 411, 398, 385, 359, 329, 299, 269, 238, 208, 178, 148, 117, 87, 57, 27, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 511, 527, 540, 542, 543, 538, 534, 530, 523, 516, 508, 501, 494, 486, 479, 471, 464, 456, 448, 438, 428, 417, 407, 397, 387, 376, 366, 356, 346, 335, 325, 315, 305, 294, 284, 274, 264, 253, 243, 233, 223, 212, 202, 192, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 598, 632, 667, 688, 705, 723, 740, 758, 775, 793, 810, 827, 842, 856, 870, 884, 897, 911, 925, 939, 953, 967, 981, 995, 1009, 1023, 1037, 1051, 1065, 1079, 1093, 1107, 1121, 1135, 1149, 1162, 1176, 1190, 1204, 1218, 1232, 1246, 1260, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 642, 691, 761, 808, 847, 886, 926, 965, 1000, 1036, 1072, 1107, 1143, 1179, 1214, 1250, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626286076989589_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 664, 635, 606, 577, 546, 515, 484, 452, 422, 398, 373, 349, 325, 300, 276, 252, 227, 203, 178, 154, 130, 105, 81, 57, 32, 8, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 867, 819, 792, 765, 737, 721, 708, 695, 682, 673, 670, 668, 665, 662, 659, 657, 654, 651, 648, 646, 643, 640, 637, 635, 632, 629, 626, 624, 621, 618, 615, 613, 610, 607, 604, 602, 599, 596, 593, 591, 588], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 1043, 1017, 1016, 1015, 1015, 1016, 1023, 1029, 1042, 1059, 1076, 1093, 1110, 1127, 1143, 1160, 1177, 1194, 1211, 1228, 1245, 1262, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626126171818168_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 639, 628, 618, 607, 590, 570, 550, 526, 496, 466, 435, 403, 368, 333, 298, 262, 227, 192, 157, 122, 87, 51, 16, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 669, 666, 663, 660, 654, 647, 640, 632, 620, 608, 596, 584, 570, 555, 541, 527, 513, 499, 484, 470, 456, 442, 428, 413, 399, 385, 371, 357, 342, 328, 314, 300, 285, 271, 257, 243, 229, 214, 200, 186, 172, 158, 143, 129, 115, 101, 87, 72, 58, 44, 30, 15, -2], [-2, -2, -2, -2, 692, 692, 692, 692, 695, 699, 703, 707, 717, 727, 737, 747, 757, 768, 778, 788, 798, 808, 819, 829, 839, 849, 860, 870, 880, 890, 900, 911, 921, 931, 941, 951, 962, 972, 982, 992, 1002, 1013, 1023, 1033, 1043, 1053, 1064, 1074, 1084, 1094, 1104, 1115, 1125, 1135, 1145, 1155], [-2, -2, -2, -2, 755, 744, 739, 742, 752, 764, 777, 802, 831, 860, 889, 918, 948, 977, 1006, 1035, 1064, 1093, 1122, 1151, 1180, 1209, 1238, 1267, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626153155598528_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 208, 158, 107, 55, 4, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 425, 428, 418, 392, 367, 341, 315, 289, 260, 228, 195, 163, 130, 98, 65, 33, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 497, 519, 532, 532, 531, 528, 519, 511, 503, 495, 487, 479, 469, 459, 449, 438, 428, 417, 407, 396, 386, 376, 365, 355, 344, 334, 323, 313, 302, 292, 282, 271, 261, 250, 240, 229, 219, 209, 198, 188, 177, 167, 156, 146, 136], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 578, 616, 652, 678, 704, 718, 731, 745, 758, 769, 781, 792, 804, 816, 827, 839, 850, 862, 873, 885, 897, 908, 920, 931, 943, 954, 966, 978, 989, 1001, 1012, 1024, 1035, 1047, 1059, 1070, 1082, 1093, 1105, 1116, 1128, 1140, 1151, 1163, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626257094533319_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 396, 334, 273, 211, 150, 88, 27, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 514, 478, 442, 406, 369, 333, 297, 261, 225, 189, 153, 117, 80, 44, 8, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 617, 604, 591, 578, 566, 553, 540, 527, 514, 501, 488, 475, 462, 449, 437, 424, 411, 398, 385, 372, 359, 346, 333, 320, 307, 295, 282, 269, 256, 243, 230, 217, 204, 191, 178, 165, 153, 140, 127, 114, 101, 88, 75], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 731, 742, 753, 763, 774, 785, 795, 806, 817, 828, 838, 849, 860, 870, 881, 892, 902, 913, 924, 934, 945, 956, 966, 977, 988, 998, 1009, 1020, 1030, 1041, 1052, 1062, 1073, 1084, 1095, 1105, 1116, 1127, 1137, 1148, 1159, 1169]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626171146236124_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 388, 327, 266, 205, 145, 84, 23, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 483, 450, 416, 383, 349, 316, 282, 249, 215, 182, 148, 115, 81, 48, 14, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 615, 603, 590, 578, 566, 554, 542, 530, 517, 505, 493, 481, 469, 457, 444, 432, 420, 408, 396, 383, 371, 359, 347, 335, 323, 310, 298, 286, 274, 262, 250, 237, 225, 213, 201, 189, 177, 164, 152, 140, 128, 116, 104, 91], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 712, 722, 732, 742, 752, 762, 772, 782, 792, 802, 812, 822, 832, 842, 852, 862, 871, 881, 891, 901, 911, 921, 931, 941, 951, 961, 971, 981, 991, 1001, 1011, 1021, 1031, 1041, 1051, 1061, 1071, 1081, 1091, 1101, 1111, 1121, 1131, 1141, 1151]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626252095353084_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 692, 665, 638, 612, 585, 558, 531, 507, 484, 461, 438, 415, 392, 370, 347, 324, 301, 278, 255, 233, 210, 187, 164, 141, 118, 96, 73, 50, 27, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 737, 737, 738, 738, 739, 740, 740, 741, 741, 742, 743, 743, 744, 744, 745, 745, 746, 747, 747, 748, 748, 749, 750, 750, 751, 751, 752, 752, 753, 754, 754, 755, 755, 756, 757, 757, 758, 758, 759, 759, 760, 761, 761], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 1261, 1219, 1221, 1234, 1254, 1275, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626127172745520_0/20.jpg"} +{"lanes": [[-2, -2, 647, 637, 627, 613, 598, 583, 565, 543, 521, 500, 470, 438, 407, 375, 343, 312, 280, 249, 217, 185, 154, 122, 90, 59, 27, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, 667, 665, 663, 661, 657, 651, 646, 641, 631, 621, 611, 601, 591, 580, 569, 558, 546, 535, 524, 513, 502, 491, 479, 468, 457, 446, 435, 423, 412, 401, 390, 379, 367, 356, 345, 334, 323, 312, 300, 289, 278, 267, 256, 244, 233, 222, 211, 200, 188, 177, 166, 155, 144, 133], [-2, -2, 690, 693, 696, 700, 705, 712, 719, 726, 733, 743, 755, 767, 779, 791, 803, 814, 826, 838, 850, 862, 874, 886, 897, 909, 921, 933, 945, 957, 968, 980, 992, 1004, 1016, 1028, 1039, 1051, 1063, 1075, 1087, 1099, 1110, 1122, 1134, 1146, 1158, 1170, 1182, 1193, 1205, 1217, 1229, 1241, 1253, 1264], [-2, -2, -2, 783, 777, 769, 761, 768, 778, 803, 831, 859, 887, 916, 944, 972, 1000, 1028, 1056, 1085, 1113, 1141, 1169, 1197, 1225, 1254, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626155156451704_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 424, 415, 406, 394, 371, 349, 325, 296, 267, 238, 209, 180, 151, 122, 92, 63, 34, 5, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 512, 524, 534, 533, 533, 531, 525, 520, 515, 509, 504, 498, 493, 485, 476, 466, 457, 447, 438, 428, 418, 409, 399, 390, 380, 371, 361, 352, 342, 333, 323, 314, 304, 295, 285, 276, 266, 256, 247, 237, 228, 218, 209, 199, 190], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 597, 635, 662, 689, 712, 730, 748, 766, 783, 801, 818, 832, 846, 860, 874, 888, 902, 916, 930, 944, 958, 972, 986, 1000, 1014, 1028, 1042, 1056, 1070, 1084, 1098, 1112, 1126, 1140, 1154, 1168, 1183, 1197, 1211, 1225, 1239, 1253, 1267, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 651, 705, 759, 802, 844, 885, 926, 967, 1002, 1036, 1071, 1105, 1139, 1173, 1207, 1241, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626283076624822_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 421, 364, 307, 251, 194, 138, 81, 24, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 509, 473, 438, 403, 367, 332, 296, 261, 226, 190, 155, 119, 84, 49, 13, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 578, 567, 555, 544, 532, 521, 509, 498, 486, 475, 464, 452, 441, 429, 418, 406, 395, 383, 372, 360, 349, 338, 326, 315, 303, 292, 280, 269, 257, 246, 235, 223, 212, 200, 189, 177, 166, 154, 143, 131, 120, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 702, 712, 723, 733, 744, 754, 765, 775, 786, 797, 807, 818, 828, 839, 849, 860, 870, 881, 892, 902, 913, 923, 934, 944, 955, 965, 976, 986, 997, 1008, 1018, 1029, 1039, 1050, 1060, 1071, 1081, 1092, 1103, 1113, 1124, 1134, 1145, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626166147797438_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 562, 525, 488, 451, 414, 377, 339, 302, 265, 228, 191, 154, 117, 80, 43, 6, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 633, 621, 608, 596, 584, 571, 559, 546, 534, 522, 509, 497, 485, 472, 460, 448, 435, 423, 411, 398, 386, 374, 361, 349, 336, 324, 312, 299, 287, 275, 262, 250, 238, 225, 213, 201, 188, 176, 164, 151, 139, 126, 114, 102], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 692, 702, 712, 722, 731, 741, 751, 761, 770, 780, 790, 800, 810, 819, 829, 839, 849, 858, 868, 878, 888, 897, 907, 917, 927, 937, 946, 956, 966, 976, 985, 995, 1005, 1015, 1025, 1034, 1044, 1054, 1064, 1073, 1083, 1093, 1103, 1112, 1122]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626224112349377_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 311, 352, 392, 407, 420, 424, 428, 431, 423, 413, 391, 365, 336, 305, 274, 244, 213, 181, 148, 114, 81, 48, 15, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, 314, 356, 398, 443, 474, 500, 514, 522, 523, 523, 524, 519, 513, 506, 499, 490, 482, 474, 465, 457, 448, 440, 430, 420, 409, 399, 389, 379, 369, 358, 348, 338, 328, 318, 307, 297, 287, 277, 267, 256, 246, 236, 226, 215, 205, 195, 185, 175, 164, 154, 144, 134, 124], [-2, -2, -2, -2, -2, -2, 487, 519, 552, 584, 608, 632, 656, 672, 689, 705, 721, 737, 753, 767, 779, 791, 804, 816, 828, 841, 853, 866, 878, 889, 901, 912, 923, 934, 946, 957, 968, 979, 991, 1002, 1013, 1024, 1036, 1047, 1058, 1069, 1081, 1092, 1103, 1114, 1126, 1137, 1148, 1159, 1171, 1182]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626265087865031_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, 535, 508, 481, 454, 408, 360, 311, 263, 214, 166, 117, 68, 20, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 571, 550, 529, 508, 484, 455, 426, 397, 368, 338, 309, 280, 251, 222, 193, 164, 135, 106, 76, 47, 18, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 636, 630, 624, 618, 611, 605, 596, 587, 579, 570, 561, 553, 544, 535, 527, 518, 509, 501, 492, 483, 475, 466, 457, 449, 440, 431, 423, 414, 405, 397, 388, 379, 371, 362, 353, 344, 336, 327, 318, 310, 301, 292, 284, 275, 266, 258, 249, 240], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 853, 867, 880, 893, 907, 920, 933, 946, 960, 973, 986, 1000, 1013, 1026, 1039, 1053, 1066, 1079, 1093, 1106, 1119, 1132, 1146, 1159, 1172, 1186, 1199, 1212, 1225, 1239, 1252, 1265, -2, -2], [-2, -2, -2, -2, -2, -2, 712, 732, 752, 771, 791, 820, 861, 902, 943, 984, 1031, 1081, 1131, 1181, 1231, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626236105069364_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 317, 361, 394, 419, 426, 431, 429, 425, 416, 400, 372, 344, 316, 287, 258, 228, 198, 167, 137, 107, 77, 47, 16, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, 423, 460, 491, 513, 521, 529, 532, 535, 533, 528, 523, 517, 510, 503, 496, 488, 476, 465, 453, 442, 431, 419, 408, 397, 385, 373, 362, 350, 339, 327, 315, 304, 292, 281, 269, 257, 246, 234, 223, 211, 200, 188, 176, 165, 153, 142, 130, 118, 107, 95], [-2, -2, -2, -2, -2, -2, 475, 509, 543, 573, 600, 625, 644, 662, 681, 699, 716, 730, 743, 757, 771, 785, 799, 812, 826, 841, 855, 869, 883, 897, 912, 926, 940, 954, 968, 983, 997, 1011, 1025, 1040, 1054, 1068, 1082, 1096, 1111, 1125, 1139, 1153, 1167, 1182, 1196, 1210, 1224, 1239, 1253, 1267], [-2, -2, -2, -2, -2, -2, -2, 530, 577, 624, 674, 721, 766, 806, 840, 875, 910, 946, 981, 1017, 1053, 1089, 1125, 1161, 1197, 1233, 1269, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626268085982449_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 553, 520, 486, 453, 419, 386, 352, 319, 285, 252, 219, 185, 152, 118, 85, 51, 18, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 628, 617, 606, 594, 583, 571, 560, 549, 537, 526, 515, 503, 492, 481, 469, 458, 447, 435, 424, 413, 401, 390, 379, 367, 356, 345, 333, 322, 311, 299, 288, 277, 265, 254, 243, 231, 220, 209, 197, 186, 175, 163, 152, 141, 129, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 694, 698, 703, 708, 718, 731, 744, 757, 769, 782, 795, 807, 819, 831, 843, 855, 867, 879, 891, 904, 916, 928, 940, 952, 964, 976, 988, 1001, 1013, 1025, 1037, 1049, 1061, 1073, 1085, 1097, 1110, 1122, 1134, 1146, 1158, 1170, 1182, 1194, 1206, 1219, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 808, 803, 812, 839, 870, 901, 932, 962, 993, 1024, 1055, 1086, 1117, 1148, 1178, 1209, 1240, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626295069332660_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, 386, 366, 347, 314, 267, 211, 148, 85, 22, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 435, 408, 381, 354, 327, 299, 256, 208, 159, 111, 62, 14, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 487, 480, 467, 447, 425, 398, 371, 344, 317, 291, 264, 237, 210, 183, 156, 129, 102, 75, 48, 21, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 508, 533, 546, 552, 552, 548, 545, 540, 534, 527, 521, 515, 508, 502, 496, 489, 483, 477, 470, 462, 455, 447, 440, 432, 424, 417, 409, 402, 394, 387, 379, 372, 364, 357, 349, 341, 334, 326, 319, 311, 304, 296, 289, 281, 274, 266, 258], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 562, 593, 624, 649, 671, 693, 713, 728, 744, 759, 775, 790, 806, 821, 837, 852, 867, 881, 895, 910, 924, 938, 953, 967, 981, 996, 1010, 1024, 1039, 1053, 1067, 1082, 1096, 1110, 1125, 1139, 1153, 1168, 1182, 1196, 1211, 1225, 1239, 1254, 1268, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626047222176976_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, 624, 610, 596, 582, 568, 552, 524, 497, 470, 442, 414, 385, 356, 327, 298, 269, 239, 210, 181, 152, 123, 94, 65, 36, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, 644, 640, 636, 631, 627, 620, 612, 605, 598, 591, 583, 576, 569, 561, 551, 542, 532, 522, 513, 503, 493, 484, 474, 465, 455, 445, 436, 426, 416, 407, 397, 388, 378, 368, 359, 349, 339, 330, 320, 311, 301, 291, 282, 272, 262, 253, 243, 234, 224, 214, 205, 195], [-2, -2, -2, -2, -2, -2, 756, 748, 740, 731, 724, 731, 738, 748, 762, 776, 790, 805, 819, 833, 847, 861, 875, 890, 904, 918, 932, 946, 960, 975, 989, 1003, 1017, 1031, 1045, 1060, 1074, 1088, 1102, 1116, 1131, 1145, 1159, 1173, 1187, 1201, 1216, 1230, 1244, 1258, 1272, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, 774, 779, 786, 797, 809, 831, 863, 896, 928, 961, 993, 1026, 1058, 1091, 1123, 1156, 1188, 1221, 1253, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626158152981904_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 417, 409, 402, 389, 364, 338, 307, 277, 247, 216, 186, 156, 126, 95, 65, 35, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 496, 510, 524, 524, 524, 523, 517, 509, 500, 492, 484, 476, 468, 459, 450, 440, 431, 421, 411, 402, 392, 383, 373, 364, 354, 344, 335, 325, 316, 306, 296, 287, 277, 268, 258, 249, 239, 229, 220, 210, 201, 191, 181, 172, 162], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 560, 592, 624, 656, 688, 707, 724, 741, 759, 776, 793, 810, 825, 838, 852, 865, 879, 892, 906, 919, 933, 946, 960, 973, 987, 1000, 1014, 1027, 1041, 1054, 1068, 1081, 1095, 1108, 1122, 1135, 1149, 1162, 1176, 1189, 1203, 1216, 1230, 1243, 1257], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 614, 673, 724, 772, 819, 867, 902, 937, 973, 1008, 1044, 1079, 1115, 1150, 1185, 1221, 1256, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626281077831064_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 536, 497, 458, 419, 380, 341, 302, 262, 223, 184, 145, 106, 67, 28, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 616, 602, 587, 573, 559, 545, 531, 517, 503, 488, 474, 460, 446, 432, 418, 404, 390, 375, 361, 347, 333, 319, 305, 291, 276, 262, 248, 234, 220, 206, 192, 177, 163, 149, 135, 121, 107, 93, 78, 64, 50, 36, 22, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 677, 686, 694, 703, 712, 720, 729, 737, 746, 755, 763, 772, 780, 789, 798, 806, 815, 824, 832, 841, 849, 858, 867, 875, 884, 892, 901, 910, 918, 927, 936, 944, 953, 961, 970, 979, 987, 996, 1004, 1013, 1022, 1030, 1039, 1048, 1056]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626191132352208_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 479, 417, 354, 292, 229, 167, 105, 42, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 513, 474, 435, 397, 358, 319, 281, 242, 203, 165, 126, 87, 49, 10, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 598, 586, 574, 562, 550, 539, 527, 515, 503, 491, 479, 468, 456, 444, 432, 420, 408, 397, 385, 373, 361, 349, 337, 326, 314, 302, 290, 278, 266, 255, 243, 231, 219, 207, 195, 184, 172, 160, 148, 136, 124, 113], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 710, 722, 733, 745, 756, 767, 779, 790, 802, 813, 824, 836, 847, 859, 870, 881, 893, 904, 916, 927, 938, 950, 961, 973, 984, 995, 1007, 1018, 1030, 1041, 1052, 1064, 1075, 1086, 1098, 1109, 1121, 1132, 1143, 1155, 1166, 1178, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0530/1492626199127566374_0/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, 595, 558, 521, 485, 448, 412, 375, 339, 302, 266, 229, 192, 156, 119, 83, 46, 10, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 640, 626, 612, 598, 585, 571, 557, 544, 530, 516, 503, 489, 475, 462, 448, 434, 421, 407, 393, 380, 366, 352, 338, 325, 311, 297, 284, 270, 256, 243, 229, 215, 202, 188, 174, 161, 147, 133, 120, 106, 92, 78, 65, 51, 37, 24, 10, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 677, 680, 685, 696, 706, 717, 727, 738, 748, 759, 769, 778, 786, 794, 802, 810, 818, 826, 834, 842, 849, 857, 865, 873, 881, 889, 897, 905, 913, 921, 929, 937, 945, 953, 961, 969, 977, 985, 993, 1001, 1009, 1017, 1025, 1033, 1041, 1049, 1057, 1065], [-2, -2, -2, -2, -2, -2, -2, -2, 683, 714, 744, 775, 805, 836, 866, 897, 927, 958, 988, 1019, 1049, 1079, 1110, 1140, 1171, 1201, 1232, 1262, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626292371547028/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 504, 511, 519, 526, 534, 541, 542, 542, 543, 541, 537, 533, 529, 525, 520, 515, 510, 504, 499, 493, 488, 483, 477, 472, 466, 461, 456, 450, 445, 439, 434, 429, 423, 418, 413, 407, 402, 396, 391, 386, 380, 375, 369, 364, 359, 353], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 537, 552, 589, 625, 655, 680, 705, 730, 754, 779, 801, 817, 833, 850, 866, 882, 898, 915, 931, 947, 963, 980, 996, 1012, 1028, 1045, 1061, 1077, 1094, 1110, 1126, 1142, 1159, 1175, 1191, 1207, 1224, 1240, 1256, 1273, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 558, 576, 601, 634, 699, 772, 835, 892, 931, 970, 1009, 1048, 1088, 1127, 1166, 1205, 1244, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626344839162069/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, 640, 629, 618, 607, 595, 583, 571, 559, 548, 536, 524, 512, 500, 488, 476, 465, 452, 440, 428, 416, 404, 392, 380, 367, 355, 343, 331, 319, 307, 295, 283, 270, 258, 246, 234, 222, 210, 198, 185, 173, 161, 149, 137, 125, 113, 100, 88], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 664, 674, 684, 694, 704, 715, 725, 735, 745, 755, 765, 775, 785, 795, 805, 816, 826, 836, 846, 856, 866, 876, 886, 896, 906, 916, 927, 937, 947, 957, 967, 977, 987, 997, 1007, 1017, 1028, 1038, 1048, 1058, 1068, 1078, 1088, 1098, 1108, 1118, 1129], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 691, 727, 764, 805, 847, 890, 932, 974, 1016, 1059, 1101, 1143, 1186, 1228, 1270, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626388446057821/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, 634, 642, 631, 620, 609, 598, 587, 576, 565, 554, 542, 531, 520, 509, 498, 487, 475, 464, 453, 442, 431, 420, 409, 397, 386, 375, 364, 353, 342, 330, 319, 308, 297, 286, 275, 263, 252, 241, 230, 219, 208, 196, 185, 174, 163, 152, 141], [-2, -2, -2, -2, -2, -2, -2, -2, 642, 679, 690, 702, 713, 724, 735, 747, 758, 769, 780, 792, 803, 814, 825, 837, 848, 859, 870, 882, 893, 904, 915, 927, 938, 949, 960, 972, 983, 994, 1005, 1017, 1028, 1039, 1050, 1062, 1073, 1084, 1095, 1107, 1118, 1129, 1141, 1152, 1163, 1174, 1186, 1197], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 728, 755, 783, 819, 861, 903, 945, 987, 1029, 1071, 1113, 1155, 1197, 1240, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626394610203677/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, 734, 714, 693, 673, 652, 633, 615, 597, 578, 560, 542, 524, 506, 488, 471, 458, 446, 433, 421, 409, 396, 384, 371, 359, 347, 334, 322, 310, 297, 285, 272, 260, 248, 235, 223, 210, 198, 186, 173, 161, 149, 136, 124, 111, 99, 87, 74], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 761, 764, 765, 767, 768, 771, 775, 780, 785, 794, 803, 811, 820, 829, 838, 848, 858, 868, 878, 888, 898, 908, 918, 927, 937, 947, 957, 967, 977, 987, 997, 1006, 1016, 1026, 1036, 1046, 1056, 1066, 1076, 1085, 1095, 1105, 1115, 1125, 1135, 1145, 1155], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 794, 815, 838, 861, 884, 907, 930, 956, 987, 1018, 1049, 1082, 1116, 1149, 1183, 1216, 1250, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626473860953990/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 486, 452, 418, 384, 350, 317, 283, 249, 215, 181, 147, 114, 80, 46, 12, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 587, 578, 567, 556, 544, 533, 521, 509, 498, 486, 475, 463, 452, 440, 429, 417, 405, 394, 382, 371, 359, 348, 336, 325, 313, 302, 290, 278, 267, 255, 244, 232, 221, 209, 198, 186, 174, 163, 151, 140, 128, 117], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 706, 726, 742, 754, 764, 775, 785, 796, 806, 817, 828, 838, 849, 859, 870, 881, 891, 902, 912, 923, 933, 944, 955, 965, 976, 986, 997, 1007, 1018, 1029, 1039, 1050, 1060, 1071, 1081, 1092, 1103, 1113, 1124, 1134, 1145, 1155]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626253262712112/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, 379, 419, 443, 454, 457, 449, 437, 418, 399, 380, 361, 341, 312, 283, 254, 224, 195, 166, 137, 108, 79, 50, 20, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, 318, 415, 465, 505, 535, 547, 556, 563, 563, 562, 559, 557, 555, 552, 550, 548, 543, 535, 526, 518, 509, 501, 493, 484, 476, 467, 459, 451, 442, 434, 425, 417, 408, 400, 392, 383, 375, 366, 358, 350, 341, 333, 324, 316, 308, 299, 291, 282, 274, 266, 257], [-2, -2, -2, -2, -2, 376, 460, 518, 567, 602, 634, 666, 698, 730, 757, 784, 810, 836, 862, 888, 915, 941, 967, 993, 1020, 1046, 1072, 1098, 1124, 1151, 1177, 1203, 1229, 1256, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626271917313999/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, 408, 465, 485, 489, 487, 482, 465, 446, 426, 407, 385, 359, 334, 308, 282, 257, 231, 206, 180, 154, 129, 103, 78, 52, 26, 1, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, 441, 503, 533, 569, 586, 597, 603, 607, 610, 609, 607, 606, 604, 603, 597, 592, 587, 582, 576, 571, 566, 561, 556, 550, 545, 540, 535, 529, 524, 519, 514, 508, 503, 498, 493, 488, 482, 477, 472, 467, 461, 456, 451, 446, 440, 435, 430, 425, 419, 414], [-2, -2, -2, -2, -2, 359, 469, 553, 598, 641, 669, 697, 725, 753, 781, 809, 837, 865, 893, 919, 943, 967, 992, 1016, 1040, 1065, 1089, 1113, 1137, 1162, 1186, 1210, 1235, 1259, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626272918083058/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, 641, 632, 623, 613, 604, 595, 586, 577, 568, 558, 549, 540, 531, 522, 512, 503, 494, 485, 476, 467, 457, 448, 439, 430, 421, 412, 402, 393, 384, 375, 366, 357, 347, 338, 329, 320, 311, 301, 292, 283, 274, 265, 256, 246, 237, 228, 219], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 666, 680, 694, 708, 722, 735, 749, 763, 777, 791, 805, 818, 832, 846, 860, 874, 888, 901, 915, 929, 943, 957, 970, 984, 998, 1012, 1026, 1040, 1053, 1067, 1081, 1095, 1109, 1122, 1136, 1150, 1164, 1178, 1192, 1205, 1219, 1233, 1247, 1261, 1275, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 714, 755, 795, 836, 882, 927, 972, 1017, 1062, 1107, 1153, 1198, 1243, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626323818607492/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, 625, 615, 604, 594, 583, 573, 562, 552, 542, 531, 521, 510, 500, 489, 479, 468, 458, 448, 437, 427, 416, 406, 395, 385, 375, 364, 354, 343, 333, 322, 312, 301, 291, 281, 270, 260, 249, 239, 228, 218, 208, 197, 187, 176, 166, 155, 145], [-2, -2, -2, -2, -2, -2, -2, -2, 661, 672, 684, 695, 706, 718, 729, 741, 752, 763, 775, 786, 797, 809, 820, 831, 843, 854, 865, 877, 888, 900, 911, 922, 934, 945, 956, 968, 979, 990, 1002, 1013, 1025, 1036, 1047, 1059, 1070, 1081, 1093, 1104, 1115, 1127, 1138, 1149, 1161, 1172, 1184, 1195], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 727, 784, 841, 898, 955, 1012, 1069, 1126, 1183, 1240, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626326050823425/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, 648, 637, 625, 613, 602, 590, 578, 567, 555, 544, 532, 520, 509, 497, 485, 474, 462, 451, 439, 427, 416, 404, 392, 381, 369, 357, 346, 334, 323, 311, 299, 288, 276, 264, 253, 241, 230, 218, 206, 195, 183, 171, 160, 148, 136, 125, 113], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 679, 690, 700, 711, 721, 732, 742, 753, 764, 774, 785, 795, 806, 817, 827, 838, 848, 859, 870, 880, 891, 901, 912, 922, 933, 944, 954, 965, 975, 986, 997, 1007, 1018, 1028, 1039, 1050, 1060, 1071, 1081, 1092, 1102, 1113, 1124, 1134, 1145, 1155], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 719, 752, 785, 818, 851, 884, 916, 949, 982, 1015, 1048, 1081, 1114, 1147, 1180, 1213, 1246, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626328182638628/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 663, 649, 635, 621, 610, 600, 589, 578, 567, 556, 545, 535, 524, 513, 502, 491, 480, 469, 459, 448, 437, 426, 415, 404, 394, 383, 372, 361, 350, 339, 329, 318, 307, 296, 285, 274, 263, 253, 242, 231, 220, 209], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 738, 753, 768, 784, 799, 814, 830, 845, 860, 872, 884, 896, 908, 920, 932, 944, 956, 968, 980, 992, 1004, 1016, 1028, 1040, 1052, 1064, 1075, 1087, 1099, 1111, 1123, 1135, 1147, 1159, 1171, 1183, 1195, 1207, 1219, 1231, 1243, 1255, 1267], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 813, 857, 901, 945, 988, 1032, 1072, 1108, 1144, 1181, 1217, 1253, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626364327255872/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 656, 645, 634, 623, 611, 600, 588, 577, 565, 554, 542, 531, 519, 508, 496, 484, 473, 461, 450, 438, 427, 415, 404, 392, 381, 369, 358, 346, 335, 323, 312, 300, 289, 277, 266, 254, 242, 231, 219, 208, 196, 185, 173, 162, 150, 139], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 686, 699, 712, 723, 735, 746, 757, 769, 780, 791, 803, 814, 825, 837, 848, 859, 871, 882, 893, 905, 916, 927, 939, 950, 961, 973, 984, 995, 1007, 1018, 1030, 1041, 1052, 1064, 1075, 1086, 1098, 1109, 1120, 1132, 1143, 1154, 1166, 1177, 1188, 1200, 1211], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 743, 773, 819, 871, 923, 974, 1026, 1078, 1130, 1182, 1233, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0531/1492626475893014602/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, 488, 405, 323, 241, 159, 77, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 493, 427, 360, 293, 227, 160, 93, 27, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 537, 489, 440, 392, 344, 296, 248, 200, 151, 103, 55, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 621, 591, 561, 531, 501, 471, 441, 411, 381, 351, 321, 291, 261, 231, 201, 171, 141, 111, 81, 51, 21, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, 649, 644, 639, 634, 629, 624, 619, 613, 608, 602, 595, 589, 582, 576, 570, 563, 557, 551, 544, 538, 532, 525, 519, 512, 506, 500, 493, 487, 481, 474, 468, 462, 455, 449, 442, 436, 430, 423, 417, 411, 404, 398, 392, 385, 379, 373, 366, 360]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452381594376146/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 394, 302, 211, 120, 28, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 450, 377, 304, 231, 158, 85, 12, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 503, 451, 400, 348, 296, 245, 193, 141, 90, 38, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 571, 541, 511, 480, 450, 420, 390, 360, 330, 300, 270, 240, 210, 180, 150, 120, 90, 60, 30, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 646, 639, 632, 625, 618, 611, 604, 597, 590, 583, 576, 569, 562, 555, 548, 540, 533, 526, 519, 512, 505, 498, 491, 484, 477, 470, 463, 456, 449, 442, 435, 428, 420, 413, 406, 399, 392, 385, 378, 371, 364, 357, 350, 343, 336, 329, 322]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452383592719171/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 515, 438, 361, 284, 207, 130, 53, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 559, 504, 449, 393, 338, 283, 228, 173, 118, 63, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 607, 571, 535, 499, 463, 428, 392, 356, 320, 284, 248, 212, 177, 141, 105, 69, 33, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 670, 656, 642, 628, 614, 601, 587, 573, 559, 545, 531, 517, 503, 489, 475, 462, 448, 434, 420, 406, 392, 378, 364, 350, 337, 323, 309, 295, 281, 267, 253, 239, 225, 211, 198, 184, 170, 156, 142, 128, 114, 100, 86, 73, 59, 45, 31], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 713, 722, 732, 742, 752, 762, 771, 781, 791, 801, 811, 821, 830, 840, 850, 860, 870, 880, 889, 899, 909, 919, 929, 938, 948, 958, 968, 978, 988, 997, 1007, 1017, 1027, 1037, 1047, 1056, 1066, 1076, 1086, 1096, 1105, 1115, 1125, 1135, 1145, 1155, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452387590928848/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 491, 418, 345, 272, 198, 125, 52, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 562, 505, 449, 392, 336, 279, 223, 166, 110, 53, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 604, 571, 539, 506, 474, 441, 408, 376, 343, 311, 278, 246, 213, 181, 148, 116, 83, 51, 18, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 662, 651, 641, 631, 621, 611, 601, 591, 581, 570, 560, 550, 540, 530, 520, 510, 499, 489, 479, 469, 459, 449, 439, 429, 418, 408, 398, 388, 378, 368, 358, 348, 337, 327, 317, 307, 297, 287, 277, 266, 256, 246, 236, 226, 216, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 700, 714, 728, 741, 755, 769, 783, 797, 811, 825, 839, 853, 867, 881, 895, 909, 923, 937, 951, 965, 979, 993, 1007, 1021, 1034, 1048, 1062, 1076, 1090, 1104, 1118, 1132, 1146, 1160, 1174, 1188, 1202, 1216, 1230, 1244, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452389590241875/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 498, 423, 348, 273, 197, 122, 47, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 494, 440, 387, 334, 280, 227, 174, 120, 67, 14, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 559, 529, 500, 470, 441, 411, 382, 353, 323, 294, 264, 235, 205, 176, 146, 117, 87, 58, 29, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 625, 616, 607, 598, 589, 580, 571, 562, 553, 544, 535, 526, 517, 508, 499, 490, 481, 472, 463, 454, 445, 436, 427, 418, 409, 400, 391, 382, 373, 364, 355, 346, 337, 328, 319, 310, 301, 291, 282, 273, 264, 255, 246, 237, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 702, 717, 732, 747, 762, 777, 793, 808, 823, 838, 853, 868, 883, 899, 914, 929, 944, 959, 974, 989, 1005, 1020, 1035, 1050, 1065, 1080, 1095, 1111, 1126, 1141, 1156, 1171, 1186, 1201, 1216, 1232, 1247, 1262, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452393588330446/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 488, 415, 342, 269, 196, 123, 50, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 502, 448, 394, 340, 287, 233, 179, 125, 71, 17, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 564, 533, 502, 471, 440, 409, 378, 347, 316, 285, 254, 223, 192, 161, 130, 99, 68, 37, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 629, 620, 610, 600, 590, 580, 570, 560, 551, 541, 531, 521, 511, 501, 492, 482, 472, 462, 452, 442, 432, 423, 413, 403, 393, 383, 373, 364, 354, 344, 334, 324, 314, 304, 295, 285, 275, 265, 255, 245, 235, 226, 216, 206, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 706, 721, 735, 750, 765, 780, 795, 810, 825, 840, 855, 870, 885, 900, 915, 930, 945, 960, 975, 990, 1004, 1019, 1034, 1049, 1064, 1079, 1094, 1109, 1124, 1139, 1154, 1169, 1184, 1199, 1214, 1229, 1244, 1259, 1273, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452395587533775/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 554, 488, 422, 356, 291, 225, 159, 94, 28, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 593, 547, 501, 455, 409, 363, 317, 271, 225, 179, 134, 88, 42, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 662, 636, 610, 584, 558, 532, 506, 481, 455, 429, 403, 377, 351, 325, 299, 274, 248, 222, 196, 170, 144, 118, 92, 66, 41, 15, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 721, 717, 714, 711, 707, 704, 701, 697, 694, 690, 687, 684, 680, 677, 674, 670, 667, 664, 660, 657, 654, 650, 647, 643, 640, 637, 633, 630, 627, 623, 620, 617, 613, 610, 607, 603, 600, 597, 593, 590, 586, 583, 580, 576, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 768, 789, 811, 833, 854, 876, 897, 919, 941, 962, 984, 1006, 1027, 1049, 1071, 1092, 1114, 1136, 1157, 1179, 1200, 1222, 1244, 1265, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452399585761304/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 585, 524, 463, 402, 340, 279, 218, 157, 96, 35, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 585, 547, 509, 471, 434, 396, 358, 320, 282, 245, 207, 169, 131, 93, 56, 18, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 677, 662, 646, 631, 616, 601, 586, 571, 556, 541, 525, 510, 495, 480, 465, 450, 435, 419, 404, 389, 374, 359, 344, 329, 314, 298, 283, 268, 253, 238, 223, 208, 192, 177, 162, 147, 132, 117, 102, 87, 71, 56, 41, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 728, 735, 742, 750, 757, 764, 772, 779, 786, 794, 801, 808, 816, 823, 831, 838, 845, 853, 860, 867, 875, 882, 889, 897, 904, 912, 919, 926, 934, 941, 948, 956, 963, 970, 978, 985, 993, 1000, 1007, 1015, 1022, 1029, 1037, 1044, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 817, 850, 882, 914, 946, 978, 1010, 1043, 1075, 1107, 1139, 1171, 1204, 1236, 1268, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452401584814468/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 510, 459, 407, 356, 305, 253, 202, 150, 99, 48, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 607, 576, 545, 514, 483, 452, 421, 390, 359, 328, 297, 266, 235, 204, 173, 142, 111, 80, 49, 18, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 637, 627, 618, 608, 598, 588, 579, 569, 559, 549, 540, 530, 520, 510, 501, 491, 481, 472, 462, 452, 442, 433, 423, 413, 403, 394, 384, 374, 364, 355, 345, 335, 325, 316, 306, 296, 286, 277, 267, 257, 248, 238, 228, 218, 209, 199, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 675, 688, 700, 712, 724, 737, 749, 761, 774, 786, 798, 811, 823, 835, 848, 860, 872, 884, 897, 909, 921, 934, 946, 958, 971, 983, 995, 1008, 1020, 1032, 1044, 1057, 1069, 1081, 1094, 1106, 1118, 1131, 1143, 1155, 1168, 1180, 1192, 1204, 1217, 1229, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 744, 781, 819, 857, 894, 932, 970, 1007, 1045, 1083, 1121, 1158, 1196, 1234, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452405583118167/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 531, 478, 425, 371, 318, 265, 211, 158, 104, 51, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 595, 564, 532, 500, 468, 437, 405, 373, 341, 310, 278, 246, 214, 183, 151, 119, 87, 56, 24, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 638, 628, 618, 608, 598, 588, 578, 567, 557, 547, 537, 527, 517, 507, 497, 486, 476, 466, 456, 446, 436, 426, 416, 405, 395, 385, 375, 365, 355, 345, 335, 324, 314, 304, 294, 284, 274, 264, 254, 243, 233, 223, 213, 203, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 686, 699, 711, 724, 736, 748, 761, 773, 786, 798, 811, 823, 835, 848, 860, 873, 885, 898, 910, 923, 935, 947, 960, 972, 985, 997, 1010, 1022, 1035, 1047, 1059, 1072, 1084, 1097, 1109, 1122, 1134, 1147, 1159, 1171, 1184, 1196, 1209, 1221, 1234, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 734, 771, 808, 845, 882, 920, 957, 994, 1031, 1068, 1105, 1142, 1179, 1217, 1254, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452407582274573/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 494, 444, 393, 343, 292, 242, 191, 141, 90, 40, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 590, 559, 529, 498, 467, 436, 405, 374, 343, 312, 281, 251, 220, 189, 158, 127, 96, 65, 34, 4, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 629, 620, 611, 601, 592, 582, 573, 564, 554, 545, 536, 526, 517, 507, 498, 489, 479, 470, 460, 451, 442, 432, 423, 414, 404, 395, 385, 376, 367, 357, 348, 339, 329, 320, 310, 301, 292, 282, 273, 263, 254, 245, 235, 226, 217], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 698, 711, 723, 736, 749, 761, 774, 787, 799, 812, 825, 838, 850, 863, 876, 888, 901, 914, 926, 939, 952, 965, 977, 990, 1003, 1015, 1028, 1041, 1053, 1066, 1079, 1091, 1104, 1117, 1130, 1142, 1155, 1168, 1180, 1193, 1206, 1218, 1231, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 781, 809, 836, 863, 939, 978, 1018, 1057, 1096, 1136, 1175, 1214, 1253, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452411580444269/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 510, 457, 403, 350, 296, 243, 189, 135, 82, 28, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 538, 505, 473, 440, 408, 375, 343, 310, 278, 245, 213, 181, 148, 116, 83, 51, 18, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 630, 620, 610, 599, 589, 578, 568, 558, 547, 537, 526, 516, 506, 495, 485, 475, 464, 454, 443, 433, 423, 412, 402, 391, 381, 371, 360, 350, 340, 329, 319, 308, 298, 288, 277, 267, 256, 246, 236, 225, 215, 205, 194, 184, 173, 163], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 678, 690, 703, 715, 727, 740, 752, 765, 777, 790, 802, 815, 827, 839, 852, 864, 877, 889, 902, 914, 927, 939, 952, 964, 976, 989, 1001, 1014, 1026, 1039, 1051, 1064, 1076, 1089, 1101, 1113, 1126, 1138, 1151, 1163, 1176, 1188, 1201, 1213, 1225, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 701, 735, 769, 803, 838, 872, 906, 940, 975, 1009, 1043, 1077, 1112, 1146, 1180, 1214, 1249, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452413579633881/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 563, 507, 451, 395, 340, 284, 228, 172, 117, 61, 5, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 604, 571, 538, 504, 471, 437, 404, 371, 337, 304, 270, 237, 204, 170, 137, 103, 70, 37, 3, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 632, 621, 609, 597, 585, 573, 561, 549, 537, 525, 514, 502, 490, 478, 466, 454, 442, 430, 419, 407, 395, 383, 371, 359, 347, 335, 323, 312, 300, 288, 276, 264, 252, 240, 228, 216, 205, 193, 181, 169, 157, 145, 133, 121, 110], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 674, 685, 696, 706, 717, 728, 739, 750, 761, 772, 783, 794, 805, 816, 827, 837, 848, 859, 870, 881, 892, 903, 914, 925, 936, 947, 957, 968, 979, 990, 1001, 1012, 1023, 1034, 1045, 1056, 1067, 1078, 1088, 1099, 1110, 1121, 1132, 1143, 1154, 1165, 1176], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 720, 752, 785, 817, 849, 882, 914, 946, 979, 1011, 1044, 1076, 1108, 1141, 1173, 1206, 1238, 1270, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452417580383008/20.jpg"} +{"lanes": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 544, 487, 429, 372, 315, 258, 201, 143, 86, 29, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 585, 552, 518, 485, 451, 418, 384, 351, 317, 284, 250, 216, 183, 149, 116, 82, 49, 15, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 630, 620, 609, 598, 588, 577, 567, 556, 545, 535, 524, 513, 503, 492, 482, 471, 460, 450, 439, 429, 418, 407, 397, 386, 375, 365, 354, 344, 333, 322, 312, 301, 290, 280, 269, 259, 248, 237, 227, 216, 205, 195, 184, 174, 163], [-2, -2, -2, -2, -2, -2, -2, -2, -2, 663, 674, 685, 696, 708, 719, 730, 742, 753, 764, 775, 787, 798, 809, 821, 832, 843, 854, 866, 877, 888, 900, 911, 922, 933, 945, 956, 967, 978, 990, 1001, 1012, 1024, 1035, 1046, 1057, 1069, 1080, 1091, 1103, 1114, 1125, 1136, 1148, 1159, 1170, 1182], [-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 700, 733, 766, 799, 832, 865, 898, 932, 965, 998, 1031, 1064, 1097, 1130, 1163, 1196, 1229, 1262, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2]], "h_samples": [160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710], "raw_file": "clips/0601/1494452419576967330/20.jpg"} diff --git a/dataset/tusimple/test_tasks_0627.json b/dataset/tusimple/test_tasks_0627.json new file mode 100644 index 0000000..b7004bc --- /dev/null +++ b/dataset/tusimple/test_tasks_0627.json @@ -0,0 +1,47 @@ +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626286076989589_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626126171818168_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626153155598528_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626257094533319_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626171146236124_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626252095353084_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626127172745520_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626155156451704_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626283076624822_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626166147797438_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626224112349377_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626265087865031_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626236105069364_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626268085982449_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626295069332660_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626047222176976_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626158152981904_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626281077831064_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626191132352208_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0530\/1492626199127566374_0\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0531\/1492626292371547028\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0531\/1492626344839162069\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0531\/1492626388446057821\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0531\/1492626394610203677\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0531\/1492626473860953990\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0531\/1492626253262712112\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0531\/1492626271917313999\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0531\/1492626272918083058\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0531\/1492626323818607492\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0531\/1492626326050823425\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0531\/1492626328182638628\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0531\/1492626364327255872\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0531\/1492626475893014602\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0601\/1494452381594376146\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0601\/1494452383592719171\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0601\/1494452387590928848\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0601\/1494452389590241875\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0601\/1494452393588330446\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0601\/1494452395587533775\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0601\/1494452399585761304\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0601\/1494452401584814468\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0601\/1494452405583118167\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0601\/1494452407582274573\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0601\/1494452411580444269\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0601\/1494452413579633881\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0601\/1494452417580383008\/20.jpg"} +{"h_samples":[160,170,180,190,200,210,220,230,240,250,260,270,280,290,300,310,320,330,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,500,510,520,530,540,550,560,570,580,590,600,610,620,630,640,650,660,670,680,690,700,710],"lanes":[],"run_time":1000,"raw_file":"clips\/0601\/1494452419576967330\/20.jpg"} diff --git a/datasets/__init__.py b/datasets/__init__.py new file mode 100644 index 0000000..b94b540 --- /dev/null +++ b/datasets/__init__.py @@ -0,0 +1,4 @@ +from .registry import build_dataset, build_dataloader + +from .tusimple import TuSimple +from .culane import CULane diff --git a/datasets/base_dataset.py b/datasets/base_dataset.py new file mode 100644 index 0000000..33a7f18 --- /dev/null +++ b/datasets/base_dataset.py @@ -0,0 +1,86 @@ +import os.path as osp +import os +import numpy as np +import cv2 +import torch +from torch.utils.data import Dataset +import torchvision +import utils.transforms as tf +from .registry import DATASETS + + +@DATASETS.register_module +class BaseDataset(Dataset): + def __init__(self, img_path, data_list, list_path='list', cfg=None): + self.cfg = cfg + self.img_path = img_path + self.list_path = osp.join(img_path, list_path) + self.data_list = data_list + self.is_training = ('train' in data_list) + + self.img_name_list = [] + self.full_img_path_list = [] + self.label_list = [] + self.exist_list = [] + + self.transform = self.transform_train() if self.is_training else self.transform_val() + + self.init() + + def transform_train(self): + raise NotImplementedError() + + def transform_val(self): + val_transform = torchvision.transforms.Compose([ + tf.SampleResize((self.cfg.img_width, self.cfg.img_height)), + tf.GroupNormalize(mean=(self.cfg.img_norm['mean'], (0, )), std=( + self.cfg.img_norm['std'], (1, ))), + ]) + return val_transform + + def view(self, img, coords, file_path=None): + for coord in coords: + for x, y in coord: + if x <= 0 or y <= 0: + continue + x, y = int(x), int(y) + cv2.circle(img, (x, y), 4, (255, 0, 0), 2) + + if file_path is not None: + if not os.path.exists(osp.dirname(file_path)): + os.makedirs(osp.dirname(file_path)) + cv2.imwrite(file_path, img) + + + def init(self): + raise NotImplementedError() + + + def __len__(self): + return len(self.full_img_path_list) + + def __getitem__(self, idx): + img = cv2.imread(self.full_img_path_list[idx]).astype(np.float32) + img = img[self.cfg.cut_height:, :, :] + + if self.is_training: + label = cv2.imread(self.label_list[idx], cv2.IMREAD_UNCHANGED) + if len(label.shape) > 2: + label = label[:, :, 0] + label = label.squeeze() + label = label[self.cfg.cut_height:, :] + exist = self.exist_list[idx] + if self.transform: + img, label = self.transform((img, label)) + label = torch.from_numpy(label).contiguous().long() + else: + img, = self.transform((img,)) + + img = torch.from_numpy(img).permute(2, 0, 1).contiguous().float() + meta = {'full_img_path': self.full_img_path_list[idx], + 'img_name': self.img_name_list[idx]} + + data = {'img': img, 'meta': meta} + if self.is_training: + data.update({'label': label, 'exist': exist}) + return data diff --git a/datasets/culane.py b/datasets/culane.py new file mode 100644 index 0000000..c64a1bb --- /dev/null +++ b/datasets/culane.py @@ -0,0 +1,72 @@ +import os +import os.path as osp +import numpy as np +import torchvision +import utils.transforms as tf +from .base_dataset import BaseDataset +from .registry import DATASETS +import cv2 +import torch + + +@DATASETS.register_module +class CULane(BaseDataset): + def __init__(self, img_path, data_list, cfg=None): + super().__init__(img_path, data_list, cfg=cfg) + self.ori_imgh = 590 + self.ori_imgw = 1640 + + def init(self): + with open(osp.join(self.list_path, self.data_list)) as f: + for line in f: + line_split = line.strip().split(" ") + self.img_name_list.append(line_split[0]) + self.full_img_path_list.append(self.img_path + line_split[0]) + if not self.is_training: + continue + self.label_list.append(self.img_path + line_split[1]) + self.exist_list.append( + np.array([int(line_split[2]), int(line_split[3]), + int(line_split[4]), int(line_split[5])])) + + def transform_train(self): + train_transform = torchvision.transforms.Compose([ + tf.GroupRandomRotation(degree=(-2, 2)), + tf.GroupRandomHorizontalFlip(), + tf.SampleResize((self.cfg.img_width, self.cfg.img_height)), + tf.GroupNormalize(mean=(self.cfg.img_norm['mean'], (0, )), std=( + self.cfg.img_norm['std'], (1, ))), + ]) + return train_transform + + def probmap2lane(self, probmaps, exists, pts=18): + coords = [] + probmaps = probmaps[1:, ...] + exists = exists > 0.5 + for probmap, exist in zip(probmaps, exists): + if exist == 0: + continue + probmap = cv2.blur(probmap, (9, 9), borderType=cv2.BORDER_REPLICATE) + thr = 0.3 + coordinate = np.zeros(pts) + cut_height = self.cfg.cut_height + for i in range(pts): + line = probmap[round( + self.cfg.img_height-i*20/(self.ori_imgh-cut_height)*self.cfg.img_height)-1] + + if np.max(line) > thr: + coordinate[i] = np.argmax(line)+1 + if np.sum(coordinate > 0) < 2: + continue + + img_coord = np.zeros((pts, 2)) + img_coord[:, :] = -1 + for idx, value in enumerate(coordinate): + if value > 0: + img_coord[idx][0] = round(value*self.ori_imgw/self.cfg.img_width-1) + img_coord[idx][1] = round(self.ori_imgh-idx*20-1) + + img_coord = img_coord.astype(int) + coords.append(img_coord) + + return coords diff --git a/datasets/registry.py b/datasets/registry.py new file mode 100644 index 0000000..103a3ed --- /dev/null +++ b/datasets/registry.py @@ -0,0 +1,36 @@ +from utils import Registry, build_from_cfg + +import torch + +DATASETS = Registry('datasets') + +def build(cfg, registry, default_args=None): + if isinstance(cfg, list): + modules = [ + build_from_cfg(cfg_, registry, default_args) for cfg_ in cfg + ] + return nn.Sequential(*modules) + else: + return build_from_cfg(cfg, registry, default_args) + + +def build_dataset(split_cfg, cfg): + args = split_cfg.copy() + args.pop('type') + args = args.to_dict() + args['cfg'] = cfg + return build(split_cfg, DATASETS, default_args=args) + +def build_dataloader(split_cfg, cfg, is_train=True): + if is_train: + shuffle = True + else: + shuffle = False + + dataset = build_dataset(split_cfg, cfg) + + data_loader = torch.utils.data.DataLoader( + dataset, batch_size = cfg.batch_size, shuffle = shuffle, + num_workers = cfg.workers, pin_memory = False, drop_last = False) + + return data_loader diff --git a/datasets/tusimple.py b/datasets/tusimple.py new file mode 100644 index 0000000..3097a23 --- /dev/null +++ b/datasets/tusimple.py @@ -0,0 +1,150 @@ +import os.path as osp +import numpy as np +import cv2 +import torchvision +import utils.transforms as tf +from .base_dataset import BaseDataset +from .registry import DATASETS + + +@DATASETS.register_module +class TuSimple(BaseDataset): + def __init__(self, img_path, data_list, cfg=None): + super().__init__(img_path, data_list, 'seg_label/list', cfg) + + def transform_train(self): + input_mean = self.cfg.img_norm['mean'] + train_transform = torchvision.transforms.Compose([ + tf.GroupRandomRotation(), + tf.GroupRandomHorizontalFlip(), + tf.SampleResize((self.cfg.img_width, self.cfg.img_height)), + tf.GroupNormalize(mean=(self.cfg.img_norm['mean'], (0, )), std=( + self.cfg.img_norm['std'], (1, ))), + ]) + return train_transform + + + def init(self): + with open(osp.join(self.list_path, self.data_list)) as f: + for line in f: + line_split = line.strip().split(" ") + self.img_name_list.append(line_split[0]) + self.full_img_path_list.append(self.img_path + line_split[0]) + if not self.is_training: + continue + self.label_list.append(self.img_path + line_split[1]) + self.exist_list.append( + np.array([int(line_split[2]), int(line_split[3]), + int(line_split[4]), int(line_split[5]), + int(line_split[6]), int(line_split[7]) + ])) + + def fix_gap(self, coordinate): + if any(x > 0 for x in coordinate): + start = [i for i, x in enumerate(coordinate) if x > 0][0] + end = [i for i, x in reversed(list(enumerate(coordinate))) if x > 0][0] + lane = coordinate[start:end+1] + if any(x < 0 for x in lane): + gap_start = [i for i, x in enumerate( + lane[:-1]) if x > 0 and lane[i+1] < 0] + gap_end = [i+1 for i, + x in enumerate(lane[:-1]) if x < 0 and lane[i+1] > 0] + gap_id = [i for i, x in enumerate(lane) if x < 0] + if len(gap_start) == 0 or len(gap_end) == 0: + return coordinate + for id in gap_id: + for i in range(len(gap_start)): + if i >= len(gap_end): + return coordinate + if id > gap_start[i] and id < gap_end[i]: + gap_width = float(gap_end[i] - gap_start[i]) + lane[id] = int((id - gap_start[i]) / gap_width * lane[gap_end[i]] + ( + gap_end[i] - id) / gap_width * lane[gap_start[i]]) + if not all(x > 0 for x in lane): + print("Gaps still exist!") + coordinate[start:end+1] = lane + return coordinate + + def is_short(self, lane): + start = [i for i, x in enumerate(lane) if x > 0] + if not start: + return 1 + else: + return 0 + + def get_lane(self, prob_map, y_px_gap, pts, thresh, resize_shape=None): + """ + Arguments: + ---------- + prob_map: prob map for single lane, np array size (h, w) + resize_shape: reshape size target, (H, W) + + Return: + ---------- + coords: x coords bottom up every y_px_gap px, 0 for non-exist, in resized shape + """ + if resize_shape is None: + resize_shape = prob_map.shape + h, w = prob_map.shape + H, W = resize_shape + H -= self.cfg.cut_height + + coords = np.zeros(pts) + coords[:] = -1.0 + for i in range(pts): + y = int((H - 10 - i * y_px_gap) * h / H) + if y < 0: + break + line = prob_map[y, :] + id = np.argmax(line) + if line[id] > thresh: + coords[i] = int(id / w * W) + if (coords > 0).sum() < 2: + coords = np.zeros(pts) + self.fix_gap(coords) + #print(coords.shape) + + return coords + + def probmap2lane(self, seg_pred, exist, resize_shape=(720, 1280), smooth=True, y_px_gap=10, pts=56, thresh=0.6): + """ + Arguments: + ---------- + seg_pred: np.array size (5, h, w) + resize_shape: reshape size target, (H, W) + exist: list of existence, e.g. [0, 1, 1, 0] + smooth: whether to smooth the probability or not + y_px_gap: y pixel gap for sampling + pts: how many points for one lane + thresh: probability threshold + + Return: + ---------- + coordinates: [x, y] list of lanes, e.g.: [ [[9, 569], [50, 549]] ,[[630, 569], [647, 549]] ] + """ + if resize_shape is None: + resize_shape = seg_pred.shape[1:] # seg_pred (5, h, w) + _, h, w = seg_pred.shape + H, W = resize_shape + coordinates = [] + + for i in range(self.cfg.num_classes - 1): + prob_map = seg_pred[i + 1] + if smooth: + prob_map = cv2.blur(prob_map, (9, 9), borderType=cv2.BORDER_REPLICATE) + coords = self.get_lane(prob_map, y_px_gap, pts, thresh, resize_shape) + if self.is_short(coords): + continue + coordinates.append( + [[coords[j], H - 10 - j * y_px_gap] if coords[j] > 0 else [-1, H - 10 - j * y_px_gap] for j in + range(pts)]) + + + if len(coordinates) == 0: + coords = np.zeros(pts) + coordinates.append( + [[coords[j], H - 10 - j * y_px_gap] if coords[j] > 0 else [-1, H - 10 - j * y_px_gap] for j in + range(pts)]) + #print(coordinates) + + return coordinates diff --git a/main.py b/main.py new file mode 100644 index 0000000..6543d31 --- /dev/null +++ b/main.py @@ -0,0 +1,54 @@ +import os +import os.path as osp +import time +import shutil +import torch +import torchvision +import torch.nn.parallel +import torch.backends.cudnn as cudnn +import torch.nn.functional as F +import torch.optim +import cv2 +import numpy as np +import models +import argparse +from utils.config import Config +from runner.runner import Runner +from datasets import build_dataloader + + +def main(): + ########## Begin ########## + + ########## End ########## + +def parse_args(): + parser = argparse.ArgumentParser(description='Train a detector') + parser.add_argument('--config', help='train config file path', default="configs/tusimple.py") + parser.add_argument( + '--work_dirs', type=str, default='work_dirs', + help='work dirs') + parser.add_argument( + '--load_from', default=None, + help='the checkpoint file to resume from') + parser.add_argument( + '--finetune_from', default=None, + help='whether to finetune from the checkpoint') + parser.add_argument( + '--validate', + action='store_true', + help='whether to evaluate the checkpoint during training') + parser.add_argument( + '--view', + action='store_true', + help='whether to show visualization result') + parser.add_argument('--gpus', nargs='+', type=str, default='0') + parser.add_argument('--seed', type=int, + default=None, help='random seed') + args = parser.parse_args() + + return args + + +if __name__ == '__main__': + main() diff --git a/models/__init__.py b/models/__init__.py new file mode 100644 index 0000000..fc812be --- /dev/null +++ b/models/__init__.py @@ -0,0 +1 @@ +from .resa import * diff --git a/models/decoder.py b/models/decoder.py new file mode 100644 index 0000000..f4228a7 --- /dev/null +++ b/models/decoder.py @@ -0,0 +1,129 @@ +from torch import nn +import torch.nn.functional as F + +class PlainDecoder(nn.Module): + def __init__(self, cfg): + super(PlainDecoder, self).__init__() + self.cfg = cfg + + self.dropout = nn.Dropout2d(0.1) + self.conv8 = nn.Conv2d(128, cfg.num_classes, 1) + + def forward(self, x): + x = self.dropout(x) + x = self.conv8(x) + x = F.interpolate(x, size=[self.cfg.img_height, self.cfg.img_width], + mode='bilinear', align_corners=False) + + return x + + +def conv1x1(in_planes, out_planes, stride=1): + """1x1 convolution""" + return nn.Conv2d(in_planes, out_planes, kernel_size=1, stride=stride, bias=False) + + +class non_bottleneck_1d(nn.Module): + def __init__(self, chann, dropprob, dilated): + super().__init__() + + self.conv3x1_1 = nn.Conv2d( + chann, chann, (3, 1), stride=1, padding=(1, 0), bias=True) + + self.conv1x3_1 = nn.Conv2d( + chann, chann, (1, 3), stride=1, padding=(0, 1), bias=True) + + self.bn1 = nn.BatchNorm2d(chann, eps=1e-03) + + self.conv3x1_2 = nn.Conv2d(chann, chann, (3, 1), stride=1, padding=(1 * dilated, 0), bias=True, + dilation=(dilated, 1)) + + self.conv1x3_2 = nn.Conv2d(chann, chann, (1, 3), stride=1, padding=(0, 1 * dilated), bias=True, + dilation=(1, dilated)) + + self.bn2 = nn.BatchNorm2d(chann, eps=1e-03) + + self.dropout = nn.Dropout2d(dropprob) + + def forward(self, input): + output = self.conv3x1_1(input) + output = F.relu(output) + output = self.conv1x3_1(output) + output = self.bn1(output) + output = F.relu(output) + + output = self.conv3x1_2(output) + output = F.relu(output) + output = self.conv1x3_2(output) + output = self.bn2(output) + + if (self.dropout.p != 0): + output = self.dropout(output) + + # +input = identity (residual connection) + return F.relu(output + input) + + +class UpsamplerBlock(nn.Module): + def __init__(self, ninput, noutput, up_width, up_height): + super().__init__() + + self.conv = nn.ConvTranspose2d( + ninput, noutput, 3, stride=2, padding=1, output_padding=1, bias=True) + + self.bn = nn.BatchNorm2d(noutput, eps=1e-3, track_running_stats=True) + + self.follows = nn.ModuleList() + self.follows.append(non_bottleneck_1d(noutput, 0, 1)) + self.follows.append(non_bottleneck_1d(noutput, 0, 1)) + + # interpolate + self.up_width = up_width + self.up_height = up_height + self.interpolate_conv = conv1x1(ninput, noutput) + self.interpolate_bn = nn.BatchNorm2d( + noutput, eps=1e-3, track_running_stats=True) + + def forward(self, input): + output = self.conv(input) + output = self.bn(output) + out = F.relu(output) + for follow in self.follows: + out = follow(out) + + interpolate_output = self.interpolate_conv(input) + interpolate_output = self.interpolate_bn(interpolate_output) + interpolate_output = F.relu(interpolate_output) + + interpolate = F.interpolate(interpolate_output, size=[self.up_height, self.up_width], + mode='bilinear', align_corners=False) + + return out + interpolate + +class BUSD(nn.Module): + def __init__(self, cfg): + super().__init__() + img_height = cfg.img_height + img_width = cfg.img_width + num_classes = cfg.num_classes + + self.layers = nn.ModuleList() + + self.layers.append(UpsamplerBlock(ninput=128, noutput=64, + up_height=int(img_height)//4, up_width=int(img_width)//4)) + self.layers.append(UpsamplerBlock(ninput=64, noutput=32, + up_height=int(img_height)//2, up_width=int(img_width)//2)) + self.layers.append(UpsamplerBlock(ninput=32, noutput=16, + up_height=int(img_height)//1, up_width=int(img_width)//1)) + + self.output_conv = conv1x1(16, num_classes) + + def forward(self, input): + output = input + + for layer in self.layers: + output = layer(output) + + output = self.output_conv(output) + + return output diff --git a/models/registry.py b/models/registry.py new file mode 100644 index 0000000..7b65eff --- /dev/null +++ b/models/registry.py @@ -0,0 +1,16 @@ +from utils import Registry, build_from_cfg + +NET = Registry('net') + +def build(cfg, registry, default_args=None): + if isinstance(cfg, list): + modules = [ + build_from_cfg(cfg_, registry, default_args) for cfg_ in cfg + ] + return nn.Sequential(*modules) + else: + return build_from_cfg(cfg, registry, default_args) + + +def build_net(cfg): + return build(cfg.net, NET, default_args=dict(cfg=cfg)) diff --git a/models/resa.py b/models/resa.py new file mode 100644 index 0000000..d8b70c1 --- /dev/null +++ b/models/resa.py @@ -0,0 +1,123 @@ +import torch.nn as nn +import torch +import torch.nn.functional as F + +from models.registry import NET +from .resnet import ResNetWrapper +from .decoder import BUSD, PlainDecoder + + +class RESA(nn.Module): + def __init__(self, cfg): + super(RESA, self).__init__() + self.iter = cfg.resa.iter + chan = cfg.resa.input_channel + fea_stride = cfg.backbone.fea_stride + self.height = cfg.img_height // fea_stride + self.width = cfg.img_width // fea_stride + self.alpha = cfg.resa.alpha + conv_stride = cfg.resa.conv_stride + + for i in range(self.iter): + conv_vert1 = nn.Conv2d( + chan, chan, (1, conv_stride), + padding=(0, conv_stride//2), groups=1, bias=False) + conv_vert2 = nn.Conv2d( + chan, chan, (1, conv_stride), + padding=(0, conv_stride//2), groups=1, bias=False) + + setattr(self, 'conv_d'+str(i), conv_vert1) + setattr(self, 'conv_u'+str(i), conv_vert2) + + conv_hori1 = nn.Conv2d( + chan, chan, (conv_stride, 1), + padding=(conv_stride//2, 0), groups=1, bias=False) + conv_hori2 = nn.Conv2d( + chan, chan, (conv_stride, 1), + padding=(conv_stride//2, 0), groups=1, bias=False) + + setattr(self, 'conv_r'+str(i), conv_hori1) + setattr(self, 'conv_l'+str(i), conv_hori2) + + idx_d = (torch.arange(self.height) + self.height // + 2**(self.iter - i)) % self.height + setattr(self, 'idx_d'+str(i), idx_d) + + idx_u = (torch.arange(self.height) - self.height // + 2**(self.iter - i)) % self.height + setattr(self, 'idx_u'+str(i), idx_u) + + idx_r = (torch.arange(self.width) + self.width // + 2**(self.iter - i)) % self.width + setattr(self, 'idx_r'+str(i), idx_r) + + idx_l = (torch.arange(self.width) - self.width // + 2**(self.iter - i)) % self.width + setattr(self, 'idx_l'+str(i), idx_l) + + def forward(self, x): + x = x.clone() + + for direction in ['d', 'u']: + for i in range(self.iter): + conv = getattr(self, 'conv_' + direction + str(i)) + idx = getattr(self, 'idx_' + direction + str(i)) + x.add_(self.alpha * F.relu(conv(x[..., idx, :]))) + + for direction in ['r', 'l']: + for i in range(self.iter): + conv = getattr(self, 'conv_' + direction + str(i)) + idx = getattr(self, 'idx_' + direction + str(i)) + x.add_(self.alpha * F.relu(conv(x[..., idx]))) + + return x + + + +class ExistHead(nn.Module): + def __init__(self, cfg=None): + super(ExistHead, self).__init__() + self.cfg = cfg + + self.dropout = nn.Dropout2d(0.1) # ??? + self.conv8 = nn.Conv2d(128, cfg.num_classes, 1) + + stride = cfg.backbone.fea_stride * 2 + self.fc9 = nn.Linear( + int(cfg.num_classes * cfg.img_width / stride * cfg.img_height / stride), 128) + self.fc10 = nn.Linear(128, cfg.num_classes-1) + + def forward(self, x): + x = self.dropout(x) + x = self.conv8(x) + + x = F.softmax(x, dim=1) + x = F.avg_pool2d(x, 2, stride=2, padding=0) + x = x.view(-1, x.numel() // x.shape[0]) + x = self.fc9(x) + x = F.relu(x) + x = self.fc10(x) + x = torch.sigmoid(x) + + return x + + +@NET.register_module +class RESANet(nn.Module): + def __init__(self, cfg): + super(RESANet, self).__init__() + self.cfg = cfg + self.backbone = ResNetWrapper(cfg) + self.resa = RESA(cfg) + self.decoder = eval(cfg.decoder)(cfg) + self.heads = ExistHead(cfg) + + def forward(self, batch): + fea = self.backbone(batch) + fea = self.resa(fea) + seg = self.decoder(fea) + exist = self.heads(fea) + + output = {'seg': seg, 'exist': exist} + + return output diff --git a/models/resnet.py b/models/resnet.py new file mode 100644 index 0000000..3f10cfc --- /dev/null +++ b/models/resnet.py @@ -0,0 +1,377 @@ +import torch +from torch import nn +import torch.nn.functional as F +from torch.hub import load_state_dict_from_url + + +# This code is borrow from torchvision. + +model_urls = { + 'resnet18': 'https://download.pytorch.org/models/resnet18-5c106cde.pth', + 'resnet34': 'https://download.pytorch.org/models/resnet34-333f7ec4.pth', + 'resnet50': 'https://download.pytorch.org/models/resnet50-19c8e357.pth', + 'resnet101': 'https://download.pytorch.org/models/resnet101-5d3b4d8f.pth', + 'resnet152': 'https://download.pytorch.org/models/resnet152-b121ed2d.pth', + 'resnext50_32x4d': 'https://download.pytorch.org/models/resnext50_32x4d-7cdf4587.pth', + 'resnext101_32x8d': 'https://download.pytorch.org/models/resnext101_32x8d-8ba56ff5.pth', + 'wide_resnet50_2': 'https://download.pytorch.org/models/wide_resnet50_2-95faca4d.pth', + 'wide_resnet101_2': 'https://download.pytorch.org/models/wide_resnet101_2-32ee1156.pth', +} + + +def conv3x3(in_planes, out_planes, stride=1, groups=1, dilation=1): + """3x3 convolution with padding""" + return nn.Conv2d(in_planes, out_planes, kernel_size=3, stride=stride, + padding=dilation, groups=groups, bias=False, dilation=dilation) + + +def conv1x1(in_planes, out_planes, stride=1): + """1x1 convolution""" + return nn.Conv2d(in_planes, out_planes, kernel_size=1, stride=stride, bias=False) + + +class BasicBlock(nn.Module): + expansion = 1 + + def __init__(self, inplanes, planes, stride=1, downsample=None, groups=1, + base_width=64, dilation=1, norm_layer=None): + super(BasicBlock, self).__init__() + if norm_layer is None: + norm_layer = nn.BatchNorm2d + if groups != 1 or base_width != 64: + raise ValueError( + 'BasicBlock only supports groups=1 and base_width=64') + # if dilation > 1: + # raise NotImplementedError( + # "Dilation > 1 not supported in BasicBlock") + # Both self.conv1 and self.downsample layers downsample the input when stride != 1 + self.conv1 = conv3x3(inplanes, planes, stride, dilation=dilation) + self.bn1 = norm_layer(planes) + self.relu = nn.ReLU(inplace=True) + self.conv2 = conv3x3(planes, planes, dilation=dilation) + self.bn2 = norm_layer(planes) + self.downsample = downsample + self.stride = stride + + def forward(self, x): + identity = x + + out = self.conv1(x) + out = self.bn1(out) + out = self.relu(out) + + out = self.conv2(out) + out = self.bn2(out) + + if self.downsample is not None: + identity = self.downsample(x) + + out += identity + out = self.relu(out) + + return out + + +class Bottleneck(nn.Module): + expansion = 4 + + def __init__(self, inplanes, planes, stride=1, downsample=None, groups=1, + base_width=64, dilation=1, norm_layer=None): + super(Bottleneck, self).__init__() + if norm_layer is None: + norm_layer = nn.BatchNorm2d + width = int(planes * (base_width / 64.)) * groups + # Both self.conv2 and self.downsample layers downsample the input when stride != 1 + self.conv1 = conv1x1(inplanes, width) + self.bn1 = norm_layer(width) + self.conv2 = conv3x3(width, width, stride, groups, dilation) + self.bn2 = norm_layer(width) + self.conv3 = conv1x1(width, planes * self.expansion) + self.bn3 = norm_layer(planes * self.expansion) + self.relu = nn.ReLU(inplace=True) + self.downsample = downsample + self.stride = stride + + def forward(self, x): + identity = x + + out = self.conv1(x) + out = self.bn1(out) + out = self.relu(out) + + out = self.conv2(out) + out = self.bn2(out) + out = self.relu(out) + + out = self.conv3(out) + out = self.bn3(out) + + if self.downsample is not None: + identity = self.downsample(x) + + out += identity + out = self.relu(out) + + return out + + +class ResNetWrapper(nn.Module): + + def __init__(self, cfg): + super(ResNetWrapper, self).__init__() + self.cfg = cfg + self.in_channels = [64, 128, 256, 512] + if 'in_channels' in cfg.backbone: + self.in_channels = cfg.backbone.in_channels + self.model = eval(cfg.backbone.resnet)( + pretrained=cfg.backbone.pretrained, + replace_stride_with_dilation=cfg.backbone.replace_stride_with_dilation, in_channels=self.in_channels) + self.out = None + if cfg.backbone.out_conv: + out_channel = 512 + for chan in reversed(self.in_channels): + if chan < 0: continue + out_channel = chan + break + self.out = conv1x1( + out_channel * self.model.expansion, 128) + + def forward(self, x): + x = self.model(x) + if self.out: + x = self.out(x) + return x + + +class ResNet(nn.Module): + + def __init__(self, block, layers, zero_init_residual=False, + groups=1, width_per_group=64, replace_stride_with_dilation=None, + norm_layer=None, in_channels=None): + super(ResNet, self).__init__() + if norm_layer is None: + norm_layer = nn.BatchNorm2d + self._norm_layer = norm_layer + + self.inplanes = 64 + self.dilation = 1 + if replace_stride_with_dilation is None: + # each element in the tuple indicates if we should replace + # the 2x2 stride with a dilated convolution instead + replace_stride_with_dilation = [False, False, False] + if len(replace_stride_with_dilation) != 3: + raise ValueError("replace_stride_with_dilation should be None " + "or a 3-element tuple, got {}".format(replace_stride_with_dilation)) + self.groups = groups + self.base_width = width_per_group + self.conv1 = nn.Conv2d(3, self.inplanes, kernel_size=7, stride=2, padding=3, + bias=False) + self.bn1 = norm_layer(self.inplanes) + self.relu = nn.ReLU(inplace=True) + self.maxpool = nn.MaxPool2d(kernel_size=3, stride=2, padding=1) + self.in_channels = in_channels + self.layer1 = self._make_layer(block, in_channels[0], layers[0]) + self.layer2 = self._make_layer(block, in_channels[1], layers[1], stride=2, + dilate=replace_stride_with_dilation[0]) + self.layer3 = self._make_layer(block, in_channels[2], layers[2], stride=2, + dilate=replace_stride_with_dilation[1]) + if in_channels[3] > 0: + self.layer4 = self._make_layer(block, in_channels[3], layers[3], stride=2, + dilate=replace_stride_with_dilation[2]) + self.expansion = block.expansion + + # self.avgpool = nn.AdaptiveAvgPool2d((1, 1)) + # self.fc = nn.Linear(512 * block.expansion, num_classes) + + for m in self.modules(): + if isinstance(m, nn.Conv2d): + nn.init.kaiming_normal_( + m.weight, mode='fan_out', nonlinearity='relu') + elif isinstance(m, (nn.BatchNorm2d, nn.GroupNorm)): + nn.init.constant_(m.weight, 1) + nn.init.constant_(m.bias, 0) + + # Zero-initialize the last BN in each residual branch, + # so that the residual branch starts with zeros, and each residual block behaves like an identity. + # This improves the model by 0.2~0.3% according to https://arxiv.org/abs/1706.02677 + if zero_init_residual: + for m in self.modules(): + if isinstance(m, Bottleneck): + nn.init.constant_(m.bn3.weight, 0) + elif isinstance(m, BasicBlock): + nn.init.constant_(m.bn2.weight, 0) + + def _make_layer(self, block, planes, blocks, stride=1, dilate=False): + norm_layer = self._norm_layer + downsample = None + previous_dilation = self.dilation + if dilate: + self.dilation *= stride + stride = 1 + if stride != 1 or self.inplanes != planes * block.expansion: + downsample = nn.Sequential( + conv1x1(self.inplanes, planes * block.expansion, stride), + norm_layer(planes * block.expansion), + ) + + layers = [] + layers.append(block(self.inplanes, planes, stride, downsample, self.groups, + self.base_width, previous_dilation, norm_layer)) + self.inplanes = planes * block.expansion + for _ in range(1, blocks): + layers.append(block(self.inplanes, planes, groups=self.groups, + base_width=self.base_width, dilation=self.dilation, + norm_layer=norm_layer)) + + return nn.Sequential(*layers) + + def forward(self, x): + x = self.conv1(x) + x = self.bn1(x) + x = self.relu(x) + x = self.maxpool(x) + + x = self.layer1(x) + x = self.layer2(x) + x = self.layer3(x) + if self.in_channels[3] > 0: + x = self.layer4(x) + + # x = self.avgpool(x) + # x = torch.flatten(x, 1) + # x = self.fc(x) + + return x + + +def _resnet(arch, block, layers, pretrained, progress, **kwargs): + model = ResNet(block, layers, **kwargs) + if pretrained: + state_dict = load_state_dict_from_url(model_urls[arch], + progress=progress) + model.load_state_dict(state_dict, strict=False) + return model + + +def resnet18(pretrained=False, progress=True, **kwargs): + r"""ResNet-18 model from + `"Deep Residual Learning for Image Recognition" `_ + + Args: + pretrained (bool): If True, returns a model pre-trained on ImageNet + progress (bool): If True, displays a progress bar of the download to stderr + """ + return _resnet('resnet18', BasicBlock, [2, 2, 2, 2], pretrained, progress, + **kwargs) + + +def resnet34(pretrained=False, progress=True, **kwargs): + r"""ResNet-34 model from + `"Deep Residual Learning for Image Recognition" `_ + + Args: + pretrained (bool): If True, returns a model pre-trained on ImageNet + progress (bool): If True, displays a progress bar of the download to stderr + """ + return _resnet('resnet34', BasicBlock, [3, 4, 6, 3], pretrained, progress, + **kwargs) + + +def resnet50(pretrained=False, progress=True, **kwargs): + r"""ResNet-50 model from + `"Deep Residual Learning for Image Recognition" `_ + + Args: + pretrained (bool): If True, returns a model pre-trained on ImageNet + progress (bool): If True, displays a progress bar of the download to stderr + """ + return _resnet('resnet50', Bottleneck, [3, 4, 6, 3], pretrained, progress, + **kwargs) + + +def resnet101(pretrained=False, progress=True, **kwargs): + r"""ResNet-101 model from + `"Deep Residual Learning for Image Recognition" `_ + + Args: + pretrained (bool): If True, returns a model pre-trained on ImageNet + progress (bool): If True, displays a progress bar of the download to stderr + """ + return _resnet('resnet101', Bottleneck, [3, 4, 23, 3], pretrained, progress, + **kwargs) + + +def resnet152(pretrained=False, progress=True, **kwargs): + r"""ResNet-152 model from + `"Deep Residual Learning for Image Recognition" `_ + + Args: + pretrained (bool): If True, returns a model pre-trained on ImageNet + progress (bool): If True, displays a progress bar of the download to stderr + """ + return _resnet('resnet152', Bottleneck, [3, 8, 36, 3], pretrained, progress, + **kwargs) + + +def resnext50_32x4d(pretrained=False, progress=True, **kwargs): + r"""ResNeXt-50 32x4d model from + `"Aggregated Residual Transformation for Deep Neural Networks" `_ + + Args: + pretrained (bool): If True, returns a model pre-trained on ImageNet + progress (bool): If True, displays a progress bar of the download to stderr + """ + kwargs['groups'] = 32 + kwargs['width_per_group'] = 4 + return _resnet('resnext50_32x4d', Bottleneck, [3, 4, 6, 3], + pretrained, progress, **kwargs) + + +def resnext101_32x8d(pretrained=False, progress=True, **kwargs): + r"""ResNeXt-101 32x8d model from + `"Aggregated Residual Transformation for Deep Neural Networks" `_ + + Args: + pretrained (bool): If True, returns a model pre-trained on ImageNet + progress (bool): If True, displays a progress bar of the download to stderr + """ + kwargs['groups'] = 32 + kwargs['width_per_group'] = 8 + return _resnet('resnext101_32x8d', Bottleneck, [3, 4, 23, 3], + pretrained, progress, **kwargs) + + +def wide_resnet50_2(pretrained=False, progress=True, **kwargs): + r"""Wide ResNet-50-2 model from + `"Wide Residual Networks" `_ + + The model is the same as ResNet except for the bottleneck number of channels + which is twice larger in every block. The number of channels in outer 1x1 + convolutions is the same, e.g. last block in ResNet-50 has 2048-512-2048 + channels, and in Wide ResNet-50-2 has 2048-1024-2048. + + Args: + pretrained (bool): If True, returns a model pre-trained on ImageNet + progress (bool): If True, displays a progress bar of the download to stderr + """ + kwargs['width_per_group'] = 64 * 2 + return _resnet('wide_resnet50_2', Bottleneck, [3, 4, 6, 3], + pretrained, progress, **kwargs) + + +def wide_resnet101_2(pretrained=False, progress=True, **kwargs): + r"""Wide ResNet-101-2 model from + `"Wide Residual Networks" `_ + + The model is the same as ResNet except for the bottleneck number of channels + which is twice larger in every block. The number of channels in outer 1x1 + convolutions is the same, e.g. last block in ResNet-50 has 2048-512-2048 + channels, and in Wide ResNet-50-2 has 2048-1024-2048. + + Args: + pretrained (bool): If True, returns a model pre-trained on ImageNet + progress (bool): If True, displays a progress bar of the download to stderr + """ + kwargs['width_per_group'] = 64 * 2 + return _resnet('wide_resnet101_2', Bottleneck, [3, 4, 23, 3], + pretrained, progress, **kwargs) diff --git a/runner/__init__.py b/runner/__init__.py new file mode 100644 index 0000000..1644223 --- /dev/null +++ b/runner/__init__.py @@ -0,0 +1,4 @@ +from .evaluator import * +from .resa_trainer import * + +from .registry import build_evaluator diff --git a/runner/evaluator/__init__.py b/runner/evaluator/__init__.py new file mode 100644 index 0000000..308528c --- /dev/null +++ b/runner/evaluator/__init__.py @@ -0,0 +1,2 @@ +from .tusimple.tusimple import Tusimple +from .culane.culane import CULane diff --git a/runner/evaluator/culane/culane.py b/runner/evaluator/culane/culane.py new file mode 100644 index 0000000..534a87d --- /dev/null +++ b/runner/evaluator/culane/culane.py @@ -0,0 +1,158 @@ +import torch.nn as nn +import torch +import torch.nn.functional as F +from runner.logger import get_logger + +from runner.registry import EVALUATOR +import json +import os +import subprocess +from shutil import rmtree +import cv2 +import numpy as np + +def check(): + import subprocess + import sys + FNULL = open(os.devnull, 'w') + result = subprocess.call( + './runner/evaluator/culane/lane_evaluation/evaluate', stdout=FNULL, stderr=FNULL) + if result > 1: + print('There is something wrong with evaluate tool, please compile it.') + sys.exit() + +def read_helper(path): + lines = open(path, 'r').readlines()[1:] + lines = ' '.join(lines) + values = lines.split(' ')[1::2] + keys = lines.split(' ')[0::2] + keys = [key[:-1] for key in keys] + res = {k : v for k,v in zip(keys,values)} + return res + +def call_culane_eval(data_dir, output_path='./output'): + if data_dir[-1] != '/': + data_dir = data_dir + '/' + detect_dir=os.path.join(output_path, 'lines')+'/' + + w_lane=30 + iou=0.5; # Set iou to 0.3 or 0.5 + im_w=1640 + im_h=590 + frame=1 + list0 = os.path.join(data_dir,'list/test_split/test0_normal.txt') + list1 = os.path.join(data_dir,'list/test_split/test1_crowd.txt') + list2 = os.path.join(data_dir,'list/test_split/test2_hlight.txt') + list3 = os.path.join(data_dir,'list/test_split/test3_shadow.txt') + list4 = os.path.join(data_dir,'list/test_split/test4_noline.txt') + list5 = os.path.join(data_dir,'list/test_split/test5_arrow.txt') + list6 = os.path.join(data_dir,'list/test_split/test6_curve.txt') + list7 = os.path.join(data_dir,'list/test_split/test7_cross.txt') + list8 = os.path.join(data_dir,'list/test_split/test8_night.txt') + if not os.path.exists(os.path.join(output_path,'txt')): + os.mkdir(os.path.join(output_path,'txt')) + out0 = os.path.join(output_path,'txt','out0_normal.txt') + out1 = os.path.join(output_path,'txt','out1_crowd.txt') + out2 = os.path.join(output_path,'txt','out2_hlight.txt') + out3 = os.path.join(output_path,'txt','out3_shadow.txt') + out4 = os.path.join(output_path,'txt','out4_noline.txt') + out5 = os.path.join(output_path,'txt','out5_arrow.txt') + out6 = os.path.join(output_path,'txt','out6_curve.txt') + out7 = os.path.join(output_path,'txt','out7_cross.txt') + out8 = os.path.join(output_path,'txt','out8_night.txt') + + eval_cmd = './runner/evaluator/culane/lane_evaluation/evaluate' + + os.system('%s -a %s -d %s -i %s -l %s -w %s -t %s -c %s -r %s -f %s -o %s'%(eval_cmd,data_dir,detect_dir,data_dir,list0,w_lane,iou,im_w,im_h,frame,out0)) + os.system('%s -a %s -d %s -i %s -l %s -w %s -t %s -c %s -r %s -f %s -o %s'%(eval_cmd,data_dir,detect_dir,data_dir,list1,w_lane,iou,im_w,im_h,frame,out1)) + os.system('%s -a %s -d %s -i %s -l %s -w %s -t %s -c %s -r %s -f %s -o %s'%(eval_cmd,data_dir,detect_dir,data_dir,list2,w_lane,iou,im_w,im_h,frame,out2)) + os.system('%s -a %s -d %s -i %s -l %s -w %s -t %s -c %s -r %s -f %s -o %s'%(eval_cmd,data_dir,detect_dir,data_dir,list3,w_lane,iou,im_w,im_h,frame,out3)) + os.system('%s -a %s -d %s -i %s -l %s -w %s -t %s -c %s -r %s -f %s -o %s'%(eval_cmd,data_dir,detect_dir,data_dir,list4,w_lane,iou,im_w,im_h,frame,out4)) + os.system('%s -a %s -d %s -i %s -l %s -w %s -t %s -c %s -r %s -f %s -o %s'%(eval_cmd,data_dir,detect_dir,data_dir,list5,w_lane,iou,im_w,im_h,frame,out5)) + os.system('%s -a %s -d %s -i %s -l %s -w %s -t %s -c %s -r %s -f %s -o %s'%(eval_cmd,data_dir,detect_dir,data_dir,list6,w_lane,iou,im_w,im_h,frame,out6)) + os.system('%s -a %s -d %s -i %s -l %s -w %s -t %s -c %s -r %s -f %s -o %s'%(eval_cmd,data_dir,detect_dir,data_dir,list7,w_lane,iou,im_w,im_h,frame,out7)) + os.system('%s -a %s -d %s -i %s -l %s -w %s -t %s -c %s -r %s -f %s -o %s'%(eval_cmd,data_dir,detect_dir,data_dir,list8,w_lane,iou,im_w,im_h,frame,out8)) + res_all = {} + res_all['normal'] = read_helper(out0) + res_all['crowd']= read_helper(out1) + res_all['night']= read_helper(out8) + res_all['noline'] = read_helper(out4) + res_all['shadow'] = read_helper(out3) + res_all['arrow']= read_helper(out5) + res_all['hlight'] = read_helper(out2) + res_all['curve']= read_helper(out6) + res_all['cross']= read_helper(out7) + return res_all + +@EVALUATOR.register_module +class CULane(nn.Module): + def __init__(self, cfg): + super(CULane, self).__init__() + # Firstly, check the evaluation tool + check() + self.cfg = cfg + self.blur = torch.nn.Conv2d( + 5, 5, 9, padding=4, bias=False, groups=5).cuda() + torch.nn.init.constant_(self.blur.weight, 1 / 81) + self.logger = get_logger('resa') + self.out_dir = os.path.join(self.cfg.work_dir, 'lines') + if cfg.view: + self.view_dir = os.path.join(self.cfg.work_dir, 'vis') + + def evaluate(self, dataset, output, batch): + seg, exists = output['seg'], output['exist'] + predictmaps = F.softmax(seg, dim=1).cpu().numpy() + exists = exists.cpu().numpy() + batch_size = seg.size(0) + img_name = batch['meta']['img_name'] + img_path = batch['meta']['full_img_path'] + for i in range(batch_size): + coords = dataset.probmap2lane(predictmaps[i], exists[i]) + outname = self.out_dir + img_name[i][:-4] + '.lines.txt' + outdir = os.path.dirname(outname) + if not os.path.exists(outdir): + os.makedirs(outdir) + f = open(outname, 'w') + for coord in coords: + for x, y in coord: + if x < 0 and y < 0: + continue + f.write('%d %d ' % (x, y)) + f.write('\n') + f.close() + + if self.cfg.view: + img = cv2.imread(img_path[i]).astype(np.float32) + dataset.view(img, coords, self.view_dir+img_name[i]) + + + def summarize(self): + self.logger.info('summarize result...') + eval_list_path = os.path.join( + self.cfg.dataset_path, "list", self.cfg.dataset.val.data_list) + #prob2lines(self.prob_dir, self.out_dir, eval_list_path, self.cfg) + res = call_culane_eval(self.cfg.dataset_path, output_path=self.cfg.work_dir) + TP,FP,FN = 0,0,0 + out_str = 'Copypaste: ' + for k, v in res.items(): + val = float(v['Fmeasure']) if 'nan' not in v['Fmeasure'] else 0 + val_tp, val_fp, val_fn = int(v['tp']), int(v['fp']), int(v['fn']) + val_p, val_r, val_f1 = float(v['precision']), float(v['recall']), float(v['Fmeasure']) + TP += val_tp + FP += val_fp + FN += val_fn + self.logger.info(k + ': ' + str(v)) + out_str += k + for metric, value in v.items(): + out_str += ' ' + str(value).rstrip('\n') + out_str += ' ' + P = TP * 1.0 / (TP + FP + 1e-9) + R = TP * 1.0 / (TP + FN + 1e-9) + F = 2*P*R/(P + R + 1e-9) + overall_result_str = ('Overall Precision: %f Recall: %f F1: %f' % (P, R, F)) + self.logger.info(overall_result_str) + out_str = out_str + overall_result_str + self.logger.info(out_str) + + # delete the tmp output + rmtree(self.out_dir) diff --git a/runner/evaluator/culane/lane_evaluation/.gitignore b/runner/evaluator/culane/lane_evaluation/.gitignore new file mode 100644 index 0000000..b501d98 --- /dev/null +++ b/runner/evaluator/culane/lane_evaluation/.gitignore @@ -0,0 +1,2 @@ +build/ +evaluate diff --git a/runner/evaluator/culane/lane_evaluation/Makefile b/runner/evaluator/culane/lane_evaluation/Makefile new file mode 100644 index 0000000..d4457b9 --- /dev/null +++ b/runner/evaluator/culane/lane_evaluation/Makefile @@ -0,0 +1,50 @@ +PROJECT_NAME:= evaluate + +# config ---------------------------------- +OPENCV_VERSION := 3 + +INCLUDE_DIRS := include +LIBRARY_DIRS := lib /usr/local/lib + +COMMON_FLAGS := -DCPU_ONLY +CXXFLAGS := -std=c++11 -fopenmp +LDFLAGS := -fopenmp -Wl,-rpath,./lib +BUILD_DIR := build + + +# make rules ------------------------------- +CXX ?= g++ +BUILD_DIR ?= ./build + +LIBRARIES += opencv_core opencv_highgui opencv_imgproc +ifeq ($(OPENCV_VERSION), 3) + LIBRARIES += opencv_imgcodecs +endif + +CXXFLAGS += $(COMMON_FLAGS) $(foreach includedir,$(INCLUDE_DIRS),-I$(includedir)) +LDFLAGS += $(COMMON_FLAGS) $(foreach includedir,$(LIBRARY_DIRS),-L$(includedir)) $(foreach library,$(LIBRARIES),-l$(library)) +SRC_DIRS += $(shell find * -type d -exec bash -c "find {} -maxdepth 1 \( -name '*.cpp' -o -name '*.proto' \) | grep -q ." \; -print) +CXX_SRCS += $(shell find src/ -name "*.cpp") +CXX_TARGETS:=$(patsubst %.cpp, $(BUILD_DIR)/%.o, $(CXX_SRCS)) +ALL_BUILD_DIRS := $(sort $(BUILD_DIR) $(addprefix $(BUILD_DIR)/, $(SRC_DIRS))) + +.PHONY: all +all: $(PROJECT_NAME) + +.PHONY: $(ALL_BUILD_DIRS) +$(ALL_BUILD_DIRS): + @mkdir -p $@ + +$(BUILD_DIR)/%.o: %.cpp | $(ALL_BUILD_DIRS) + @echo "CXX" $< + @$(CXX) $(CXXFLAGS) -c -o $@ $< + +$(PROJECT_NAME): $(CXX_TARGETS) + @echo "CXX/LD" $@ + @$(CXX) -o $@ $^ $(LDFLAGS) + +.PHONY: clean +clean: + @rm -rf $(CXX_TARGETS) + @rm -rf $(PROJECT_NAME) + @rm -rf $(BUILD_DIR) diff --git a/runner/evaluator/culane/lane_evaluation/include/counter.hpp b/runner/evaluator/culane/lane_evaluation/include/counter.hpp new file mode 100644 index 0000000..430e1d4 --- /dev/null +++ b/runner/evaluator/culane/lane_evaluation/include/counter.hpp @@ -0,0 +1,47 @@ +#ifndef COUNTER_HPP +#define COUNTER_HPP + +#include "lane_compare.hpp" +#include "hungarianGraph.hpp" +#include +#include +#include +#include +#include + +using namespace std; +using namespace cv; + +// before coming to use functions of this class, the lanes should resize to im_width and im_height using resize_lane() in lane_compare.hpp +class Counter +{ + public: + Counter(int _im_width, int _im_height, double _iou_threshold=0.4, int _lane_width=10):tp(0),fp(0),fn(0){ + im_width = _im_width; + im_height = _im_height; + sim_threshold = _iou_threshold; + lane_compare = new LaneCompare(_im_width, _im_height, _lane_width, LaneCompare::IOU); + }; + double get_precision(void); + double get_recall(void); + long getTP(void); + long getFP(void); + long getFN(void); + void setTP(long); + void setFP(long); + void setFN(long); + // direct add tp, fp, tn and fn + // first match with hungarian + tuple, long, long, long, long> count_im_pair(const vector > &anno_lanes, const vector > &detect_lanes); + void makeMatch(const vector > &similarity, vector &match1, vector &match2); + + private: + double sim_threshold; + int im_width; + int im_height; + long tp; + long fp; + long fn; + LaneCompare *lane_compare; +}; +#endif diff --git a/runner/evaluator/culane/lane_evaluation/include/hungarianGraph.hpp b/runner/evaluator/culane/lane_evaluation/include/hungarianGraph.hpp new file mode 100644 index 0000000..40c3ead --- /dev/null +++ b/runner/evaluator/culane/lane_evaluation/include/hungarianGraph.hpp @@ -0,0 +1,71 @@ +#ifndef HUNGARIAN_GRAPH_HPP +#define HUNGARIAN_GRAPH_HPP +#include +using namespace std; + +struct pipartiteGraph { + vector > mat; + vector leftUsed, rightUsed; + vector leftWeight, rightWeight; + vectorrightMatch, leftMatch; + int leftNum, rightNum; + bool matchDfs(int u) { + leftUsed[u] = true; + for (int v = 0; v < rightNum; v++) { + if (!rightUsed[v] && fabs(leftWeight[u] + rightWeight[v] - mat[u][v]) < 1e-2) { + rightUsed[v] = true; + if (rightMatch[v] == -1 || matchDfs(rightMatch[v])) { + rightMatch[v] = u; + leftMatch[u] = v; + return true; + } + } + } + return false; + } + void resize(int leftNum, int rightNum) { + this->leftNum = leftNum; + this->rightNum = rightNum; + leftMatch.resize(leftNum); + rightMatch.resize(rightNum); + leftUsed.resize(leftNum); + rightUsed.resize(rightNum); + leftWeight.resize(leftNum); + rightWeight.resize(rightNum); + mat.resize(leftNum); + for (int i = 0; i < leftNum; i++) mat[i].resize(rightNum); + } + void match() { + for (int i = 0; i < leftNum; i++) leftMatch[i] = -1; + for (int i = 0; i < rightNum; i++) rightMatch[i] = -1; + for (int i = 0; i < rightNum; i++) rightWeight[i] = 0; + for (int i = 0; i < leftNum; i++) { + leftWeight[i] = -1e5; + for (int j = 0; j < rightNum; j++) { + if (leftWeight[i] < mat[i][j]) leftWeight[i] = mat[i][j]; + } + } + + for (int u = 0; u < leftNum; u++) { + while (1) { + for (int i = 0; i < leftNum; i++) leftUsed[i] = false; + for (int i = 0; i < rightNum; i++) rightUsed[i] = false; + if (matchDfs(u)) break; + double d = 1e10; + for (int i = 0; i < leftNum; i++) { + if (leftUsed[i] ) { + for (int j = 0; j < rightNum; j++) { + if (!rightUsed[j]) d = min(d, leftWeight[i] + rightWeight[j] - mat[i][j]); + } + } + } + if (d == 1e10) return ; + for (int i = 0; i < leftNum; i++) if (leftUsed[i]) leftWeight[i] -= d; + for (int i = 0; i < rightNum; i++) if (rightUsed[i]) rightWeight[i] += d; + } + } + } +}; + + +#endif // HUNGARIAN_GRAPH_HPP diff --git a/runner/evaluator/culane/lane_evaluation/include/lane_compare.hpp b/runner/evaluator/culane/lane_evaluation/include/lane_compare.hpp new file mode 100644 index 0000000..02ddfce --- /dev/null +++ b/runner/evaluator/culane/lane_evaluation/include/lane_compare.hpp @@ -0,0 +1,51 @@ +#ifndef LANE_COMPARE_HPP +#define LANE_COMPARE_HPP + +#include "spline.hpp" +#include +#include +#include +#include + +#if CV_VERSION_EPOCH == 2 +#define OPENCV2 +#elif CV_VERSION_MAJOR == 3 +#define OPENCV3 +#else +#error Not support this OpenCV version +#endif + +#ifdef OPENCV3 +#include +#elif defined(OPENCV2) +#include +#endif + +using namespace std; +using namespace cv; + +class LaneCompare{ + public: + enum CompareMode{ + IOU, + Caltech + }; + + LaneCompare(int _im_width, int _im_height, int _lane_width = 10, CompareMode _compare_mode = IOU){ + im_width = _im_width; + im_height = _im_height; + compare_mode = _compare_mode; + lane_width = _lane_width; + } + + double get_lane_similarity(const vector &lane1, const vector &lane2); + void resize_lane(vector &curr_lane, int curr_width, int curr_height); + private: + CompareMode compare_mode; + int im_width; + int im_height; + int lane_width; + Spline splineSolver; +}; + +#endif diff --git a/runner/evaluator/culane/lane_evaluation/include/spline.hpp b/runner/evaluator/culane/lane_evaluation/include/spline.hpp new file mode 100644 index 0000000..0ae73ef --- /dev/null +++ b/runner/evaluator/culane/lane_evaluation/include/spline.hpp @@ -0,0 +1,28 @@ +#ifndef SPLINE_HPP +#define SPLINE_HPP +#include +#include +#include +#include + +using namespace cv; +using namespace std; + +struct Func { + double a_x; + double b_x; + double c_x; + double d_x; + double a_y; + double b_y; + double c_y; + double d_y; + double h; +}; +class Spline { +public: + vector splineInterpTimes(const vector &tmp_line, int times); + vector splineInterpStep(vector tmp_line, double step); + vector cal_fun(const vector &point_v); +}; +#endif diff --git a/runner/evaluator/culane/lane_evaluation/src/counter.cpp b/runner/evaluator/culane/lane_evaluation/src/counter.cpp new file mode 100644 index 0000000..f4fa6a7 --- /dev/null +++ b/runner/evaluator/culane/lane_evaluation/src/counter.cpp @@ -0,0 +1,134 @@ +/************************************************************************* + > File Name: counter.cpp + > Author: Xingang Pan, Jun Li + > Mail: px117@ie.cuhk.edu.hk + > Created Time: Thu Jul 14 20:23:08 2016 + ************************************************************************/ + +#include "counter.hpp" + +double Counter::get_precision(void) +{ + cerr<<"tp: "<, long, long, long, long> Counter::count_im_pair(const vector > &anno_lanes, const vector > &detect_lanes) +{ + vector anno_match(anno_lanes.size(), -1); + vector detect_match; + if(anno_lanes.empty()) + { + return make_tuple(anno_match, 0, detect_lanes.size(), 0, 0); + } + + if(detect_lanes.empty()) + { + return make_tuple(anno_match, 0, 0, 0, anno_lanes.size()); + } + // hungarian match first + + // first calc similarity matrix + vector > similarity(anno_lanes.size(), vector(detect_lanes.size(), 0)); + for(int i=0; i &curr_anno_lane = anno_lanes[i]; + for(int j=0; j &curr_detect_lane = detect_lanes[j]; + similarity[i][j] = lane_compare->get_lane_similarity(curr_anno_lane, curr_detect_lane); + } + } + + + + makeMatch(similarity, anno_match, detect_match); + + + int curr_tp = 0; + // count and add + for(int i=0; i=0 && similarity[i][anno_match[i]] > sim_threshold) + { + curr_tp++; + } + else + { + anno_match[i] = -1; + } + } + int curr_fn = anno_lanes.size() - curr_tp; + int curr_fp = detect_lanes.size() - curr_tp; + return make_tuple(anno_match, curr_tp, curr_fp, 0, curr_fn); +} + + +void Counter::makeMatch(const vector > &similarity, vector &match1, vector &match2) { + int m = similarity.size(); + int n = similarity[0].size(); + pipartiteGraph gra; + bool have_exchange = false; + if (m > n) { + have_exchange = true; + swap(m, n); + } + gra.resize(m, n); + for (int i = 0; i < gra.leftNum; i++) { + for (int j = 0; j < gra.rightNum; j++) { + if(have_exchange) + gra.mat[i][j] = similarity[j][i]; + else + gra.mat[i][j] = similarity[i][j]; + } + } + gra.match(); + match1 = gra.leftMatch; + match2 = gra.rightMatch; + if (have_exchange) swap(match1, match2); +} diff --git a/runner/evaluator/culane/lane_evaluation/src/evaluate.cpp b/runner/evaluator/culane/lane_evaluation/src/evaluate.cpp new file mode 100644 index 0000000..ae95bb4 --- /dev/null +++ b/runner/evaluator/culane/lane_evaluation/src/evaluate.cpp @@ -0,0 +1,302 @@ +/************************************************************************* + > File Name: evaluate.cpp + > Author: Xingang Pan, Jun Li + > Mail: px117@ie.cuhk.edu.hk + > Created Time: 2016年07月14日 星期四 18时28分45秒 + ************************************************************************/ + +#include "counter.hpp" +#include "spline.hpp" +#include +#include +#include +#include +#include +#include +#include +#include +using namespace std; +using namespace cv; + +void help(void) { + cout << "./evaluate [OPTIONS]" << endl; + cout << "-h : print usage help" << endl; + cout << "-a : directory for annotation files (default: " + "/data/driving/eval_data/anno_label/)" << endl; + cout << "-d : directory for detection files (default: " + "/data/driving/eval_data/predict_label/)" << endl; + cout << "-i : directory for image files (default: " + "/data/driving/eval_data/img/)" << endl; + cout << "-l : list of images used for evaluation (default: " + "/data/driving/eval_data/img/all.txt)" << endl; + cout << "-w : width of the lanes (default: 10)" << endl; + cout << "-t : threshold of iou (default: 0.4)" << endl; + cout << "-c : cols (max image width) (default: 1920)" + << endl; + cout << "-r : rows (max image height) (default: 1080)" + << endl; + cout << "-s : show visualization" << endl; + cout << "-f : start frame in the test set (default: 1)" + << endl; +} + +void read_lane_file(const string &file_name, vector> &lanes); +void visualize(string &full_im_name, vector> &anno_lanes, + vector> &detect_lanes, vector anno_match, + int width_lane, string save_path = ""); + +int main(int argc, char **argv) { + // process params + string anno_dir = "/data/driving/eval_data/anno_label/"; + string detect_dir = "/data/driving/eval_data/predict_label/"; + string im_dir = "/data/driving/eval_data/img/"; + string list_im_file = "/data/driving/eval_data/img/all.txt"; + string output_file = "./output.txt"; + int width_lane = 10; + double iou_threshold = 0.4; + int im_width = 1920; + int im_height = 1080; + int oc; + bool show = false; + int frame = 1; + string save_path = ""; + while ((oc = getopt(argc, argv, "ha:d:i:l:w:t:c:r:sf:o:p:")) != -1) { + switch (oc) { + case 'h': + help(); + return 0; + case 'a': + anno_dir = optarg; + break; + case 'd': + detect_dir = optarg; + break; + case 'i': + im_dir = optarg; + break; + case 'l': + list_im_file = optarg; + break; + case 'w': + width_lane = atoi(optarg); + break; + case 't': + iou_threshold = atof(optarg); + break; + case 'c': + im_width = atoi(optarg); + break; + case 'r': + im_height = atoi(optarg); + break; + case 's': + show = true; + break; + case 'p': + save_path = optarg; + break; + case 'f': + frame = atoi(optarg); + break; + case 'o': + output_file = optarg; + break; + } + } + + cout << "------------Configuration---------" << endl; + cout << "anno_dir: " << anno_dir << endl; + cout << "detect_dir: " << detect_dir << endl; + cout << "im_dir: " << im_dir << endl; + cout << "list_im_file: " << list_im_file << endl; + cout << "width_lane: " << width_lane << endl; + cout << "iou_threshold: " << iou_threshold << endl; + cout << "im_width: " << im_width << endl; + cout << "im_height: " << im_height << endl; + cout << "-----------------------------------" << endl; + cout << "Evaluating the results..." << endl; + // this is the max_width and max_height + + if (width_lane < 1) { + cerr << "width_lane must be positive" << endl; + help(); + return 1; + } + + ifstream ifs_im_list(list_im_file, ios::in); + if (ifs_im_list.fail()) { + cerr << "Error: file " << list_im_file << " not exist!" << endl; + return 1; + } + + Counter counter(im_width, im_height, iou_threshold, width_lane); + + vector anno_match; + string sub_im_name; + // pre-load filelist + vector filelists; + while (getline(ifs_im_list, sub_im_name)) { + filelists.push_back(sub_im_name); + } + ifs_im_list.close(); + + vector, long, long, long, long>> tuple_lists; + tuple_lists.resize(filelists.size()); + +#pragma omp parallel for + for (size_t i = 0; i < filelists.size(); i++) { + auto sub_im_name = filelists[i]; + string full_im_name = im_dir + sub_im_name; + string sub_txt_name = + sub_im_name.substr(0, sub_im_name.find_last_of(".")) + ".lines.txt"; + string anno_file_name = anno_dir + sub_txt_name; + string detect_file_name = detect_dir + sub_txt_name; + vector> anno_lanes; + vector> detect_lanes; + read_lane_file(anno_file_name, anno_lanes); + read_lane_file(detect_file_name, detect_lanes); + // cerr<(tuple_lists[i]); + visualize(full_im_name, anno_lanes, detect_lanes, anno_match, width_lane); + waitKey(0); + } + if (save_path != "") { + auto anno_match = get<0>(tuple_lists[i]); + visualize(full_im_name, anno_lanes, detect_lanes, anno_match, width_lane, + save_path); + } + } + + long tp = 0, fp = 0, tn = 0, fn = 0; + for (auto result : tuple_lists) { + tp += get<1>(result); + fp += get<2>(result); + // tn = get<3>(result); + fn += get<4>(result); + } + counter.setTP(tp); + counter.setFP(fp); + counter.setFN(fn); + + double precision = counter.get_precision(); + double recall = counter.get_recall(); + double F = 2 * precision * recall / (precision + recall); + cerr << "finished process file" << endl; + cout << "precision: " << precision << endl; + cout << "recall: " << recall << endl; + cout << "Fmeasure: " << F << endl; + cout << "----------------------------------" << endl; + + ofstream ofs_out_file; + ofs_out_file.open(output_file, ios::out); + ofs_out_file << "file: " << output_file << endl; + ofs_out_file << "tp: " << counter.getTP() << " fp: " << counter.getFP() + << " fn: " << counter.getFN() << endl; + ofs_out_file << "precision: " << precision << endl; + ofs_out_file << "recall: " << recall << endl; + ofs_out_file << "Fmeasure: " << F << endl << endl; + ofs_out_file.close(); + return 0; +} + +void read_lane_file(const string &file_name, vector> &lanes) { + lanes.clear(); + ifstream ifs_lane(file_name, ios::in); + if (ifs_lane.fail()) { + return; + } + + string str_line; + while (getline(ifs_lane, str_line)) { + vector curr_lane; + stringstream ss; + ss << str_line; + double x, y; + while (ss >> x >> y) { + curr_lane.push_back(Point2f(x, y)); + } + lanes.push_back(curr_lane); + } + + ifs_lane.close(); +} + +void visualize(string &full_im_name, vector> &anno_lanes, + vector> &detect_lanes, vector anno_match, + int width_lane, string save_path) { + Mat img = imread(full_im_name, 1); + Mat img2 = imread(full_im_name, 1); + vector curr_lane; + vector p_interp; + Spline splineSolver; + Scalar color_B = Scalar(255, 0, 0); + Scalar color_G = Scalar(0, 255, 0); + Scalar color_R = Scalar(0, 0, 255); + Scalar color_P = Scalar(255, 0, 255); + Scalar color; + for (int i = 0; i < anno_lanes.size(); i++) { + curr_lane = anno_lanes[i]; + if (curr_lane.size() == 2) { + p_interp = curr_lane; + } else { + p_interp = splineSolver.splineInterpTimes(curr_lane, 50); + } + if (anno_match[i] >= 0) { + color = color_G; + } else { + color = color_G; + } + for (int n = 0; n < p_interp.size() - 1; n++) { + line(img, p_interp[n], p_interp[n + 1], color, width_lane); + line(img2, p_interp[n], p_interp[n + 1], color, 2); + } + } + bool detected; + for (int i = 0; i < detect_lanes.size(); i++) { + detected = false; + curr_lane = detect_lanes[i]; + if (curr_lane.size() == 2) { + p_interp = curr_lane; + } else { + p_interp = splineSolver.splineInterpTimes(curr_lane, 50); + } + for (int n = 0; n < anno_lanes.size(); n++) { + if (anno_match[n] == i) { + detected = true; + break; + } + } + if (detected == true) { + color = color_B; + } else { + color = color_R; + } + for (int n = 0; n < p_interp.size() - 1; n++) { + line(img, p_interp[n], p_interp[n + 1], color, width_lane); + line(img2, p_interp[n], p_interp[n + 1], color, 2); + } + } + if (save_path != "") { + size_t pos = 0; + string s = full_im_name; + std::string token; + std::string delimiter = "/"; + vector names; + while ((pos = s.find(delimiter)) != std::string::npos) { + token = s.substr(0, pos); + names.emplace_back(token); + s.erase(0, pos + delimiter.length()); + } + names.emplace_back(s); + string file_name = names[3] + '_' + names[4] + '_' + names[5]; + // cout << file_name << endl; + imwrite(save_path + '/' + file_name, img); + } else { + namedWindow("visualize", 1); + imshow("visualize", img); + namedWindow("visualize2", 1); + imshow("visualize2", img2); + } +} diff --git a/runner/evaluator/culane/lane_evaluation/src/lane_compare.cpp b/runner/evaluator/culane/lane_evaluation/src/lane_compare.cpp new file mode 100644 index 0000000..83d08b9 --- /dev/null +++ b/runner/evaluator/culane/lane_evaluation/src/lane_compare.cpp @@ -0,0 +1,73 @@ +/************************************************************************* + > File Name: lane_compare.cpp + > Author: Xingang Pan, Jun Li + > Mail: px117@ie.cuhk.edu.hk + > Created Time: Fri Jul 15 10:26:32 2016 + ************************************************************************/ + +#include "lane_compare.hpp" + +double LaneCompare::get_lane_similarity(const vector &lane1, const vector &lane2) +{ + if(lane1.size()<2 || lane2.size()<2) + { + cerr<<"lane size must be greater or equal to 2"< p_interp1; + vector p_interp2; + if(lane1.size() == 2) + { + p_interp1 = lane1; + } + else + { + p_interp1 = splineSolver.splineInterpTimes(lane1, 50); + } + + if(lane2.size() == 2) + { + p_interp2 = lane2; + } + else + { + p_interp2 = splineSolver.splineInterpTimes(lane2, 50); + } + + Scalar color_white = Scalar(1); + for(int n=0; n &curr_lane, int curr_width, int curr_height) +{ + if(curr_width == im_width && curr_height == im_height) + { + return; + } + double x_scale = im_width/(double)curr_width; + double y_scale = im_height/(double)curr_height; + for(int n=0; n +#include +#include "spline.hpp" +using namespace std; +using namespace cv; + +vector Spline::splineInterpTimes(const vector& tmp_line, int times) { + vector res; + + if(tmp_line.size() == 2) { + double x1 = tmp_line[0].x; + double y1 = tmp_line[0].y; + double x2 = tmp_line[1].x; + double y2 = tmp_line[1].y; + + for (int k = 0; k <= times; k++) { + double xi = x1 + double((x2 - x1) * k) / times; + double yi = y1 + double((y2 - y1) * k) / times; + res.push_back(Point2f(xi, yi)); + } + } + + else if(tmp_line.size() > 2) + { + vector tmp_func; + tmp_func = this->cal_fun(tmp_line); + if (tmp_func.empty()) { + cout << "in splineInterpTimes: cal_fun failed" << endl; + return res; + } + for(int j = 0; j < tmp_func.size(); j++) + { + double delta = tmp_func[j].h / times; + for(int k = 0; k < times; k++) + { + double t1 = delta*k; + double x1 = tmp_func[j].a_x + tmp_func[j].b_x*t1 + tmp_func[j].c_x*pow(t1,2) + tmp_func[j].d_x*pow(t1,3); + double y1 = tmp_func[j].a_y + tmp_func[j].b_y*t1 + tmp_func[j].c_y*pow(t1,2) + tmp_func[j].d_y*pow(t1,3); + res.push_back(Point2f(x1, y1)); + } + } + res.push_back(tmp_line[tmp_line.size() - 1]); + } + else { + cerr << "in splineInterpTimes: not enough points" << endl; + } + return res; +} +vector Spline::splineInterpStep(vector tmp_line, double step) { + vector res; + /* + if (tmp_line.size() == 2) { + double x1 = tmp_line[0].x; + double y1 = tmp_line[0].y; + double x2 = tmp_line[1].x; + double y2 = tmp_line[1].y; + + for (double yi = std::min(y1, y2); yi < std::max(y1, y2); yi += step) { + double xi; + if (yi == y1) xi = x1; + else xi = (x2 - x1) / (y2 - y1) * (yi - y1) + x1; + res.push_back(Point2f(xi, yi)); + } + }*/ + if (tmp_line.size() == 2) { + double x1 = tmp_line[0].x; + double y1 = tmp_line[0].y; + double x2 = tmp_line[1].x; + double y2 = tmp_line[1].y; + tmp_line[1].x = (x1 + x2) / 2; + tmp_line[1].y = (y1 + y2) / 2; + tmp_line.push_back(Point2f(x2, y2)); + } + if (tmp_line.size() > 2) { + vector tmp_func; + tmp_func = this->cal_fun(tmp_line); + double ystart = tmp_line[0].y; + double yend = tmp_line[tmp_line.size() - 1].y; + bool down; + if (ystart < yend) down = 1; + else down = 0; + if (tmp_func.empty()) { + cerr << "in splineInterpStep: cal_fun failed" << endl; + } + + for(int j = 0; j < tmp_func.size(); j++) + { + for(double t1 = 0; t1 < tmp_func[j].h; t1 += step) + { + double x1 = tmp_func[j].a_x + tmp_func[j].b_x*t1 + tmp_func[j].c_x*pow(t1,2) + tmp_func[j].d_x*pow(t1,3); + double y1 = tmp_func[j].a_y + tmp_func[j].b_y*t1 + tmp_func[j].c_y*pow(t1,2) + tmp_func[j].d_y*pow(t1,3); + res.push_back(Point2f(x1, y1)); + } + } + res.push_back(tmp_line[tmp_line.size() - 1]); + } + else { + cerr << "in splineInterpStep: not enough points" << endl; + } + return res; +} + +vector Spline::cal_fun(const vector &point_v) +{ + vector func_v; + int n = point_v.size(); + if(n<=2) { + cout << "in cal_fun: point number less than 3" << endl; + return func_v; + } + + func_v.resize(point_v.size()-1); + + vector Mx(n); + vector My(n); + vector A(n-2); + vector B(n-2); + vector C(n-2); + vector Dx(n-2); + vector Dy(n-2); + vector h(n-1); + //vector func_v(n-1); + + for(int i = 0; i < n-1; i++) + { + h[i] = sqrt(pow(point_v[i+1].x - point_v[i].x, 2) + pow(point_v[i+1].y - point_v[i].y, 2)); + } + + for(int i = 0; i < n-2; i++) + { + A[i] = h[i]; + B[i] = 2*(h[i]+h[i+1]); + C[i] = h[i+1]; + + Dx[i] = 6*( (point_v[i+2].x - point_v[i+1].x)/h[i+1] - (point_v[i+1].x - point_v[i].x)/h[i] ); + Dy[i] = 6*( (point_v[i+2].y - point_v[i+1].y)/h[i+1] - (point_v[i+1].y - point_v[i].y)/h[i] ); + } + + //TDMA + C[0] = C[0] / B[0]; + Dx[0] = Dx[0] / B[0]; + Dy[0] = Dy[0] / B[0]; + for(int i = 1; i < n-2; i++) + { + double tmp = B[i] - A[i]*C[i-1]; + C[i] = C[i] / tmp; + Dx[i] = (Dx[i] - A[i]*Dx[i-1]) / tmp; + Dy[i] = (Dy[i] - A[i]*Dy[i-1]) / tmp; + } + Mx[n-2] = Dx[n-3]; + My[n-2] = Dy[n-3]; + for(int i = n-4; i >= 0; i--) + { + Mx[i+1] = Dx[i] - C[i]*Mx[i+2]; + My[i+1] = Dy[i] - C[i]*My[i+2]; + } + + Mx[0] = 0; + Mx[n-1] = 0; + My[0] = 0; + My[n-1] = 0; + + for(int i = 0; i < n-1; i++) + { + func_v[i].a_x = point_v[i].x; + func_v[i].b_x = (point_v[i+1].x - point_v[i].x)/h[i] - (2*h[i]*Mx[i] + h[i]*Mx[i+1]) / 6; + func_v[i].c_x = Mx[i]/2; + func_v[i].d_x = (Mx[i+1] - Mx[i]) / (6*h[i]); + + func_v[i].a_y = point_v[i].y; + func_v[i].b_y = (point_v[i+1].y - point_v[i].y)/h[i] - (2*h[i]*My[i] + h[i]*My[i+1]) / 6; + func_v[i].c_y = My[i]/2; + func_v[i].d_y = (My[i+1] - My[i]) / (6*h[i]); + + func_v[i].h = h[i]; + } + return func_v; +} diff --git a/runner/evaluator/culane/prob2lines.py b/runner/evaluator/culane/prob2lines.py new file mode 100644 index 0000000..f23caed --- /dev/null +++ b/runner/evaluator/culane/prob2lines.py @@ -0,0 +1,51 @@ +import os +import argparse +import numpy as np +import pandas as pd +from PIL import Image +import tqdm + + +def getLane(probmap, pts, cfg = None): + thr = 0.3 + coordinate = np.zeros(pts) + cut_height = 0 + if cfg.cut_height: + cut_height = cfg.cut_height + for i in range(pts): + line = probmap[round(cfg.img_height-i*20/(590-cut_height)*cfg.img_height)-1] + if np.max(line)/255 > thr: + coordinate[i] = np.argmax(line)+1 + if np.sum(coordinate > 0) < 2: + coordinate = np.zeros(pts) + return coordinate + + +def prob2lines(prob_dir, out_dir, list_file, cfg = None): + lists = pd.read_csv(list_file, sep=' ', header=None, + names=('img', 'probmap', 'label1', 'label2', 'label3', 'label4')) + pts = 18 + + for k, im in enumerate(lists['img'], 1): + existPath = prob_dir + im[:-4] + '.exist.txt' + outname = out_dir + im[:-4] + '.lines.txt' + prefix = '/'.join(outname.split('/')[:-1]) + if not os.path.exists(prefix): + os.makedirs(prefix) + f = open(outname, 'w') + + labels = list(pd.read_csv(existPath, sep=' ', header=None).iloc[0]) + coordinates = np.zeros((4, pts)) + for i in range(4): + if labels[i] == 1: + probfile = prob_dir + im[:-4] + '_{0}_avg.png'.format(i+1) + probmap = np.array(Image.open(probfile)) + coordinates[i] = getLane(probmap, pts, cfg) + + if np.sum(coordinates[i] > 0) > 1: + for idx, value in enumerate(coordinates[i]): + if value > 0: + f.write('%d %d ' % ( + round(value*1640/cfg.img_width)-1, round(590-idx*20)-1)) + f.write('\n') + f.close() diff --git a/runner/evaluator/tusimple/getLane.py b/runner/evaluator/tusimple/getLane.py new file mode 100644 index 0000000..8026127 --- /dev/null +++ b/runner/evaluator/tusimple/getLane.py @@ -0,0 +1,115 @@ +import cv2 +import numpy as np + +def isShort(lane): + start = [i for i, x in enumerate(lane) if x > 0] + if not start: + return 1 + else: + return 0 + +def fixGap(coordinate): + if any(x > 0 for x in coordinate): + start = [i for i, x in enumerate(coordinate) if x > 0][0] + end = [i for i, x in reversed(list(enumerate(coordinate))) if x > 0][0] + lane = coordinate[start:end+1] + if any(x < 0 for x in lane): + gap_start = [i for i, x in enumerate( + lane[:-1]) if x > 0 and lane[i+1] < 0] + gap_end = [i+1 for i, + x in enumerate(lane[:-1]) if x < 0 and lane[i+1] > 0] + gap_id = [i for i, x in enumerate(lane) if x < 0] + if len(gap_start) == 0 or len(gap_end) == 0: + return coordinate + for id in gap_id: + for i in range(len(gap_start)): + if i >= len(gap_end): + return coordinate + if id > gap_start[i] and id < gap_end[i]: + gap_width = float(gap_end[i] - gap_start[i]) + lane[id] = int((id - gap_start[i]) / gap_width * lane[gap_end[i]] + ( + gap_end[i] - id) / gap_width * lane[gap_start[i]]) + if not all(x > 0 for x in lane): + print("Gaps still exist!") + coordinate[start:end+1] = lane + return coordinate + +def getLane_tusimple(prob_map, y_px_gap, pts, thresh, resize_shape=None, cfg=None): + """ + Arguments: + ---------- + prob_map: prob map for single lane, np array size (h, w) + resize_shape: reshape size target, (H, W) + + Return: + ---------- + coords: x coords bottom up every y_px_gap px, 0 for non-exist, in resized shape + """ + if resize_shape is None: + resize_shape = prob_map.shape + h, w = prob_map.shape + H, W = resize_shape + H -= cfg.cut_height + + coords = np.zeros(pts) + coords[:] = -1.0 + for i in range(pts): + y = int((H - 10 - i * y_px_gap) * h / H) + if y < 0: + break + line = prob_map[y, :] + id = np.argmax(line) + if line[id] > thresh: + coords[i] = int(id / w * W) + if (coords > 0).sum() < 2: + coords = np.zeros(pts) + fixGap(coords) + return coords + + +def prob2lines_tusimple(seg_pred, exist, resize_shape=None, smooth=True, y_px_gap=10, pts=None, thresh=0.3, cfg=None): + """ + Arguments: + ---------- + seg_pred: np.array size (5, h, w) + resize_shape: reshape size target, (H, W) + exist: list of existence, e.g. [0, 1, 1, 0] + smooth: whether to smooth the probability or not + y_px_gap: y pixel gap for sampling + pts: how many points for one lane + thresh: probability threshold + + Return: + ---------- + coordinates: [x, y] list of lanes, e.g.: [ [[9, 569], [50, 549]] ,[[630, 569], [647, 549]] ] + """ + if resize_shape is None: + resize_shape = seg_pred.shape[1:] # seg_pred (5, h, w) + _, h, w = seg_pred.shape + H, W = resize_shape + coordinates = [] + + if pts is None: + pts = round(H / 2 / y_px_gap) + + seg_pred = np.ascontiguousarray(np.transpose(seg_pred, (1, 2, 0))) + for i in range(cfg.num_classes - 1): + prob_map = seg_pred[..., i + 1] + if smooth: + prob_map = cv2.blur(prob_map, (9, 9), borderType=cv2.BORDER_REPLICATE) + coords = getLane_tusimple(prob_map, y_px_gap, pts, thresh, resize_shape, cfg) + if isShort(coords): + continue + coordinates.append( + [[coords[j], H - 10 - j * y_px_gap] if coords[j] > 0 else [-1, H - 10 - j * y_px_gap] for j in + range(pts)]) + + + if len(coordinates) == 0: + coords = np.zeros(pts) + coordinates.append( + [[coords[j], H - 10 - j * y_px_gap] if coords[j] > 0 else [-1, H - 10 - j * y_px_gap] for j in + range(pts)]) + + + return coordinates diff --git a/runner/evaluator/tusimple/lane.py b/runner/evaluator/tusimple/lane.py new file mode 100644 index 0000000..f042ca5 --- /dev/null +++ b/runner/evaluator/tusimple/lane.py @@ -0,0 +1,113 @@ +import numpy as np +from sklearn.linear_model import LinearRegression +import json as json + + +class LaneEval(object): + lr = LinearRegression() + pixel_thresh = 20 + pt_thresh = 0.85 + + @staticmethod + def get_angle(xs, y_samples): + xs, ys = xs[xs >= 0], y_samples[xs >= 0] + if len(xs) > 1: + LaneEval.lr.fit(ys[:, None], xs) + k = LaneEval.lr.coef_[0] + theta = np.arctan(k) + else: + theta = 0 + return theta + + @staticmethod + def line_accuracy(pred, gt, thresh): + pred = np.array([p if p >= 0 else -100 for p in pred]) + gt = np.array([g if g >= 0 else -100 for g in gt]) + return np.sum(np.where(np.abs(pred - gt) < thresh, 1., 0.)) / len(gt) + + @staticmethod + def bench(pred, gt, y_samples, running_time): + if any(len(p) != len(y_samples) for p in pred): + raise Exception('Format of lanes error.') + if running_time > 200 or len(gt) + 2 < len(pred): + return 0., 0., 1. + angles = [LaneEval.get_angle( + np.array(x_gts), np.array(y_samples)) for x_gts in gt] + threshs = [LaneEval.pixel_thresh / np.cos(angle) for angle in angles] + line_accs = [] + fp, fn = 0., 0. + matched = 0. + for x_gts, thresh in zip(gt, threshs): + accs = [LaneEval.line_accuracy( + np.array(x_preds), np.array(x_gts), thresh) for x_preds in pred] + max_acc = np.max(accs) if len(accs) > 0 else 0. + if max_acc < LaneEval.pt_thresh: + fn += 1 + else: + matched += 1 + line_accs.append(max_acc) + fp = len(pred) - matched + if len(gt) > 4 and fn > 0: + fn -= 1 + s = sum(line_accs) + if len(gt) > 4: + s -= min(line_accs) + return s / max(min(4.0, len(gt)), 1.), fp / len(pred) if len(pred) > 0 else 0., fn / max(min(len(gt), 4.), 1.) + + @staticmethod + def bench_one_submit(pred_file, gt_file): + try: + json_pred = [json.loads(line) + for line in open(pred_file).readlines()] + except BaseException: + raise Exception('Fail to load json file of the prediction.') + json_gt = [json.loads(line) for line in open(gt_file).readlines()] + if len(json_gt) != len(json_pred): + if len(json_pred) == 1: + pass + else: + raise Exception( + 'We do not get the predictions of all the test tasks') + gts = {l['raw_file']: l for l in json_gt} + accuracy, fp, fn = 0., 0., 0. + for pred in json_pred: + if 'raw_file' not in pred or 'lanes' not in pred or 'run_time' not in pred: + raise Exception( + 'raw_file or lanes or run_time not in some predictions.') + raw_file = pred['raw_file'].replace("\\", "/") + # print(raw_file) + # print(gts) + pred_lanes = pred['lanes'] + run_time = pred['run_time'] + if raw_file not in gts: + raise Exception( + 'Some raw_file from your predictions do not exist in the test tasks.') + gt = gts[raw_file] + gt_lanes = gt['lanes'] + y_samples = gt['h_samples'] + try: + a, p, n = LaneEval.bench( + pred_lanes, gt_lanes, y_samples, run_time) + except BaseException as e: + raise Exception('Format of lanes error.') + accuracy += a + fp += p + fn += n + num = len(gts) + # the first return parameter is the default ranking parameter + return json.dumps([ + {'name': 'Accuracy', 'value': accuracy / num, 'order': 'desc'}, + {'name': 'FP', 'value': fp / num, 'order': 'asc'}, + {'name': 'FN', 'value': fn / num, 'order': 'asc'} + ]), accuracy / num + + +if __name__ == '__main__': + import sys + try: + if len(sys.argv) != 3: + raise Exception('Invalid input arguments') + print(LaneEval.bench_one_submit(sys.argv[1], sys.argv[2])) + except Exception as e: + print(e.message) + sys.exit(e.message) diff --git a/runner/evaluator/tusimple/tusimple.py b/runner/evaluator/tusimple/tusimple.py new file mode 100644 index 0000000..1851d29 --- /dev/null +++ b/runner/evaluator/tusimple/tusimple.py @@ -0,0 +1,118 @@ +import torch.nn as nn +import torch +import torch.nn.functional as F +from runner.logger import get_logger + +from runner.registry import EVALUATOR +import json +import os +import cv2 + +from .lane import LaneEval + +def split_path(path): + """split path tree into list""" + folders = [] + while True: + path, folder = os.path.split(path) + if folder != "": + folders.insert(0, folder) + else: + if path != "": + folders.insert(0, path) + break + return folders + + +@EVALUATOR.register_module +class Tusimple(nn.Module): + def __init__(self, cfg): + super(Tusimple, self).__init__() + self.cfg = cfg + exp_dir = os.path.join(self.cfg.work_dir, "output") + if not os.path.exists(exp_dir): + os.mkdir(exp_dir) + self.out_path = os.path.join(exp_dir, "coord_output") + if not os.path.exists(self.out_path): + os.mkdir(self.out_path) + self.dump_to_json = [] + self.thresh = cfg.evaluator.thresh + self.logger = get_logger('resa') + if cfg.view: + self.view_dir = os.path.join(self.cfg.work_dir, 'vis') + if not os.path.exists(self.view_dir): + os.mkdir(self.view_dir) + + def evaluate_pred(self, dataset, seg_pred, exist_pred, batch): + img_name = batch['meta']['img_name'] + img_path = batch['meta']['full_img_path'] + for b in range(len(seg_pred)): + seg = seg_pred[b] + exist = [1 if exist_pred[b, i] > + 0.5 else 0 for i in range(self.cfg.num_classes-1)] + lane_coords = dataset.probmap2lane(seg, exist, thresh = self.thresh) + for i in range(len(lane_coords)): + lane_coords[i] = sorted( + lane_coords[i], key=lambda pair: pair[1]) + + path_tree = split_path(img_name[b]) + save_dir, save_name = path_tree[-3:-1], path_tree[-1] + save_dir = os.path.join(self.out_path, *save_dir) + save_name = save_name[:-3] + "lines.txt" + save_name = os.path.join(save_dir, save_name) + if not os.path.exists(save_dir): + os.makedirs(save_dir, exist_ok=True) + + with open(save_name, "w") as f: + for l in lane_coords: + for (x, y) in l: + print("{} {}".format(x, y), end=" ", file=f) + print(file=f) + + json_dict = {} + json_dict['lanes'] = [] + json_dict['h_sample'] = [] + json_dict['raw_file'] = os.path.join(*path_tree[-4:]) + json_dict['run_time'] = 0 + for l in lane_coords: + if len(l) == 0: + continue + json_dict['lanes'].append([]) + for (x, y) in l: + json_dict['lanes'][-1].append(int(x)) + for (x, y) in lane_coords[0]: + json_dict['h_sample'].append(y) + self.dump_to_json.append(json.dumps(json_dict)) + if self.cfg.view: + with open("{}/coordinates.txt".format("E:/pythonProject/ENet_SAD"), "w", encoding="utf8") as fp: + for coord in lane_coords: + for x, y in coord: + if x >= 0 and y >= 0: + fp.write(str(x) + "," + str(y) + "\t") + img = cv2.imread(img_path[b]) + new_img_name = img_name[b].replace('/', '_') + save_dir = os.path.join(self.view_dir, new_img_name) + dataset.view(img, lane_coords, save_dir) + + + def evaluate(self, dataset, output, batch): + seg_pred, exist_pred = output['seg'], output['exist'] + seg_pred = F.softmax(seg_pred, dim=1) + seg_pred = seg_pred.detach().cpu().numpy() + exist_pred = exist_pred.detach().cpu().numpy() + self.evaluate_pred(dataset, seg_pred, exist_pred, batch) + + def summarize(self): + best_acc = 0 + output_file = os.path.join(self.out_path, 'predict_test.json') + with open(output_file, "w+") as f: + for line in self.dump_to_json: + print(line, end="\n", file=f) + + eval_result, acc = LaneEval.bench_one_submit(output_file, + self.cfg.test_json_file) + + self.logger.info(eval_result) + self.dump_to_json = [] + best_acc = max(acc, best_acc) + return best_acc diff --git a/runner/logger.py b/runner/logger.py new file mode 100644 index 0000000..189d353 --- /dev/null +++ b/runner/logger.py @@ -0,0 +1,50 @@ +import logging + +logger_initialized = {} + +def get_logger(name, log_file=None, log_level=logging.INFO): + """Initialize and get a logger by name. + If the logger has not been initialized, this method will initialize the + logger by adding one or two handlers, otherwise the initialized logger will + be directly returned. During initialization, a StreamHandler will always be + added. If `log_file` is specified and the process rank is 0, a FileHandler + will also be added. + Args: + name (str): Logger name. + log_file (str | None): The log filename. If specified, a FileHandler + will be added to the logger. + log_level (int): The logger level. Note that only the process of + rank 0 is affected, and other processes will set the level to + "Error" thus be silent most of the time. + Returns: + logging.Logger: The expected logger. + """ + logger = logging.getLogger(name) + if name in logger_initialized: + return logger + # handle hierarchical names + # e.g., logger "a" is initialized, then logger "a.b" will skip the + # initialization since it is a child of "a". + for logger_name in logger_initialized: + if name.startswith(logger_name): + return logger + + stream_handler = logging.StreamHandler() + handlers = [stream_handler] + + if log_file is not None: + file_handler = logging.FileHandler(log_file, 'w') + handlers.append(file_handler) + + formatter = logging.Formatter( + '%(asctime)s - %(name)s - %(levelname)s - %(message)s') + for handler in handlers: + handler.setFormatter(formatter) + handler.setLevel(log_level) + logger.addHandler(handler) + + logger.setLevel(log_level) + + logger_initialized[name] = True + + return logger diff --git a/runner/net_utils.py b/runner/net_utils.py new file mode 100644 index 0000000..1cededa --- /dev/null +++ b/runner/net_utils.py @@ -0,0 +1,43 @@ +import torch +import os +from torch import nn +import numpy as np +import torch.nn.functional +from termcolor import colored +from .logger import get_logger + +def save_model(net, optim, scheduler, recorder, is_best=False): + model_dir = os.path.join(recorder.work_dir, 'output') + os.system('mkdir -p {}'.format(model_dir)) + epoch = recorder.epoch + ckpt_name = 'best' if is_best else epoch + torch.save({ + 'net': net.state_dict(), + 'optim': optim.state_dict(), + 'scheduler': scheduler.state_dict(), + 'recorder': recorder.state_dict(), + 'epoch': epoch + }, os.path.join(model_dir, '{}.pth'.format(ckpt_name))) + + +def load_network_specified(net, model_dir, logger=None): + pretrained_net = torch.load(model_dir)['net'] + net_state = net.state_dict() + state = {} + for k, v in pretrained_net.items(): + if k not in net_state.keys() or v.size() != net_state[k].size(): + if logger: + logger.info('skip weights: ' + k) + continue + state[k] = v + net.load_state_dict(state, strict=False) + + +def load_network(net, model_dir, finetune_from=None, logger=None): + if finetune_from: + if logger: + logger.info('Finetune model from: ' + finetune_from) + load_network_specified(net, finetune_from, logger) + return + pretrained_model = torch.load(model_dir) + net.load_state_dict(pretrained_model['net'], strict=True) diff --git a/runner/optimizer.py b/runner/optimizer.py new file mode 100644 index 0000000..9f2f836 --- /dev/null +++ b/runner/optimizer.py @@ -0,0 +1,26 @@ +import torch + + +_optimizer_factory = { + 'adam': torch.optim.Adam, + 'sgd': torch.optim.SGD +} + + +def build_optimizer(cfg, net): + params = [] + lr = cfg.optimizer.lr + weight_decay = cfg.optimizer.weight_decay + + for key, value in net.named_parameters(): + if not value.requires_grad: + continue + params += [{"params": [value], "lr": lr, "weight_decay": weight_decay}] + + if 'adam' in cfg.optimizer.type: + optimizer = _optimizer_factory[cfg.optimizer.type](params, lr, weight_decay=weight_decay) + else: + optimizer = _optimizer_factory[cfg.optimizer.type]( + params, lr, weight_decay=weight_decay, momentum=cfg.optimizer.momentum) + + return optimizer diff --git a/runner/recorder.py b/runner/recorder.py new file mode 100644 index 0000000..2ae345b --- /dev/null +++ b/runner/recorder.py @@ -0,0 +1,100 @@ +from collections import deque, defaultdict +import torch +import os +import datetime +from .logger import get_logger + + +class SmoothedValue(object): + """Track a series of values and provide access to smoothed values over a + window or the global series average. + """ + + def __init__(self, window_size=20): + self.deque = deque(maxlen=window_size) + self.total = 0.0 + self.count = 0 + + def update(self, value): + self.deque.append(value) + self.count += 1 + self.total += value + + @property + def median(self): + d = torch.tensor(list(self.deque)) + return d.median().item() + + @property + def avg(self): + d = torch.tensor(list(self.deque)) + return d.mean().item() + + @property + def global_avg(self): + return self.total / self.count + + +class Recorder(object): + def __init__(self, cfg): + self.cfg = cfg + self.work_dir = self.get_work_dir() + cfg.work_dir = self.work_dir + self.log_path = os.path.join(self.work_dir, 'log.txt') + + self.logger = get_logger('resa', self.log_path) + self.logger.info('Config: \n' + cfg.text) + + # scalars + self.epoch = 0 + self.step = 0 + self.loss_stats = defaultdict(SmoothedValue) + self.batch_time = SmoothedValue() + self.data_time = SmoothedValue() + self.max_iter = self.cfg.total_iter + self.lr = 0. + + def get_work_dir(self): + now = datetime.datetime.now().strftime('%Y%m%d_%H%M%S') + hyper_param_str = '_lr_%1.0e_b_%d' % (self.cfg.optimizer.lr, self.cfg.batch_size) + work_dir = os.path.join(self.cfg.work_dirs, now + hyper_param_str) + if not os.path.exists(work_dir): + os.makedirs(work_dir) + return work_dir + + def update_loss_stats(self, loss_dict): + for k, v in loss_dict.items(): + self.loss_stats[k].update(v.detach().cpu()) + + def record(self, prefix, step=-1, loss_stats=None, image_stats=None): + self.logger.info(self) + # self.write(str(self)) + + def write(self, content): + with open(self.log_path, 'a+') as f: + f.write(content) + f.write('\n') + + def state_dict(self): + scalar_dict = {} + scalar_dict['step'] = self.step + return scalar_dict + + def load_state_dict(self, scalar_dict): + self.step = scalar_dict['step'] + + def __str__(self): + loss_state = [] + for k, v in self.loss_stats.items(): + loss_state.append('{}: {:.4f}'.format(k, v.avg)) + loss_state = ' '.join(loss_state) + + recording_state = ' '.join(['epoch: {}', 'step: {}', 'lr: {:.4f}', '{}', 'data: {:.4f}', 'batch: {:.4f}', 'eta: {}']) + eta_seconds = self.batch_time.global_avg * (self.max_iter - self.step) + eta_string = str(datetime.timedelta(seconds=int(eta_seconds))) + return recording_state.format(self.epoch, self.step, self.lr, loss_state, self.data_time.avg, self.batch_time.avg, eta_string) + + +def build_recorder(cfg): + return Recorder(cfg) + diff --git a/runner/registry.py b/runner/registry.py new file mode 100644 index 0000000..c1c119b --- /dev/null +++ b/runner/registry.py @@ -0,0 +1,19 @@ +from utils import Registry, build_from_cfg + +TRAINER = Registry('trainer') +EVALUATOR = Registry('evaluator') + +def build(cfg, registry, default_args=None): + if isinstance(cfg, list): + modules = [ + build_from_cfg(cfg_, registry, default_args) for cfg_ in cfg + ] + return nn.Sequential(*modules) + else: + return build_from_cfg(cfg, registry, default_args) + +def build_trainer(cfg): + return build(cfg.trainer, TRAINER, default_args=dict(cfg=cfg)) + +def build_evaluator(cfg): + return build(cfg.evaluator, EVALUATOR, default_args=dict(cfg=cfg)) diff --git a/runner/resa_trainer.py b/runner/resa_trainer.py new file mode 100644 index 0000000..7cdad78 --- /dev/null +++ b/runner/resa_trainer.py @@ -0,0 +1,58 @@ +import torch.nn as nn +import torch +import torch.nn.functional as F + +from runner.registry import TRAINER + +def dice_loss(input, target): + input = input.contiguous().view(input.size()[0], -1) + target = target.contiguous().view(target.size()[0], -1).float() + + a = torch.sum(input * target, 1) + b = torch.sum(input * input, 1) + 0.001 + c = torch.sum(target * target, 1) + 0.001 + d = (2 * a) / (b + c) + return (1-d).mean() + +@TRAINER.register_module +class RESA(nn.Module): + def __init__(self, cfg): + super(RESA, self).__init__() + self.cfg = cfg + self.loss_type = cfg.loss_type + if self.loss_type == 'cross_entropy': + weights = torch.ones(cfg.num_classes) + weights[0] = cfg.bg_weight + weights = weights.cuda() + self.criterion = torch.nn.NLLLoss(ignore_index=self.cfg.ignore_label, + weight=weights).cuda() + + self.criterion_exist = torch.nn.BCEWithLogitsLoss().cuda() + + def forward(self, net, batch): + output = net(batch['img']) + + loss_stats = {} + loss = 0. + + if self.loss_type == 'dice_loss': + target = F.one_hot(batch['label'], num_classes=self.cfg.num_classes).permute(0, 3, 1, 2) + seg_loss = dice_loss(F.softmax( + output['seg'], dim=1)[:, 1:], target[:, 1:]) + else: + seg_loss = self.criterion(F.log_softmax( + output['seg'], dim=1), batch['label'].long()) + + loss += seg_loss * self.cfg.seg_loss_weight + + loss_stats.update({'seg_loss': seg_loss}) + + if 'exist' in output: + exist_loss = 0.1 * \ + self.criterion_exist(output['exist'], batch['exist'].float()) + loss += exist_loss + loss_stats.update({'exist_loss': exist_loss}) + + ret = {'loss': loss, 'loss_stats': loss_stats} + + return ret diff --git a/runner/runner.py b/runner/runner.py new file mode 100644 index 0000000..7607769 --- /dev/null +++ b/runner/runner.py @@ -0,0 +1,107 @@ +import time +import torch +import numpy as np +from tqdm import tqdm +import pytorch_warmup as warmup + +from models.registry import build_net +from .registry import build_trainer, build_evaluator +from .optimizer import build_optimizer +from .scheduler import build_scheduler +from datasets import build_dataloader +from .recorder import build_recorder +from .net_utils import save_model, load_network + + +class Runner(object): + def __init__(self, cfg): + self.cfg = cfg + self.recorder = build_recorder(self.cfg) + self.net = build_net(self.cfg) + self.net = torch.nn.parallel.DataParallel( + self.net, device_ids = range(self.cfg.gpus)).cuda() + self.recorder.logger.info('Network: \n' + str(self.net)) + self.resume() + self.optimizer = build_optimizer(self.cfg, self.net) + self.scheduler = build_scheduler(self.cfg, self.optimizer) + self.evaluator = build_evaluator(self.cfg) + self.warmup_scheduler = warmup.LinearWarmup( + self.optimizer, warmup_period=5000) + self.metric = 0. + + def resume(self): + if not self.cfg.load_from and not self.cfg.finetune_from: + return + load_network(self.net, self.cfg.load_from, + finetune_from=self.cfg.finetune_from, logger=self.recorder.logger) + + def to_cuda(self, batch): + for k in batch: + if k == 'meta': + continue + batch[k] = batch[k].cuda() + return batch + + def train_epoch(self, epoch, train_loader): + self.net.train() + end = time.time() + max_iter = len(train_loader) + for i, data in enumerate(train_loader): + if self.recorder.step >= self.cfg.total_iter: + break + date_time = time.time() - end + self.recorder.step += 1 + data = self.to_cuda(data) + output = self.trainer.forward(self.net, data) + self.optimizer.zero_grad() + loss = output['loss'] + loss.backward() + self.optimizer.step() + self.scheduler.step() + self.warmup_scheduler.dampen() + batch_time = time.time() - end + end = time.time() + self.recorder.update_loss_stats(output['loss_stats']) + self.recorder.batch_time.update(batch_time) + self.recorder.data_time.update(date_time) + + if i % self.cfg.log_interval == 0 or i == max_iter - 1: + lr = self.optimizer.param_groups[0]['lr'] + self.recorder.lr = lr + self.recorder.record('train') + + def train(self): + self.recorder.logger.info('start training...') + self.trainer = build_trainer(self.cfg) + train_loader = build_dataloader(self.cfg.dataset.train, self.cfg, is_train=True) + val_loader = build_dataloader(self.cfg.dataset.val, self.cfg, is_train=False) + + for epoch in range(self.cfg.epochs): + self.recorder.epoch = epoch + self.train_epoch(epoch, train_loader) + if (epoch + 1) % self.cfg.save_ep == 0 or epoch == self.cfg.epochs - 1: + self.save_ckpt() + if (epoch + 1) % self.cfg.eval_ep == 0 or epoch == self.cfg.epochs - 1: + self.validate(val_loader) + if self.recorder.step >= self.cfg.total_iter: + break + + def validate(self, val_loader): + self.net.eval() + for i, data in enumerate(tqdm(val_loader, desc=f'Validate')): + data = self.to_cuda(data) + with torch.no_grad(): + output = self.net(data['img']) + self.evaluator.evaluate(val_loader.dataset, output, data) + + metric = self.evaluator.summarize() + if not metric: + return + if metric > self.metric: + self.metric = metric + self.save_ckpt(is_best=True) + self.recorder.logger.info('Best metric: ' + str(self.metric)) + + def save_ckpt(self, is_best=False): + save_model(self.net, self.optimizer, self.scheduler, + self.recorder, is_best) diff --git a/runner/scheduler.py b/runner/scheduler.py new file mode 100644 index 0000000..6843dc2 --- /dev/null +++ b/runner/scheduler.py @@ -0,0 +1,20 @@ +import torch +import math + + +_scheduler_factory = { + 'LambdaLR': torch.optim.lr_scheduler.LambdaLR, +} + + +def build_scheduler(cfg, optimizer): + + assert cfg.scheduler.type in _scheduler_factory + + cfg_cp = cfg.scheduler.copy() + cfg_cp.pop('type') + + scheduler = _scheduler_factory[cfg.scheduler.type](optimizer, **cfg_cp) + + + return scheduler diff --git a/temp/temp.py b/temp/temp.py new file mode 100644 index 0000000..6d3c3c4 --- /dev/null +++ b/temp/temp.py @@ -0,0 +1,93 @@ +net = dict( + type='RESANet', +) + +backbone = dict( + type='ResNetWrapper', + resnet='resnet34', + pretrained=True, + replace_stride_with_dilation=[False, True, True], + out_conv=True, + fea_stride=8, +) + +resa = dict( + type='RESA', + alpha=2.0, + iter=5, + input_channel=128, + conv_stride=9, +) + +decoder = 'BUSD' + +trainer = dict( + type='RESA' +) + +evaluator = dict( + type='Tusimple', + thresh = 0.60 +) + +optimizer = dict( + type='sgd', + lr=0.020, + weight_decay=1e-4, + momentum=0.9 +) + +total_iter = 80000 +import math +scheduler = dict( + type = 'LambdaLR', + lr_lambda = lambda _iter : math.pow(1 - _iter/total_iter, 0.9) +) + +bg_weight = 0.4 + +img_norm = dict( + mean=[103.939, 116.779, 123.68], + std=[1., 1., 1.] +) + +img_height = 368 +img_width = 640 +cut_height = 160 +seg_label = "seg_label" + +dataset_path = r'E:\pythonProject\ENet_SAD\dataset\tusimple' +test_json_file = r'E:\pythonProject\ENet_SAD\dataset\tusimple\test_label.json' + +dataset = dict( + train=dict( + type='TuSimple', + img_path=dataset_path, + data_list='train_val_gt.txt', + ), + val=dict( + type='TuSimple', + img_path=dataset_path, + data_list='predict_val.txt' + ), + test=dict( + type='TuSimple', + img_path=dataset_path, + data_list='test_gt.txt' + ) +) + + +loss_type = 'cross_entropy' +seg_loss_weight = 1.0 + + +batch_size = 4 +workers = 0 +num_classes = 6 + 1 +ignore_label = 255 +epochs = 2 +log_interval = 100 +eval_ep = 1 +save_ep = epochs +log_note = '' diff --git a/testAnswer.py b/testAnswer.py new file mode 100644 index 0000000..181ed15 --- /dev/null +++ b/testAnswer.py @@ -0,0 +1,12 @@ +########## Begin ########## +student_str = "" +########## End ########## +point_ls = student_str.split() +answer = 0 +for point in point_ls: + point = point.split(",") + x = float(point[0]) + y = float(point[1]) + answer += x + answer += y +print(answer) \ No newline at end of file diff --git a/testOrder b/testOrder new file mode 100644 index 0000000..5eea21e --- /dev/null +++ b/testOrder @@ -0,0 +1,2 @@ +python main.py --config configs/tusimple.py --gpus 0 +python main.py --config configs/tusimple.py --validate --load_from tusimple_resnet34.pth --gpus 0 --view \ No newline at end of file diff --git a/tools/generate_seg_tusimple.py b/tools/generate_seg_tusimple.py new file mode 100644 index 0000000..0ffc2a1 --- /dev/null +++ b/tools/generate_seg_tusimple.py @@ -0,0 +1,105 @@ +import json +import numpy as np +import cv2 +import os +import argparse + +TRAIN_SET = ['label_data_0313.json', 'label_data_0601.json'] +VAL_SET = ['label_data_0531.json'] +TRAIN_VAL_SET = TRAIN_SET + VAL_SET +TEST_SET = ['test_label.json'] + +def gen_label_for_json(args, image_set): + H, W = 720, 1280 + SEG_WIDTH = 30 + save_dir = args.savedir + + os.makedirs(os.path.join(args.root, args.savedir, "list"), exist_ok=True) + list_f = open(os.path.join(args.root, args.savedir, "list", "{}_gt.txt".format(image_set)), "w") + + json_path = os.path.join(args.root, args.savedir, "{}.json".format(image_set)) + with open(json_path) as f: + for line in f: + label = json.loads(line) + # ---------- clean and sort lanes ------------- + lanes = [] + _lanes = [] + slope = [] # identify 0th, 1st, 2nd, 3rd, 4th, 5th lane through slope + for i in range(len(label['lanes'])): + l = [(x, y) for x, y in zip(label['lanes'][i], label['h_samples']) if x >= 0] + if (len(l)>1): + _lanes.append(l) + slope.append(np.arctan2(l[-1][1]-l[0][1], l[0][0]-l[-1][0]) / np.pi * 180) + _lanes = [_lanes[i] for i in np.argsort(slope)] + slope = [slope[i] for i in np.argsort(slope)] + + idx = [None for i in range(6)] + for i in range(len(slope)): + if slope[i] <= 90: + idx[2] = i + idx[1] = i-1 if i > 0 else None + idx[0] = i-2 if i > 1 else None + else: + idx[3] = i + idx[4] = i+1 if i+1 < len(slope) else None + idx[5] = i+2 if i+2 < len(slope) else None + break + for i in range(6): + lanes.append([] if idx[i] is None else _lanes[idx[i]]) + + # --------------------------------------------- + + img_path = label['raw_file'] + seg_img = np.zeros((H, W, 3)) + list_str = [] # str to be written to list.txt + for i in range(len(lanes)): + coords = lanes[i] + if len(coords) < 4: + list_str.append('0') + continue + for j in range(len(coords)-1): + cv2.line(seg_img, coords[j], coords[j+1], (i+1, i+1, i+1), SEG_WIDTH//2) + list_str.append('1') + + seg_path = img_path.split("/") + seg_path, img_name = os.path.join(args.root, args.savedir, seg_path[1], seg_path[2]), seg_path[3] + os.makedirs(seg_path, exist_ok=True) + seg_path = os.path.join(seg_path, img_name[:-3]+"png") + cv2.imwrite(seg_path, seg_img) + + seg_path = "/".join([args.savedir, *img_path.split("/")[1:3], img_name[:-3]+"png"]) + if seg_path[0] != '/': + seg_path = '/' + seg_path + if img_path[0] != '/': + img_path = '/' + img_path + list_str.insert(0, seg_path) + list_str.insert(0, img_path) + list_str = " ".join(list_str) + "\n" + list_f.write(list_str) + + +def generate_json_file(save_dir, json_file, image_set): + with open(os.path.join(save_dir, json_file), "w") as outfile: + for json_name in (image_set): + with open(os.path.join(args.root, json_name)) as infile: + for line in infile: + outfile.write(line) + +def generate_label(args): + save_dir = os.path.join(args.root, args.savedir) + os.makedirs(save_dir, exist_ok=True) + generate_json_file(save_dir, "train_val.json", TRAIN_VAL_SET) + generate_json_file(save_dir, "test.json", TEST_SET) + + print("generating train_val set...") + gen_label_for_json(args, 'train_val') + print("generating test set...") + gen_label_for_json(args, 'test') + +if __name__ == '__main__': + parser = argparse.ArgumentParser() + parser.add_argument('--root', help='The root of the tusimple dataset', default="../dataset/tusimple") + parser.add_argument('--savedir', type=str, default='seg_label', help='The root of the tusimple dataset') + args = parser.parse_args() + + generate_label(args) diff --git a/tusimple_resnet34.pth b/tusimple_resnet34.pth new file mode 100644 index 0000000..2dd9875 Binary files /dev/null and b/tusimple_resnet34.pth differ diff --git a/utils/__init__.py b/utils/__init__.py new file mode 100644 index 0000000..eb99ab0 --- /dev/null +++ b/utils/__init__.py @@ -0,0 +1,2 @@ +from .config import Config +from .registry import Registry, build_from_cfg diff --git a/utils/config.py b/utils/config.py new file mode 100644 index 0000000..42a0ff2 --- /dev/null +++ b/utils/config.py @@ -0,0 +1,417 @@ +# Copyright (c) Open-MMLab. All rights reserved. +import ast +import os.path as osp +import shutil +import sys +import tempfile +from argparse import Action, ArgumentParser +from collections import abc +from importlib import import_module + +from addict import Dict +from yapf.yapflib.yapf_api import FormatCode + + +BASE_KEY = '_base_' +DELETE_KEY = '_delete_' +RESERVED_KEYS = ['filename', 'text', 'pretty_text'] + +def check_file_exist(filename, msg_tmpl='file "{}" does not exist'): + if not osp.isfile(filename): + raise FileNotFoundError(msg_tmpl.format(filename)) + + + +class ConfigDict(Dict): + + def __missing__(self, name): + raise KeyError(name) + + def __getattr__(self, name): + try: + value = super(ConfigDict, self).__getattr__(name) + except KeyError: + ex = AttributeError(f"'{self.__class__.__name__}' object has no " + f"attribute '{name}'") + except Exception as e: + ex = e + else: + return value + raise ex + + +def add_args(parser, cfg, prefix=''): + for k, v in cfg.items(): + if isinstance(v, str): + parser.add_argument('--' + prefix + k) + elif isinstance(v, int): + parser.add_argument('--' + prefix + k, type=int) + elif isinstance(v, float): + parser.add_argument('--' + prefix + k, type=float) + elif isinstance(v, bool): + parser.add_argument('--' + prefix + k, action='store_true') + elif isinstance(v, dict): + add_args(parser, v, prefix + k + '.') + elif isinstance(v, abc.Iterable): + parser.add_argument('--' + prefix + k, type=type(v[0]), nargs='+') + else: + print(f'cannot parse key {prefix + k} of type {type(v)}') + return parser + + +class Config: + """A facility for config and config files. + It supports common file formats as configs: python/json/yaml. The interface + is the same as a dict object and also allows access config values as + attributes. + Example: + >>> cfg = Config(dict(a=1, b=dict(b1=[0, 1]))) + >>> cfg.a + 1 + >>> cfg.b + {'b1': [0, 1]} + >>> cfg.b.b1 + [0, 1] + >>> cfg = Config.fromfile('tests/data/config/a.py') + >>> cfg.filename + "/home/kchen/projects/mmcv/tests/data/config/a.py" + >>> cfg.item4 + 'test' + >>> cfg + "Config [path: /home/kchen/projects/mmcv/tests/data/config/a.py]: " + "{'item1': [1, 2], 'item2': {'a': 0}, 'item3': True, 'item4': 'test'}" + """ + + @staticmethod + def _validate_py_syntax(filename): + with open(filename) as f: + content = f.read() + try: + ast.parse(content) + except SyntaxError: + raise SyntaxError('There are syntax errors in config ' + f'file {filename}') + + @staticmethod + def _file2dict(filename): + filename = osp.abspath(osp.expanduser(filename)) + check_file_exist(filename) + if filename.endswith('.py'): + with tempfile.TemporaryDirectory() as temp_config_dir: + temp_config_file = tempfile.NamedTemporaryFile( + dir=temp_config_dir, suffix='.py') + temp_config_name = osp.basename(temp_config_file.name) + shutil.copyfile(filename, + osp.join(temp_config_dir, temp_config_name)) + temp_module_name = osp.splitext(temp_config_name)[0] + sys.path.insert(0, temp_config_dir) + Config._validate_py_syntax(filename) + mod = import_module(temp_module_name) + sys.path.pop(0) + cfg_dict = { + name: value + for name, value in mod.__dict__.items() + if not name.startswith('__') + } + # delete imported module + del sys.modules[temp_module_name] + # close temp file + temp_config_file.close() + elif filename.endswith(('.yml', '.yaml', '.json')): + import mmcv + cfg_dict = mmcv.load(filename) + else: + raise IOError('Only py/yml/yaml/json type are supported now!') + + cfg_text = filename + '\n' + with open(filename, 'r') as f: + cfg_text += f.read() + + if BASE_KEY in cfg_dict: + cfg_dir = osp.dirname(filename) + base_filename = cfg_dict.pop(BASE_KEY) + base_filename = base_filename if isinstance( + base_filename, list) else [base_filename] + + cfg_dict_list = list() + cfg_text_list = list() + for f in base_filename: + _cfg_dict, _cfg_text = Config._file2dict(osp.join(cfg_dir, f)) + cfg_dict_list.append(_cfg_dict) + cfg_text_list.append(_cfg_text) + + base_cfg_dict = dict() + for c in cfg_dict_list: + if len(base_cfg_dict.keys() & c.keys()) > 0: + raise KeyError('Duplicate key is not allowed among bases') + base_cfg_dict.update(c) + + base_cfg_dict = Config._merge_a_into_b(cfg_dict, base_cfg_dict) + cfg_dict = base_cfg_dict + + # merge cfg_text + cfg_text_list.append(cfg_text) + cfg_text = '\n'.join(cfg_text_list) + + return cfg_dict, cfg_text + + @staticmethod + def _merge_a_into_b(a, b): + # merge dict `a` into dict `b` (non-inplace). values in `a` will + # overwrite `b`. + # copy first to avoid inplace modification + b = b.copy() + for k, v in a.items(): + if isinstance(v, dict) and k in b and not v.pop(DELETE_KEY, False): + if not isinstance(b[k], dict): + raise TypeError( + f'{k}={v} in child config cannot inherit from base ' + f'because {k} is a dict in the child config but is of ' + f'type {type(b[k])} in base config. You may set ' + f'`{DELETE_KEY}=True` to ignore the base config') + b[k] = Config._merge_a_into_b(v, b[k]) + else: + b[k] = v + return b + + @staticmethod + def fromfile(filename): + cfg_dict, cfg_text = Config._file2dict(filename) + return Config(cfg_dict, cfg_text=cfg_text, filename=filename) + + @staticmethod + def auto_argparser(description=None): + """Generate argparser from config file automatically (experimental) + """ + partial_parser = ArgumentParser(description=description) + partial_parser.add_argument('config', help='config file path') + cfg_file = partial_parser.parse_known_args()[0].config + cfg = Config.fromfile(cfg_file) + parser = ArgumentParser(description=description) + parser.add_argument('config', help='config file path') + add_args(parser, cfg) + return parser, cfg + + def __init__(self, cfg_dict=None, cfg_text=None, filename=None): + if cfg_dict is None: + cfg_dict = dict() + elif not isinstance(cfg_dict, dict): + raise TypeError('cfg_dict must be a dict, but ' + f'got {type(cfg_dict)}') + for key in cfg_dict: + if key in RESERVED_KEYS: + raise KeyError(f'{key} is reserved for config file') + + super(Config, self).__setattr__('_cfg_dict', ConfigDict(cfg_dict)) + super(Config, self).__setattr__('_filename', filename) + if cfg_text: + text = cfg_text + elif filename: + with open(filename, 'r') as f: + text = f.read() + else: + text = '' + super(Config, self).__setattr__('_text', text) + + @property + def filename(self): + return self._filename + + @property + def text(self): + return self._text + + @property + def pretty_text(self): + + indent = 4 + + def _indent(s_, num_spaces): + s = s_.split('\n') + if len(s) == 1: + return s_ + first = s.pop(0) + s = [(num_spaces * ' ') + line for line in s] + s = '\n'.join(s) + s = first + '\n' + s + return s + + def _format_basic_types(k, v, use_mapping=False): + if isinstance(v, str): + v_str = f"'{v}'" + else: + v_str = str(v) + + if use_mapping: + k_str = f"'{k}'" if isinstance(k, str) else str(k) + attr_str = f'{k_str}: {v_str}' + else: + attr_str = f'{str(k)}={v_str}' + attr_str = _indent(attr_str, indent) + + return attr_str + + def _format_list(k, v, use_mapping=False): + # check if all items in the list are dict + if all(isinstance(_, dict) for _ in v): + v_str = '[\n' + v_str += '\n'.join( + f'dict({_indent(_format_dict(v_), indent)}),' + for v_ in v).rstrip(',') + if use_mapping: + k_str = f"'{k}'" if isinstance(k, str) else str(k) + attr_str = f'{k_str}: {v_str}' + else: + attr_str = f'{str(k)}={v_str}' + attr_str = _indent(attr_str, indent) + ']' + else: + attr_str = _format_basic_types(k, v, use_mapping) + return attr_str + + def _contain_invalid_identifier(dict_str): + contain_invalid_identifier = False + for key_name in dict_str: + contain_invalid_identifier |= \ + (not str(key_name).isidentifier()) + return contain_invalid_identifier + + def _format_dict(input_dict, outest_level=False): + r = '' + s = [] + + use_mapping = _contain_invalid_identifier(input_dict) + if use_mapping: + r += '{' + for idx, (k, v) in enumerate(input_dict.items()): + is_last = idx >= len(input_dict) - 1 + end = '' if outest_level or is_last else ',' + if isinstance(v, dict): + v_str = '\n' + _format_dict(v) + if use_mapping: + k_str = f"'{k}'" if isinstance(k, str) else str(k) + attr_str = f'{k_str}: dict({v_str}' + else: + attr_str = f'{str(k)}=dict({v_str}' + attr_str = _indent(attr_str, indent) + ')' + end + elif isinstance(v, list): + attr_str = _format_list(k, v, use_mapping) + end + else: + attr_str = _format_basic_types(k, v, use_mapping) + end + + s.append(attr_str) + r += '\n'.join(s) + if use_mapping: + r += '}' + return r + + cfg_dict = self._cfg_dict.to_dict() + text = _format_dict(cfg_dict, outest_level=True) + # copied from setup.cfg + yapf_style = dict( + based_on_style='pep8', + blank_line_before_nested_class_or_def=True, + split_before_expression_after_opening_paren=True) + text, _ = FormatCode(text, style_config=yapf_style, verify=True) + + return text + + def __repr__(self): + return f'Config (path: {self.filename}): {self._cfg_dict.__repr__()}' + + def __len__(self): + return len(self._cfg_dict) + + def __getattr__(self, name): + return getattr(self._cfg_dict, name) + + def __getitem__(self, name): + return self._cfg_dict.__getitem__(name) + + def __setattr__(self, name, value): + if isinstance(value, dict): + value = ConfigDict(value) + self._cfg_dict.__setattr__(name, value) + + def __setitem__(self, name, value): + if isinstance(value, dict): + value = ConfigDict(value) + self._cfg_dict.__setitem__(name, value) + + def __iter__(self): + return iter(self._cfg_dict) + + def dump(self, file=None): + cfg_dict = super(Config, self).__getattribute__('_cfg_dict').to_dict() + if self.filename.endswith('.py'): + if file is None: + return self.pretty_text + else: + with open(file, 'w') as f: + f.write(self.pretty_text) + else: + import mmcv + if file is None: + file_format = self.filename.split('.')[-1] + return mmcv.dump(cfg_dict, file_format=file_format) + else: + mmcv.dump(cfg_dict, file) + + def merge_from_dict(self, options): + """Merge list into cfg_dict + Merge the dict parsed by MultipleKVAction into this cfg. + Examples: + >>> options = {'model.backbone.depth': 50, + ... 'model.backbone.with_cp':True} + >>> cfg = Config(dict(model=dict(backbone=dict(type='ResNet')))) + >>> cfg.merge_from_dict(options) + >>> cfg_dict = super(Config, self).__getattribute__('_cfg_dict') + >>> assert cfg_dict == dict( + ... model=dict(backbone=dict(depth=50, with_cp=True))) + Args: + options (dict): dict of configs to merge from. + """ + option_cfg_dict = {} + for full_key, v in options.items(): + d = option_cfg_dict + key_list = full_key.split('.') + for subkey in key_list[:-1]: + d.setdefault(subkey, ConfigDict()) + d = d[subkey] + subkey = key_list[-1] + d[subkey] = v + + cfg_dict = super(Config, self).__getattribute__('_cfg_dict') + super(Config, self).__setattr__( + '_cfg_dict', Config._merge_a_into_b(option_cfg_dict, cfg_dict)) + + +class DictAction(Action): + """ + argparse action to split an argument into KEY=VALUE form + on the first = and append to a dictionary. List options should + be passed as comma separated values, i.e KEY=V1,V2,V3 + """ + + @staticmethod + def _parse_int_float_bool(val): + try: + return int(val) + except ValueError: + pass + try: + return float(val) + except ValueError: + pass + if val.lower() in ['true', 'false']: + return True if val.lower() == 'true' else False + return val + + def __call__(self, parser, namespace, values, option_string=None): + options = {} + for kv in values: + key, val = kv.split('=', maxsplit=1) + val = [self._parse_int_float_bool(v) for v in val.split(',')] + if len(val) == 1: + val = val[0] + options[key] = val + setattr(namespace, self.dest, options) diff --git a/utils/registry.py b/utils/registry.py new file mode 100644 index 0000000..e850f5c --- /dev/null +++ b/utils/registry.py @@ -0,0 +1,81 @@ +import inspect + +import six + +# borrow from mmdetection + +def is_str(x): + """Whether the input is an string instance.""" + return isinstance(x, six.string_types) + +class Registry(object): + + def __init__(self, name): + self._name = name + self._module_dict = dict() + + def __repr__(self): + format_str = self.__class__.__name__ + '(name={}, items={})'.format( + self._name, list(self._module_dict.keys())) + return format_str + + @property + def name(self): + return self._name + + @property + def module_dict(self): + return self._module_dict + + def get(self, key): + return self._module_dict.get(key, None) + + def _register_module(self, module_class): + """Register a module. + + Args: + module (:obj:`nn.Module`): Module to be registered. + """ + if not inspect.isclass(module_class): + raise TypeError('module must be a class, but got {}'.format( + type(module_class))) + module_name = module_class.__name__ + if module_name in self._module_dict: + raise KeyError('{} is already registered in {}'.format( + module_name, self.name)) + self._module_dict[module_name] = module_class + + def register_module(self, cls): + self._register_module(cls) + return cls + + +def build_from_cfg(cfg, registry, default_args=None): + """Build a module from config dict. + + Args: + cfg (dict): Config dict. It should at least contain the key "type". + registry (:obj:`Registry`): The registry to search the type from. + default_args (dict, optional): Default initialization arguments. + + Returns: + obj: The constructed object. + """ + assert isinstance(cfg, dict) and 'type' in cfg + assert isinstance(default_args, dict) or default_args is None + args = {} + obj_type = cfg.type + if is_str(obj_type): + obj_cls = registry.get(obj_type) + if obj_cls is None: + raise KeyError('{} is not in the {} registry'.format( + obj_type, registry.name)) + elif inspect.isclass(obj_type): + obj_cls = obj_type + else: + raise TypeError('type must be a str or valid type, but got {}'.format( + type(obj_type))) + if default_args is not None: + for name, value in default_args.items(): + args.setdefault(name, value) + return obj_cls(**args) diff --git a/utils/transforms.py b/utils/transforms.py new file mode 100644 index 0000000..0960b68 --- /dev/null +++ b/utils/transforms.py @@ -0,0 +1,357 @@ +import random +import cv2 +import numpy as np +import numbers +import collections + +# copy from: https://github.com/cardwing/Codes-for-Lane-Detection/blob/master/ERFNet-CULane-PyTorch/utils/transforms.py + +__all__ = ['GroupRandomCrop', 'GroupCenterCrop', 'GroupRandomPad', 'GroupCenterPad', + 'GroupRandomScale', 'GroupRandomHorizontalFlip', 'GroupNormalize'] + + +class SampleResize(object): + def __init__(self, size): + assert (isinstance(size, collections.Iterable) and len(size) == 2) + self.size = size + + def __call__(self, sample): + out = list() + out.append(cv2.resize(sample[0], self.size, + interpolation=cv2.INTER_CUBIC)) + if len(sample) > 1: + out.append(cv2.resize(sample[1], self.size, + interpolation=cv2.INTER_NEAREST)) + return out + + +class GroupRandomCrop(object): + def __init__(self, size): + if isinstance(size, numbers.Number): + self.size = (int(size), int(size)) + else: + self.size = size + + def __call__(self, img_group): + h, w = img_group[0].shape[0:2] + th, tw = self.size + + out_images = list() + h1 = random.randint(0, max(0, h - th)) + w1 = random.randint(0, max(0, w - tw)) + h2 = min(h1 + th, h) + w2 = min(w1 + tw, w) + + for img in img_group: + assert (img.shape[0] == h and img.shape[1] == w) + out_images.append(img[h1:h2, w1:w2, ...]) + return out_images + + +class GroupRandomCropRatio(object): + def __init__(self, size): + if isinstance(size, numbers.Number): + self.size = (int(size), int(size)) + else: + self.size = size + + def __call__(self, img_group): + h, w = img_group[0].shape[0:2] + tw, th = self.size + + out_images = list() + h1 = random.randint(0, max(0, h - th)) + w1 = random.randint(0, max(0, w - tw)) + h2 = min(h1 + th, h) + w2 = min(w1 + tw, w) + + for img in img_group: + assert (img.shape[0] == h and img.shape[1] == w) + out_images.append(img[h1:h2, w1:w2, ...]) + return out_images + + +class GroupCenterCrop(object): + def __init__(self, size): + if isinstance(size, numbers.Number): + self.size = (int(size), int(size)) + else: + self.size = size + + def __call__(self, img_group): + h, w = img_group[0].shape[0:2] + th, tw = self.size + + out_images = list() + h1 = max(0, int((h - th) / 2)) + w1 = max(0, int((w - tw) / 2)) + h2 = min(h1 + th, h) + w2 = min(w1 + tw, w) + + for img in img_group: + assert (img.shape[0] == h and img.shape[1] == w) + out_images.append(img[h1:h2, w1:w2, ...]) + return out_images + + +class GroupRandomPad(object): + def __init__(self, size, padding): + if isinstance(size, numbers.Number): + self.size = (int(size), int(size)) + else: + self.size = size + self.padding = padding + + def __call__(self, img_group): + assert (len(self.padding) == len(img_group)) + h, w = img_group[0].shape[0:2] + th, tw = self.size + + out_images = list() + h1 = random.randint(0, max(0, th - h)) + w1 = random.randint(0, max(0, tw - w)) + h2 = max(th - h - h1, 0) + w2 = max(tw - w - w1, 0) + + for img, padding in zip(img_group, self.padding): + assert (img.shape[0] == h and img.shape[1] == w) + out_images.append(cv2.copyMakeBorder( + img, h1, h2, w1, w2, cv2.BORDER_CONSTANT, value=padding)) + if len(img.shape) > len(out_images[-1].shape): + out_images[-1] = out_images[-1][..., + np.newaxis] # single channel image + return out_images + + +class GroupCenterPad(object): + def __init__(self, size, padding): + if isinstance(size, numbers.Number): + self.size = (int(size), int(size)) + else: + self.size = size + self.padding = padding + + def __call__(self, img_group): + assert (len(self.padding) == len(img_group)) + h, w = img_group[0].shape[0:2] + th, tw = self.size + + out_images = list() + h1 = max(0, int((th - h) / 2)) + w1 = max(0, int((tw - w) / 2)) + h2 = max(th - h - h1, 0) + w2 = max(tw - w - w1, 0) + + for img, padding in zip(img_group, self.padding): + assert (img.shape[0] == h and img.shape[1] == w) + out_images.append(cv2.copyMakeBorder( + img, h1, h2, w1, w2, cv2.BORDER_CONSTANT, value=padding)) + if len(img.shape) > len(out_images[-1].shape): + out_images[-1] = out_images[-1][..., + np.newaxis] # single channel image + return out_images + + +class GroupConcerPad(object): + def __init__(self, size, padding): + if isinstance(size, numbers.Number): + self.size = (int(size), int(size)) + else: + self.size = size + self.padding = padding + + def __call__(self, img_group): + assert (len(self.padding) == len(img_group)) + h, w = img_group[0].shape[0:2] + th, tw = self.size + + out_images = list() + h1 = 0 + w1 = 0 + h2 = max(th - h - h1, 0) + w2 = max(tw - w - w1, 0) + + for img, padding in zip(img_group, self.padding): + assert (img.shape[0] == h and img.shape[1] == w) + out_images.append(cv2.copyMakeBorder( + img, h1, h2, w1, w2, cv2.BORDER_CONSTANT, value=padding)) + if len(img.shape) > len(out_images[-1].shape): + out_images[-1] = out_images[-1][..., + np.newaxis] # single channel image + return out_images + + +class GroupRandomScaleNew(object): + def __init__(self, size=(976, 208), interpolation=(cv2.INTER_LINEAR, cv2.INTER_NEAREST)): + self.size = size + self.interpolation = interpolation + + def __call__(self, img_group): + assert (len(self.interpolation) == len(img_group)) + scale_w, scale_h = self.size[0] * 1.0 / 1640, self.size[1] * 1.0 / 590 + out_images = list() + for img, interpolation in zip(img_group, self.interpolation): + out_images.append(cv2.resize(img, None, fx=scale_w, + fy=scale_h, interpolation=interpolation)) + if len(img.shape) > len(out_images[-1].shape): + out_images[-1] = out_images[-1][..., + np.newaxis] # single channel image + return out_images + + +class GroupRandomScale(object): + def __init__(self, size=(0.5, 1.5), interpolation=(cv2.INTER_LINEAR, cv2.INTER_NEAREST)): + self.size = size + self.interpolation = interpolation + + def __call__(self, img_group): + assert (len(self.interpolation) == len(img_group)) + scale = random.uniform(self.size[0], self.size[1]) + out_images = list() + for img, interpolation in zip(img_group, self.interpolation): + out_images.append(cv2.resize(img, None, fx=scale, + fy=scale, interpolation=interpolation)) + if len(img.shape) > len(out_images[-1].shape): + out_images[-1] = out_images[-1][..., + np.newaxis] # single channel image + return out_images + + +class GroupRandomMultiScale(object): + def __init__(self, size=(0.5, 1.5), interpolation=(cv2.INTER_LINEAR, cv2.INTER_NEAREST)): + self.size = size + self.interpolation = interpolation + + def __call__(self, img_group): + assert (len(self.interpolation) == len(img_group)) + scales = [0.5, 1.0, 1.5] # random.uniform(self.size[0], self.size[1]) + out_images = list() + for scale in scales: + for img, interpolation in zip(img_group, self.interpolation): + out_images.append(cv2.resize( + img, None, fx=scale, fy=scale, interpolation=interpolation)) + if len(img.shape) > len(out_images[-1].shape): + out_images[-1] = out_images[-1][..., + np.newaxis] # single channel image + return out_images + + +class GroupRandomScaleRatio(object): + def __init__(self, size=(680, 762, 562, 592), interpolation=(cv2.INTER_LINEAR, cv2.INTER_NEAREST)): + self.size = size + self.interpolation = interpolation + self.origin_id = [0, 1360, 580, 768, 255, 300, 680, 710, 312, 1509, 800, 1377, 880, 910, 1188, 128, 960, 1784, + 1414, 1150, 512, 1162, 950, 750, 1575, 708, 2111, 1848, 1071, 1204, 892, 639, 2040, 1524, 832, 1122, 1224, 2295] + + def __call__(self, img_group): + assert (len(self.interpolation) == len(img_group)) + w_scale = random.randint(self.size[0], self.size[1]) + h_scale = random.randint(self.size[2], self.size[3]) + h, w, _ = img_group[0].shape + out_images = list() + out_images.append(cv2.resize(img_group[0], None, fx=w_scale*1.0/w, fy=h_scale*1.0/h, + interpolation=self.interpolation[0])) # fx=w_scale*1.0/w, fy=h_scale*1.0/h + ### process label map ### + origin_label = cv2.resize( + img_group[1], None, fx=w_scale*1.0/w, fy=h_scale*1.0/h, interpolation=self.interpolation[1]) + origin_label = origin_label.astype(int) + label = origin_label[:, :, 0] * 5 + \ + origin_label[:, :, 1] * 3 + origin_label[:, :, 2] + new_label = np.ones(label.shape) * 100 + new_label = new_label.astype(int) + for cnt in range(37): + new_label = ( + label == self.origin_id[cnt]) * (cnt - 100) + new_label + new_label = (label == self.origin_id[37]) * (36 - 100) + new_label + assert(100 not in np.unique(new_label)) + out_images.append(new_label) + return out_images + + +class GroupRandomRotation(object): + def __init__(self, degree=(-10, 10), interpolation=(cv2.INTER_LINEAR, cv2.INTER_NEAREST), padding=None): + self.degree = degree + self.interpolation = interpolation + self.padding = padding + if self.padding is None: + self.padding = [0, 0] + + def __call__(self, img_group): + assert (len(self.interpolation) == len(img_group)) + v = random.random() + if v < 0.5: + degree = random.uniform(self.degree[0], self.degree[1]) + h, w = img_group[0].shape[0:2] + center = (w / 2, h / 2) + map_matrix = cv2.getRotationMatrix2D(center, degree, 1.0) + out_images = list() + for img, interpolation, padding in zip(img_group, self.interpolation, self.padding): + out_images.append(cv2.warpAffine( + img, map_matrix, (w, h), flags=interpolation, borderMode=cv2.BORDER_CONSTANT, borderValue=padding)) + if len(img.shape) > len(out_images[-1].shape): + out_images[-1] = out_images[-1][..., + np.newaxis] # single channel image + return out_images + else: + return img_group + + +class GroupRandomBlur(object): + def __init__(self, applied): + self.applied = applied + + def __call__(self, img_group): + assert (len(self.applied) == len(img_group)) + v = random.random() + if v < 0.5: + out_images = [] + for img, a in zip(img_group, self.applied): + if a: + img = cv2.GaussianBlur( + img, (5, 5), random.uniform(1e-6, 0.6)) + out_images.append(img) + if len(img.shape) > len(out_images[-1].shape): + out_images[-1] = out_images[-1][..., + np.newaxis] # single channel image + return out_images + else: + return img_group + + +class GroupRandomHorizontalFlip(object): + """Randomly horizontally flips the given numpy Image with a probability of 0.5 + """ + + def __init__(self, is_flow=False): + self.is_flow = is_flow + + def __call__(self, img_group, is_flow=False): + v = random.random() + if v < 0.5: + out_images = [np.fliplr(img) for img in img_group] + if self.is_flow: + for i in range(0, len(out_images), 2): + # invert flow pixel values when flipping + out_images[i] = -out_images[i] + return out_images + else: + return img_group + + +class GroupNormalize(object): + def __init__(self, mean, std): + self.mean = mean + self.std = std + + def __call__(self, img_group): + out_images = list() + for img, m, s in zip(img_group, self.mean, self.std): + if len(m) == 1: + img = img - np.array(m) # single channel image + img = img / np.array(s) + else: + img = img - np.array(m)[np.newaxis, np.newaxis, ...] + img = img / np.array(s)[np.newaxis, np.newaxis, ...] + out_images.append(img) + + return out_images