jcjohnson / densecap

Dense image captioning in Torch
MIT License
1.58k stars 432 forks source link

What do Box coordinates represent? #74

Open texzone opened 6 years ago

texzone commented 6 years ago

I want to be able to provide a "range" to a python file, and if a box falls within that range, I read in the caption. But I do not understand what exactly is the format for the coordinates. Can someone let me know so I can convert it correctly? Thank you