digitalbrain79 / pyyolo

Simple python wrapper for YOLO.
126 stars 65 forks source link

Error: interrupted by signal 11: SIGSEGV when detected on a image with a size of 1920*1080 #23

Open lg-code-repo opened 7 years ago

lg-code-repo commented 7 years ago

The pyyolo.detect() function works well with the resolution of 480360,but i get a error when tested with a image size of 19201080. What's the reason?

AndyTsangChun commented 7 years ago

Have a look on this post #20, we are having the same issue.

lg-code-repo commented 7 years ago

@AndyTsangChun thanks .At now I have to resize the image. But hope this problem to be solved in a short time