TGM v0.1.0 Roadmap
edgarriba opened this issue · 2 comments
edgarriba commented
This is the roadmap for torchgeometry v0.1.0 focuses on multi-view reprojection primitives that work on images and feature maps.
- Feel free to volunteer yourself if you are interested in trying out some items(they do not have to be on the list).
Features
- API
- Pinhole
- Conversions
- pi fb56c9c
- rad2deg fb56c9c
- deg2rad fb56c9c
- convert_points_from_homogeneous f13c462
- convert_points_to_homogeneous f13c462
- transform_points 1a1511c
- angle_axis_to_rotation_matrix 4c929d5
- rtvec_to_pose 4c929d5
- rotation_matrix_to_angle_axis f999165
- rotation_matrix_to_quaternion f999165
- quaternion_to_angle_axis f999165
- Warping
- Utilities
- Testing
- Documentation
- Examples:
edgarriba commented
we should consider importing stuff from GVNN: https://github.com/ankurhanda/gvnn
ankurhanda commented
I will be more than happy to add new functionality to it --- robot kinematics and other stuff that I have already implemented but in tensorflow :) so we could import both gvnn and that as well.