MCPcopy Create free account
hub / github.com/OpenImagingLab/4DSloMo / inverse_sigmoid

Function inverse_sigmoid

utils/general_utils.py:19–20  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

17from pointops2.functions.pointops import furthestsampling, knnquery
18
19def inverse_sigmoid(x):
20 return torch.log(x/(1-x))
21
22def PILtoTorch(pil_image, resolution):
23 resized_image_PIL = pil_image.resize(resolution)

Callers 2

create_from_pcdMethod · 0.90
reset_opacityMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected