I am using Assimp 3.1.1 to load a COLLADA DAE file, but seems like there is something I need to do with transforms when loading DAE file, but what/how ?
Loading OBJ file of the same model works with my code.

I have checked both the files (DAE and OBJ) for the same model using assimp_viewer and seems they have been exported correctly.

I didn't want to post the same question on various forums so here's link to stackoverflow post Question.