SamsungLabs / fcaf3d

[ECCV2022] FCAF3D: Fully Convolutional Anchor-Free 3D Object Detection
MIT License
231 stars 37 forks source link

Can you please share the docker file for CUDA 11.2 #16

Closed giangdip2410 closed 2 years ago

giangdip2410 commented 2 years ago

I tried to set up the environment to training FCAF3D model. I followed your guide to set up mmdet & mmdet3d library with CUDA 11.2, but the last step for installing MinkowskiEngine, I couldn't install this library with CUDA 11.2 . If anybody have already done for training FCAF3D with CUDA 11.2, please share with me your docker. Thank you so much.

filaPro commented 2 years ago

Hi @giangdip2410 ,

Can you share the error logs? If it is a problem of MinkowskiEngine you can ask in their repo?

giangdip2410 commented 2 years ago

Hi @filaPro , thank you for your suggestion. I just found a docker CUDA 11.1 to train fcaf3d model at : https://hub.docker.com/r/god2000sus/mmdet3dtrial. It solved my issue.