Open mansooreh1 opened 2 months ago
You can run our code on your cpu environment but we recommend to use gpu to train the model. Thanks!
Hi, If I want to run your code on CPU, do I need to change the code settings?
Thank you.
I have checked again with my cpu-only environment and found that nms
module needs GPU and cuda. Unfortunately we need to implement (lane) nms for cpu. Sorry for inconvenience.
I would like to ask If I can run this module on an Apple Silicon Chip I Have a M2 chip MacBook Pro I couldn't run the module on it could you think you can help me with that ? thanks in advanced !
Thank you, unfortunately you can run this repo only in the cuda environment.
Hello Thanks for your great code. Do I need GPU and cuda to implement your code?