内容简介: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_pose
Bug 0aba15d中
文档优化
-
为
tgm.warp_affine
和tgm.warp_pesrpective
增加 notebook 教程 894bf52
其他修改
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java Message Service API Tutorial and Reference
Hapner, Mark; Burridge, Rich; Sharma, Rahul / 2002-2 / $ 56.49
Java Message Service (JMS) represents a powerful solution for communicating between Java enterprise applications, software components, and legacy systems. In this authoritative tutorial and comprehens......一起来看看 《Java Message Service API Tutorial and Reference》 这本书的介绍吧!