dataset-api icon indicating copy to clipboard operation
dataset-api copied to clipboard

Car Instance 2D bounding box

Open ghost opened this issue 7 years ago • 1 comments

Hi. I wanna transfer learning with car instance in ApolloScape data. But ApolloScape data hasn't 2D bounding box coordinates.

So, how do I convert Euler angles to 2D bounding box coordinates (minx, miny, maxx, maxy) ?

ghost avatar Nov 19 '18 07:11 ghost

You can extract yourself masks as in the preview script and then determine minx, miny, maxx, maxy for each mask using simple numpy functions.

ThoBaro avatar Dec 06 '18 15:12 ThoBaro