allenai / ai2thor

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

How to draw a rectangle to Unity screen #168

Open tuanlinhtl17 opened 5 years ago

tuanlinhtl17 commented 5 years ago

I want to make a Object detection app based on Thor. But I don't know how to draw the boundaries real-time to Unity screen from Thor. I can't find any document for that. Btw, Sorry for my bad English

roozbehm commented 5 years ago

The class_detections2D field of the meta-data includes the bounding box coordinates for each object.

mattdeitke commented 4 years ago

This is possible from the Python side using Pillow. Expect a code snippet soon.