sshaoshuai / PointRCNN

PointRCNN: 3D Object Proposal Generation and Detection from Point Cloud, CVPR 2019.
MIT License
1.7k stars 425 forks source link

implement pointrcnn on Windows? #220

Closed gehadza closed 1 year ago

gehadza commented 1 year ago

Hi! I want to implement pointrcnn on Windows? how to do this please I follow the instruction but this error appear "error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\cl.exe' failed with exit code 2" when run execute build_and_install.sh on WIN10?

OrangeSodahub commented 1 year ago

@gehadza This error is because of the cpp interprater on windows (MSVC), you should use gcc like on linux, mac

OrangeSodahub commented 1 year ago

The error log, you haven't posted it, how can we know where the compiling error lies?

gehadza commented 1 year ago

@OrangeSodahub image

Weaam20 commented 1 year ago

Hi! I want to implement pointrcnn on Windows? how to do this please I follow the instruction but this error appear "error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\cl.exe' failed with exit code 2" when run execute build_and_install.sh on WIN10?

Could you tell me how you fixed the problem