JOP-Lee / READ

AAAI2023,implementation of "READ: Large-Scale Neural Scene Rendering for Autonomous Driving", the experimental results are significantly better than Nerf-based methods
https://github.com/JOP-Lee/READ-Large-Scale-Neural-Scene-Rendering-for-Autonomous-Driving
GNU General Public License v2.0
442 stars 54 forks source link

How to generate panorama image? #30

Open bzvbzv opened 1 year ago

bzvbzv commented 1 year ago

Hello, thank you for the project. In the paper and readme, you mentioned that READ can generate panorama image. But It seems the code doesn't have that part, Could you give some instruction to generate panorama image.

JOP-Lee commented 1 year ago

Set the viewport, for example python viewer.py --config downloads/kitti6.yaml --viewport 1800x500

bzvbzv commented 1 year ago

In my opinion, a panorama image is in equidistant projection which have a 2:1 aspect ratio because the field-of-view is 360° x 180°. After Set the viewport it is still a pinhole projection image, isn't it?

Wangcongyu620 commented 11 months ago

Excuse me, I also need the same question. I want to save the generated panoramic image. How do you implement it? @JOP-Lee @bzvbzv

Wangcongyu620 commented 11 months ago

For example, I have some images of the angle of the side of a building, and I want to predict an elevation view. What should I pay attention to?