Closed soldierofhell closed 4 years ago
Related issue https://github.com/pytorch/pytorch/issues/17492
Because of pytorch's
compile option. it doesn't compatible with the compiled libraries without ABI=0
Now, pytorch supports common compiled libtorch. So, If you download it, you don't have to compile opencv. I totally forgot to update it, Thanks!
I mange to compile and run this simple example https://github.com/pytorch/examples/tree/master/cpp/custom-dataset with opencv binaries included in default colab ubuntu 18.04 even with Pre-cxx11 ABI version of libtorch
Hi, are there any benefits from source compilation instead of using binaries? It takes hell lot of time :) Regards,