allenai / ai2thor

An open-source platform for Visual AI.
http://ai2thor.allenai.org
Apache License 2.0
1.15k stars 215 forks source link

Converting Modified Scene in Unity Back to JSON Format #1226

Open TREEANA opened 2 months ago

TREEANA commented 2 months ago

I have successfully used the connect_to_unity.py feature of the holodeck project to send a JSON file to Unity and load a scene. However, after moving or rearranging elements within the loaded scene in Unity, I would like to convert these changes back into a JSON format.

Is there a way to achieve this? Any guidance or resources on how to do this would be greatly appreciated.