• Jeremy Reizenstein's avatar
    Fix save_ply with noncontiguous faces · 354a1808
    Jeremy Reizenstein authored
    Summary: As noted in #710, save_ply was failing with some values of the faces tensor. It was assuming the faces were contiguous in using view() to change them. Here we avoid doing that.
    
    Reviewed By: patricklabatut
    
    Differential Revision: D29159655
    
    fbshipit-source-id: 47214a7ce915bab8d81f109c2b97cde464fd57d8
    354a1808
test_io_ply.py 31.3 KB