OpenGait
OpenGait copied to clipboard
about resolution
你好,我想问下,哪里控制输入数据的分辨率的128/64?
Hi, you should use pretreatment.py to pre-process data. With parameter setting of pretreatment.py, you process dataset to pickle data format, and specific resolution(64/or 128). https://github.com/ShiqiYu/OpenGait/blob/master/docs/2.prepare_dataset.md
Then, you should modify transform parameter in model yaml such as gaitset.yaml.
https://github.com/ShiqiYu/OpenGait/blob/c5e7f6501edeebc3edd0369c511058d1f605d373/configs/default.yaml#L20-L22
https://github.com/ShiqiYu/OpenGait/blob/c5e7f6501edeebc3edd0369c511058d1f605d373/datasets/pretreatment.py#L137
https://github.com/ShiqiYu/OpenGait/blob/c5e7f6501edeebc3edd0369c511058d1f605d373/configs/default.yaml#L20-L22
https://github.com/ShiqiYu/OpenGait/blob/c5e7f6501edeebc3edd0369c511058d1f605d373/datasets/pretreatment.py#L137
3q