Pointnet_Pointnet2_pytorch icon indicating copy to clipboard operation
Pointnet_Pointnet2_pytorch copied to clipboard

Visualization Issue [ bash ]

Open jiezi1678458785 opened this issue 3 years ago • 1 comments

When it come to visualization part, here is the original code:

build C++ code for visualization

cd visualizer bash build.sh

run one example

python show3d_balls.py

The problem is that, when I tried to bash, it just didn't work. It went like:

'bash' is not recognized as an internal or external command, operable program or batch file.

Seems I need to load the tool "bash", but how?

jiezi1678458785 avatar Jul 26 '22 07:07 jiezi1678458785

Windows Subsystem for Linux, WSL download it

wowords avatar Nov 30 '22 17:11 wowords