Faster-rcnn.pytorch: Why does rois has 5 dimensions?

Created on 1 Apr 2019  路  3Comments  路  Source: jwyang/faster-rcnn.pytorch

Could you please explain why rois has 5 dimensions?

Most helpful comment

Here's a full tutorial I wrote on how to use ROIs from this repo: https://medium.com/@andrewjong87/how-to-use-roi-pool-and-roi-align-in-your-neural-networks-pytorch-1-0-b43e3d22d073

TL;DR: it's for image_id, upper-left_x, upper-left_y, lower-right_x, lower-right_y

All 3 comments

Here's a full tutorial I wrote on how to use ROIs from this repo: https://medium.com/@andrewjong87/how-to-use-roi-pool-and-roi-align-in-your-neural-networks-pytorch-1-0-b43e3d22d073

TL;DR: it's for image_id, upper-left_x, upper-left_y, lower-right_x, lower-right_y

Thanks a lot for your reply. This tutorial is definitely helpful and has cleared my confusion.

You're welcome! Please close the issue if your question has been resolved.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wanghan0501 picture wanghan0501  路  4Comments

hiroponnn picture hiroponnn  路  4Comments

ZhangJiajun1995 picture ZhangJiajun1995  路  5Comments

GPaolo picture GPaolo  路  5Comments

Codermay picture Codermay  路  5Comments