happylun / SketchModeling

Source code for the Sketch Modeling project: reconstruct a 3D shape from line drawing sketches.
https://people.cs.umass.edu/~zlun/papers/SketchModeling/
GNU General Public License v3.0
142 stars 49 forks source link

output views is 12 in paper while it turns out to be 14 in your code #7

Open shilei-ustcer opened 6 years ago

shilei-ustcer commented 6 years ago

Hi @happylun

Nice work!

After reading your code and your paper, I have one confusion:

   In your paper output views is 12, but in your code, it turns out to be 14, why is it not the same?

Could you explain it? Thank you!

ahmedfayezzz commented 4 years ago

Hello! Did you figure it out?

happylun commented 4 years ago

Hi, yes in the paper I mention that the 12 output views correspond to the 12 vertices on a regular icosahedron. But later I find out that since the front view and side view are the most common input views, it might be better to also include those two extra views for output. It will also be easier to visually check how good is the reconstruction by aligning the front/side view output maps with the front/side view sketch input.