Jeremy Reizenstein
dd2a11b5fc
Fix OFF for new numpy errors
...
Summary: Error messages have changed around numpy version 2, making existing code fail.
Reviewed By: MichaelRamamonjisoa
Differential Revision: D65280674
fbshipit-source-id: b3ae613ea8f0f4ae20fb6e5e816314b8c10e6c65
2024-11-06 11:13:59 -08:00
Jeremy Reizenstein
34f648ede0
move targets
...
Summary: Move testing targets from pytorch3d/tests/TARGETS to pytorch3d/TARGETS.
Reviewed By: shapovalov
Differential Revision: D36186940
fbshipit-source-id: a4c52c4d99351f885e2b0bf870532d530324039b
2022-05-25 06:16:03 -07:00
Jeremy Reizenstein
9eeb456e82
Update license for company name
...
Summary: Update all FB license strings to the new format.
Reviewed By: patricklabatut
Differential Revision: D33403538
fbshipit-source-id: 97a4596c5c888f3c54f44456dc07e718a387a02c
2022-01-04 11:43:38 -08:00
Patrick Labatut
af93f34834
License lint codebase
...
Summary: License lint codebase
Reviewed By: theschnitz
Differential Revision: D29001799
fbshipit-source-id: 5c59869911785b0181b1663bbf430bc8b7fb2909
2021-06-22 03:45:27 -07:00
Daisy
5241b7dd4e
Handle header has no newline or space after OFF. ( #665 )
...
Summary:
Allow a line like `OFF10 10 10` as the start of an OFF file. Such things apparently occur in ModelNet40.
This resolves https://github.com/facebookresearch/pytorch3d/issues/663 .
Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/665
Test Plan: New test
Reviewed By: nikhilaravi
Differential Revision: D28180006
Pulled By: bottler
fbshipit-source-id: 7f474c6a262e32da012217e09f76e8672a7f0278
2021-05-07 05:01:58 -07:00
Jeremy Reizenstein
0345f860d4
Loading/saving meshes to OFF files.
...
Summary: Implements the ascii OFF file format. This was discussed in https://github.com/facebookresearch/pytorch3d/issues/216
Reviewed By: theschnitz
Differential Revision: D25788834
fbshipit-source-id: c141d1f4ba3bad24e3c1f280a20aee782bfd74d6
2021-02-12 07:05:55 -08:00