google-research-datasets / RxR

Room-across-Room (RxR) is a large-scale, multilingual dataset for Vision-and-Language Navigation (VLN) in Matterport3D environments. It contains 126k navigation instructions in English, Hindi and Telugu, and 126k navigation following demonstrations. Both annotation types include dense spatiotemporal alignments between the text and the visual perceptions of the annotators
Creative Commons Attribution 4.0 International
113 stars 12 forks source link

Saving Visualizations as GIFs? #5

Closed FelixLabelle closed 3 years ago

FelixLabelle commented 3 years ago

Is there a straight forward way of saving the guide trace visualizations like first_person.gif? I imagine we could use three.js to do this, but any hints or code would be appreciated!

peteanderson80 commented 3 years ago

From memory I think this was converted to gif from a video screen capture.

If you just need the camera view (not the text) it is relatively easy to capture and download a webm video from the canvas element that is rendering the first person view. An example can be found in this older R2R annotation tool.

FelixLabelle commented 3 years ago

Thanks, that does the trick!