Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zju3dv/4K4D
/ timeit
Function
timeit
easyvolcap/utils/pointnet2_utils.py:10–12 ·
view source on GitHub ↗
(tag, t)
Source
from the content-addressed store, hash-verified
8
from
easyvolcap.utils.net_utils
import
MLP
9
10
def
timeit(tag, t):
11
print(
"{}: {}s"
.format(tag, time() - t))
12
return
time()
13
14
15
def
pc_normalize(pc):
Callers
nothing calls this directly
Calls
1
print
Function · 0.85
Tested by
no test coverage detected