TuSimple / centerformer

Implementation for CenterFormer: Center-based Transformer for 3D Object Detection (ECCV 2022)
MIT License
292 stars 28 forks source link

Minimum configuration requirements #20

Closed hehualin-tut closed 1 year ago

hehualin-tut commented 1 year ago

I want to know whether you know the minimum GPU computing power required, and how many gigabytes

edwardzhou130 commented 1 year ago

I used V100 (32GB) and A100 (40GB) for the experiments. I guess you need to have a GPU with >= 8GB memory to run our model (with a smaller batch size or other hyperparameters).