airsplay / R2R-EnvDrop

PyTorch Code of NAACL 2019 paper "Learning to Navigate Unseen Environments: Back Translation with Environmental Dropout"
MIT License
123 stars 25 forks source link

Requesting code with handling segmentation image #13

Closed yellowjs0304 closed 4 years ago

yellowjs0304 commented 5 years ago

Hello, Thank u for sharing your great work. I downloaded your segmentation images which is divided into 36 pieces.

I want to check these into panoramic image. Is there any code with attaching 36 pieces to one panoramic image?

Could you please share code? Thank you.

airsplay commented 4 years ago

I do not have a stitching code in hand but I could provide the code that I generate these views.

The code to generate these segmentations is modified from the matterport3D repo. I am not an expert in Graphics thus I hack the code for rendering these images.

The code is here: https://drive.google.com/file/d/1XghR5ymJGzIFvV5t1cOQwTR_HkBz6Lzo/view

The main hacked function is mpview::GLUTRedraw. I also modified many other parts to make it possible.

yellowjs0304 commented 4 years ago

Thank u and sorry... I saw your reply too late