IlchaeJung / RT-MDNet

101 stars 30 forks source link

Error during code execution #25

Open wysot opened 5 years ago

wysot commented 5 years ago

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、 image 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.

IlchaeJung commented 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!

wysot commented 5 years ago

Thank you very much.