ShapeNet/RenderForCNN

possible duplicated function definition : camPosToQuaternion

Opened this issue · 0 comments

in render_model_views.py
function camPosToQuaternion(cx, cy, cz) was defined twice, why is that? the second definition will overwrite the first one, so ,there will be no meaning to define the first function.Is this a bug?? Or did it on purpose?