You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This is an error when running example/rcnn by bash sript/resnet_voc07.sh. It raises import error.
And there is also a similar problem happens.
Environment info (Required)
Ubuntu 17.10
Package used (Python/R/Scala/Julia):
(I'm using Python.)
Error Message:
'ModuleNotFoundError: No module named 'rcnn.cython.bbox''.
'ImportError: cannot import name '_mask''
What have you tried to solve it?
I copied some other files from previous modules, such as '_mask.c' and 'bbox.c' to the file folder.
And the problem was solved.
So what is wrong with this problem? Is there something wrong with my system?
Description
This is an error when running example/rcnn by bash sript/resnet_voc07.sh. It raises import error.
And there is also a similar problem happens.
Environment info (Required)
Ubuntu 17.10
Package used (Python/R/Scala/Julia):
(I'm using Python.)
Error Message:
What have you tried to solve it?
I copied some other files from previous modules, such as '_mask.c' and 'bbox.c' to the file folder.
And the problem was solved.
So what is wrong with this problem? Is there something wrong with my system?