Open gxz98 opened 4 years ago
https://github.com/chenfengxu714/SqueezeSegV3/blob/346e0fc371940754e633101982db80b54e051257/src/tasks/semantic/config/arch/SSGV353.yaml#L89-L94 https://github.com/chenfengxu714/SqueezeSegV3/blob/346e0fc371940754e633101982db80b54e051257/src/tasks/semantic/config/arch/SSGV321.yaml#L90-L95 Hi, I am confused by the ordering of range and z. Why do range and z swap places in SSGV3-53.yaml and SSGV3-21.yaml?
Hi, thanks for your kind pinpoint. I make a mistake here, the right one should be range: 12.12 and z: -1.04, I believe the right one will lead to a better performance for SSGV3-53, we will retrain it soon.
https://github.com/chenfengxu714/SqueezeSegV3/blob/346e0fc371940754e633101982db80b54e051257/src/tasks/semantic/config/arch/SSGV353.yaml#L89-L94 https://github.com/chenfengxu714/SqueezeSegV3/blob/346e0fc371940754e633101982db80b54e051257/src/tasks/semantic/config/arch/SSGV321.yaml#L90-L95 Hi, I am confused by the ordering of range and z. Why do range and z swap places in SSGV3-53.yaml and SSGV3-21.yaml?