STRG icon indicating copy to clipboard operation
STRG copied to clipboard

When I run strg.py, there has an error:Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

Open MinamiKotoka opened this issue 5 years ago • 3 comments

I find that the function roi_align causes this error, so I want how you can use this function and do not have an error? My environment is: torch-1.4, torchvision-0.5. And other types of torch and torchvision I have tried but do not work. In your requirement torch is 1.5 version and torchvision is 0.5 version, but they are not matching.

MinamiKotoka avatar Aug 19 '20 12:08 MinamiKotoka

Hi @MinamiKotoka, Thank you for notifying me. I used torch-1.5 and torchvision-0.6. Could you please check it on that version? Does your coda is matched with torch and cudatoolkit (such as 10.0, 10.1, ... )?

Also, full command log would be helpful for finding the cause. Thanks.

jd730 avatar Aug 20 '20 02:08 jd730

Hi @jd730 I just tried torch-1.5 and torchvision-0.6, but it also didn't work. My cuda version is 10.1. Do you have other ways help me to solve that? All I used is your strg.py, run the main function in it. When I go to rois_features = self.roi_align(features, rois_list) , pycharm told me that error Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) and exit. Thanks.

MinamiKotoka avatar Aug 20 '20 03:08 MinamiKotoka

@MinamiKotoka Could you give me a full log please?

jd730 avatar Aug 20 '20 03:08 jd730