ShapeNet / RenderForCNN

Render for CNN: Viewpoint Estimation in Images Using CNNs Trained with Rendered 3D Model Views
Other
248 stars 82 forks source link

possible duplicated function definition : camPosToQuaternion #11

Open weiaicunzai opened 6 years ago

weiaicunzai commented 6 years ago

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?