MCPcopy Create free account
hub / github.com/DIVE128/DMVSNet / tonumpy

Function tonumpy

filter/pcd.py:145–149  ·  view source on GitHub ↗
(varlist:list)

Source from the content-addressed store, hash-verified

143
144@torch.no_grad()
145def tonumpy(varlist:list):
146 out=[]
147 for var in varlist:
148 out.append(var.cpu().numpy())
149 return out
150
151@torch.no_grad()
152def reproject_with_depth_pytorch(depth_ref, intrinsics_ref, extrinsics_ref, depth_src, intrinsics_src, extrinsics_src,tnp=True):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected