STRG
STRG copied to clipboard
When I run strg.py, there has an error:Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
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.
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.
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 Could you give me a full log please?