You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
We are trying converting a pretrained YOLOX model build on MMCV to libtorch on Windows C++ platform. We select libtorch because we can integrate other models in a easy way. However, we found there was no clear documentation about how to convert models in MMCV to CPU/GPU torchscript which can be used in Windows C++ & CUDA platform. Could you please add the documentation? And can MMDeploy only be built with libtorch, instead of ONNX, TensorRT etc. ?