Open jc19970622 opened 9 months ago
It's from the setup.py file: https://github.com/youmi-zym/GO-SLAM/blob/e954a850bf52aced47bb40d7637e840edf0a73ce/setup.py#L7-L31
the setup.py file creates a setuptools.Extension for the c++ and CUDA files in the 'src/lib' subdirectory: https://github.com/youmi-zym/GO-SLAM/tree/e954a850bf52aced47bb40d7637e840edf0a73ce/src/lib
Read more here: https://pytorch.org/docs/stable/cpp_extension.html#torch.utils.cpp_extension.CUDAExtension
It's from the setup.py file:
https://github.com/youmi-zym/GO-SLAM/blob/e954a850bf52aced47bb40d7637e840edf0a73ce/setup.py#L7-L31
the setup.py file creates a setuptools.Extension for the c++ and CUDA files in the 'src/lib' subdirectory: https://github.com/youmi-zym/GO-SLAM/tree/e954a850bf52aced47bb40d7637e840edf0a73ce/src/lib
Read more here: https://pytorch.org/docs/stable/cpp_extension.html#torch.utils.cpp_extension.CUDAExtension thank you !!!!!!!!!!!!!!!!!!!
import torch import torch.nn.functional as F import droid_backends
anyone know what is the droid_backends?