内容简介:Torch Geometry 是基于 PyTorch 的计算机视觉库,用于解决通用计算机几何数学问题。该库基于 PyTorch ,用于提高定义反向模式自动微分(reverse-mode auto-differentiation)和计算复杂函数梯度。Torch Geometry 0.1.1 更新内容如下:
Torch Geometry 是基于 PyTorch 的计算机视觉库,用于解决通用计算机几何数学问题。该库基于 PyTorch ,用于提高定义反向模式自动微分(reverse-mode auto-differentiation)和计算复杂函数梯度。
Torch Geometry 0.1.1 更新内容如下:
突破性变化
-
由于 Pytorch 支持
torch.inverse,tgm.inverse已经被移除。
新特性
-
tgm.warp_perspective支持 OpenCV 接口 d53cbce -
get_perspective_transform支持 OpenCV 接口 a7db348 -
tgm.get_rotation_matrix2d支持 OpenCV 接口 876b2c6
Bug 修复
-
修复
tgm.inverse_poseBug 0aba15d中
文档优化
-
为
tgm.warp_affine和tgm.warp_pesrpective增加 notebook 教程 894bf52
其他修改
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Think Python
Allen B. Downey / O'Reilly Media / 2012-8-23 / GBP 29.99
Think Python is an introduction to Python programming for students with no programming experience. It starts with the most basic concepts of programming, and is carefully designed to define all terms ......一起来看看 《Think Python》 这本书的介绍吧!