facebookresearch / pytorch3d

PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
https://pytorch3d.org/
Other
8.7k stars 1.3k forks source link

Hi guys!Could anybody help me with the warning"integer conversion resulted in a change of sign"? #1711

Closed mswwd closed 4 weeks ago

mswwd commented 9 months ago

🐛 Unexpected behaviors

While installing pytorch3d,I got a warning"integer conversion resulted in a change of sign",whereas "the warnings can be suppressed with "-diag-suppress " ".Does the warning make a difference in using pytorch3d?

here are the details:

The warnings can be suppressed with "-diag-suppress " E:\anacoda\envs\pytorch3d\Lib\site-packages\pytorch3d-0.7.5\pytorch3d\csrc\knn knn.cu(500) warring:integer conversion resulted in a change of sign if (p2_idx == -1) {

bottler commented 9 months ago

This warning doesn't matter but I agree it should be fixed.