NVlabs / Deep_Object_Pose

Deep Object Pose Estimation (DOPE) – ROS inference (CoRL 2018)
Other
999 stars 282 forks source link

Unable to generate images on NVIDIA GK110GL [Quadro K6000] #259

Open utsavrai opened 2 years ago

utsavrai commented 2 years ago

Hi, When running the single_video_pybullet.py on the Dell Precision Tower 7810 equipped with NVIDIA Corporation GK110GL [Quadro K6000], it throws following error -

python3 single_video_pybullet.py --nb_frames 10
pybullet build time: May 20 2022 19:44:17
folder output/output_example// exists
Optix call (optixDeviceContextCreate(cudaContext, 0, &optixContext)) failed with code 7051 (line 207)
terminate called after throwing an instance of 'std::system_error'
  what():  Resource deadlock avoided
Aborted (core dumped)

Please do let me know if I could run the script on my hardware.

Thanks

mintar commented 2 years ago

Unfortunately, that sort of error usually means that your GPU isn't supported by Optix. :(

utsavrai commented 2 years ago

Okay, thank you