Hello, thank you very much for sharing your code.
I'm going to do a job of transforming the BEV ground truth map into images.
Therefore, I thought your work(specifically BEV Encoder) would be helpful and referred to stag_1_bev.yaml.
However, in the vqgan and VQSegmentationModel, the code of CVT style that transforms the view from images to BEV map is checked in VQModel's encoder, but I did not find any particular view-transformation code from BEV map to images.
(Of course, it could be my mistake.)
If there is a code related to this, please let me know which part it is specifically.
Thank you.
Hello, thank you very much for sharing your code.
I'm going to do a job of transforming the BEV ground truth map into images.
Therefore, I thought your work(specifically BEV Encoder) would be helpful and referred to
stag_1_bev.yaml.However, in the
vqganandVQSegmentationModel, the code of CVT style that transforms the view from images to BEV map is checked inVQModel'sencoder, but I did not find any particular view-transformation code from BEV map to images.(Of course, it could be my mistake.)
If there is a code related to this, please let me know which part it is specifically.
Thank you.