stevenygd / PointFlow

PointFlow : 3D Point Cloud Generation with Continuous Normalizing Flows
https://www.guandaoyang.com/PointFlow/
MIT License
720 stars 101 forks source link

Makefile for CUDA 11 #36

Closed gopalkulkarni-123 closed 1 year ago

gopalkulkarni-123 commented 1 year ago

Hello, I'm trying to compile the makefile for CUDA 11 but it doesn't seem to work. Could you please let me know how to proceed? The error it throws is as follows

mv: cannot stat 'build/lib.linux-x86_64-3.6/StructuralLosses': No such file or directory

Kindly let me know how to resolve this. Thanks

gopalkulkarni-123 commented 1 year ago

It turns out that the script runs just fine for cuda 11 as well

guangjinpan commented 7 months ago

@gopalkulkarni-123 hi, can you tell me how to solve this problem? I have the same problem