问题描述
在训练模型的过程中遇到了apex库的报错IndexError: tuple index out of range导致无法训练。在github查询后找到了解决方法
问题解决
需要修改/apex-master/apex/amp/utils.py这个文件的代码 从93行开始修改
if x in cache:cached_x cache[x]next_functions_ava…
使用XR Foundation
现基于XR Foundation的接口实现渲染和采集
关键类
ARPointCloudManager
介绍
ARPointCloudManager:ARTrackedObjects的管理器。使用XRDepthSubsystem来识别和跟踪物理环境中的深度数据。
属性
NameDescriptiongameObjectNameThe name to b…