wonyoungsen

Results 2 comments of wonyoungsen

I solved this problem by modifying "..../core/rcnn.py" file,add a line ---- `import sys sys.path.append("${RoI_ROOT}") ` at the beginning, it can work!

> > > I also encountered the same problem.I used the same python interpret(python 2.7) for complile and run. > > > ![image](https://user-images.githubusercontent.com/18553856/61038831-410f7c80-a400-11e9-9b43-de29a2356906.png) > > > > > > I...