DeepSolo
DeepSolo copied to clipboard
Implement on CPU
This PR implements DeepSolo on CPU by calling the pytorch implementation of multiscale deformable attention if cuda is not found. I have also organised the cpu/cuda files into cpu/cuda folders respectively just for clarity.
Fixes #22 as well