mirror of
https://github.com/wassname/Pointnet2_PyTorch.git
synced 2026-06-27 16:00:07 +08:00
Minor changes to build system
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ def angle_axis(angle: float, axis: np.ndarray):
|
||||
+ (1.0 - cosval) * np.outer(u, u)
|
||||
)
|
||||
# yapf: enable
|
||||
return R
|
||||
return R.float()
|
||||
|
||||
|
||||
class PointcloudScale(object):
|
||||
|
||||
Reference in New Issue
Block a user