SamsungLabs / tr3d

[ICIP2023] TR3D: Towards Real-Time Indoor 3D Object Detection
Other
141 stars 8 forks source link

Running the pipeline without gpu #11

Closed farzanehm-g closed 1 year ago

farzanehm-g commented 1 year ago

Hi, I was wondering if it is possible to run the pipeline with dummy inputs on a machine with no gpus. Do you have a Dockerfile for that scenario? If so, I would appreciate if you could share that.

Thank you

filaPro commented 1 year ago

Hi @farzanehm-g, We didn't try to run TR3D without gpu. I think, MinkowskiEngine can be compiled for only cpu. Also you will need to replace our NMS for gpu with cpu version from mmdetection3d.