OpenGait icon indicating copy to clipboard operation
OpenGait copied to clipboard

about resolution

Open frensher opened this issue 2 years ago • 2 comments

你好,我想问下,哪里控制输入数据的分辨率的128/64?

frensher avatar Aug 02 '22 09:08 frensher

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.

chuanfushen avatar Aug 07 '22 10:08 chuanfushen

https://github.com/ShiqiYu/OpenGait/blob/c5e7f6501edeebc3edd0369c511058d1f605d373/configs/default.yaml#L20-L22

https://github.com/ShiqiYu/OpenGait/blob/c5e7f6501edeebc3edd0369c511058d1f605d373/datasets/pretreatment.py#L137

chuanfushen avatar Aug 07 '22 10:08 chuanfushen

https://github.com/ShiqiYu/OpenGait/blob/c5e7f6501edeebc3edd0369c511058d1f605d373/configs/default.yaml#L20-L22

https://github.com/ShiqiYu/OpenGait/blob/c5e7f6501edeebc3edd0369c511058d1f605d373/datasets/pretreatment.py#L137

3q

frensher avatar Aug 18 '22 02:08 frensher