faster_rcnn_pytorch
faster_rcnn_pytorch copied to clipboard
TypeError: dist must be a Distribution instance
‘ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.’ was reported when executing 'python3 build.py'. Then i fixed this problem using the link https://blog.csdn.net/ShuqiaoS/article/details/88420326
But a new error occured,
Traceback (most recent call last):
File "/home/lijian/study/cv/faster_rcnn_pytorch/faster_rcnn_pytorch/faster_rcnn/roi_pooling/build.py", line 31, in
I got the same problem, did you fix it ?
I find it because the vesion the torch is too high. And I change 1.01 to 0.4.1, it success.
It is same as me , but I don't want to change the torch from 1.01 to 0.4.1 reason why I use this rep is it support the torhc 1.0.1 !
the same error _Command.init(self, dist) File "/home/lijian/anaconda3/lib/python3.7/distutils/cmd.py", line 57, in init raise TypeError("dist must be a Distribution instance") TypeError: dist must be a Distribution instance
how to slove it???