google-ar / codelab-augmented-images-intro

Apache License 2.0
19 stars 19 forks source link

Not able to find out the dimension of the model from OBJ file #4

Closed dhananjaytrivedi-softway closed 5 years ago

dhananjaytrivedi-softway commented 5 years ago

Not able to refer the dimensions of the obj file as per the instructions which read:

One way to find out this is opening GreenMaze.obj in a text editor, get all the lines that begin with v, , , , and get the maximum and minimum values of each component.

kai-dream commented 5 years ago

Hi,

Thank for raising the question. Indeed there's no good ways of doing this step, that was why I intentionally didn't mention. I'll update the description to explicitly say don't actually do it, but only explains how I get it.

I actually get the max and min of each component using google sheets, after preprocessing data using bash script.

Cheers, Kai

kai-dream commented 5 years ago

Done