Open wysot opened 5 years ago
Thank you for your interest.
I think that it is related to the compilation of roi-align executable. You have to run "(root)/modules/roi_align/build.py" to build that executables. After that, it may work well.
Thank you!
Thank you very much.
1、FileNotFoundError: [Errno 2] No such file or directory: './models/rt-mdnet.pth' Hello, I did not find the rt-mdnet.pth file in the code. How should I solve this problem? 2、 I want to use cpu to execute this code, can the code be executed by cpu? Because of the ‘ImportError: libcudart.so.10.0: cannot open shared object file: No such file or directory ’ in the image, I have commented on these ‘import’ statements, so it has no effect on the cpu execution of this code? ? Thank you very much.