maudzung / SFA3D

Super Fast and Accurate 3D Object Detection based on 3D LiDAR Point Clouds (The PyTorch implementation)
https://github.com/maudzung/Super-Fast-Accurate-3D-Object-Detection
MIT License
1.01k stars 272 forks source link

Run on single GPU #22

Closed rttariverdi67 closed 3 years ago

rttariverdi67 commented 3 years ago

hi, how can I run this code on a single GPU?

maudzung commented 3 years ago

Hi @rttariverdi67 By default, the model is trained and inferenced on a single gpu. Please read the Readme.md file to see more details