icarofua / vehicle-rear

Vehicle-Rear: A New Dataset to Explore Feature Fusion For Vehicle Identification Using Convolutional Neural Networks
Apache License 2.0
111 stars 19 forks source link

数据集如何生成? #16

Closed woshiwoyali closed 4 years ago

woshiwoyali commented 4 years ago

您好, data解压出来的数据: dataset_1.json dataset_2.json dataset_3.json 已经目录dataset2/ 中的数据是如何生成的?

woshiwoyali commented 4 years ago

Hello,

Data extracted from data:

Dataset 1.json

Dataset 1.json

dataset_1.json

And directory dataset2/

How is the data in generated?

icarofua commented 4 years ago

the json files are generated by the generate_n_sets.py. dataset2/xmls are generated manually. dataset2/Camera1/ and dataset2/Camera2/ are generated using the xmls, videos and mosse algorithm.

woshiwoyali commented 4 years ago

Hello, can you provide Mosse algorithm?

icarofua commented 4 years ago

Unfortunately I can't provide but you can create your code based in https://github.com/opencv/opencv/blob/master/samples/python/mosse.py