-
Notifications
You must be signed in to change notification settings - Fork 41
ImportError: cannot import name 'FastRCNNOutputs' from 'detectron2.modeling.roi_heads.fast_rcnn' #3
Comments
I think if you install the detectron2 correctly, you should be able to load the library. |
Hi @yujheli, I'm also faced with the same problem. In the facebookresearch/detectron2@11528ce, the class |
Install previous version solved this problem for me: |
I just found the version of detectron2 I was using is v0.3. I will update the readme. |
The issue seems to be solved here in a similar project |
This is the problem of detecron2 version, I solve it by installing suitable version in https://github.com/facebookresearch/detectron2/releases |
There is no FastRCNNOutputs in the detectron installed according to the installation steps, did I install it wrong?
The text was updated successfully, but these errors were encountered: