Closed huckiyang closed 4 years ago
Hi @huckiyang,
The data_config.json
contains hyper-parameters related to the data itself, and is generated along with the data.
To generate data_config.json
, you need to run gen_mnist.py
or gen_sprite.py
or gen_duke.py
first (please see Section 3.1 of the README), where the last line utils.save_json(data_config, path.join(output_dir, 'data_config.json'))
generates data_config.json
.
Hi @zhen-he thanks - I did generate the data but found out there is a format error on the json file. I follow this https://github.com/StudentWong/tracking-by-animation/commit/45dc6795eabe110aa609606e2af30dd12f8db7da and the issue is resolved. Thank you again for the fast reply.
Thanks for reporting the issue.
Dear @zhen-he
I got an error - seem like related to the reading of data_config.json in the line 80 of the
run.py
Do we suppose to generate the file of data_config.json before the line 80 or we should put into the root?