https://github.com/hxdengBerkeley/PointCNN.Pytorch/blob/6ec6c291cf97923a84fb6ed8c82e98bf01e7e96d/utils/util_funcs.py#L57 It's unhealthy to define a variable "n" inside a loop that uses "n" as it's enumerator (how does this even work?)
PointCNN.Pytorch/utils/util_funcs.py
Line 57 in 6ec6c29
It's unhealthy to define a variable "n" inside a loop that uses "n" as it's enumerator
(how does this even work?)