You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm now trying to run SE-SSD on docker. But I'm facing same issue for more than a week.
Could I have some advise ?
or I appreciate to tell me your successed environment.
$ docker compose up --build
.... OMITTED because it so long ...
se-ssd-env | nvcc: det3d/ops/pointnet2/src/sampling_gpu.cu
se-ssd-env | creating build/lib.linux-x86_64-3.6/det3d/ops/pointnet2
se-ssd-env | g++ -pthread -shared build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/interpolate.o build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/ball_query.o build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/group_points.o build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/bindings.o build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/sampling.o build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/interpolate_gpu.o build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/ball_query_gpu.o build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/group_points_gpu.o build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/sampling_gpu.o -L/usr/local/cuda/lib64 -lcudart -o build/lib.linux-x86_64-3.6/det3d/ops/pointnet2/PN2.cpython-36m-x86_64-linux-gnu.so
se-ssd-env | /usr/bin/ld: build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/sampling.o: relocation R_X86_64_PC32 against symbol `_ZN3c10eqERKNS_12TensorTypeIdES2_' can not be used when making a shared object; recompile with -fPICse-ssd-env | /usr/bin/ld: final link failed: Bad valuese-ssd-env | collect2: error: ld returned 1 exit statusse-ssd-env | error: Command "g++ -pthread -shared build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/interpolate.o build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/ball_query.o build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/group_points.o build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/bindings.o build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/sampling.o build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/interpolate_gpu.o build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/ball_query_gpu.o build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/group_points_gpu.o build/temp.linux-x86_64-3.6/det3d/ops/pointnet2/src/sampling_gpu.o -L/usr/local/cuda/lib64 -lcudart -o build/lib.linux-x86_64-3.6/det3d/ops/pointnet2/PN2.cpython-36m-x86_64-linux-gnu.so" failed with exit status 1se-ssd-env exited with code 1
How it can be reproduced?
Write docker-compose.yml and Dockerfile as below, then hit "docker-compose up --build"
I'm now trying to run SE-SSD on docker. But I'm facing same issue for more than a week.
Could I have some advise ?
or I appreciate to tell me your successed environment.
Goal
Issue
How it can be reproduced?
What I already tried and didn't worked
nvcc: [ ]
at every "extra_compiler_args" where is like herecxx: []
nvcc fatal : Unknown option "-fPIC"
even though the option is for cxx, not for nvcc.The text was updated successfully, but these errors were encountered: