Richard Everts

Results 35 comments of Richard Everts

Hey @harvitronix, thanks for getting back to me so fast! I apologize if I came off as ungrateful, I know you're putting this out for free and I appreciate it....

Great, thanks, I'll take a look at this tonight as well. My goal is to be able to chunk it (option #4) a video stream in real time. So, you're...

I haven't gotten much closer yet. Still going.

Thanks @harvitronix , I'll try it out next! I had moved on to a PyTorch library doing the same thing, but they have inferencing problems of their own. It seems...

This is the PyTorch library. I ran into issues because I'm adding my own class to the UCF101 dataset. You can see their whole implementation: [https://github.com/kenshohara/3D-ResNets-PyTorch](https://github.com/kenshohara/3D-ResNets-PyTorch)

I'm having the exact same issue with almost the same settings on an aarch64 system. OpenCV 3.4.0 Python3.5 CUDA 9

Same +1, both on Mac and Ubuntu

Came back to this and it's still an issue. @Kobzol , what do you mean about the PythonPath? Why should that matter for PyYolo?

Thanks @Kobzol . Unfortunately, I couldn't get in the proper path or the module to run. I switched over to another implementation.

Unfortunately, there is no import_array anymore in the latest pull, which is what the solution mentioned above said to fix (unless I missed something), and I'm getting the same error...