Football-Player-Tracking
Football-Player-Tracking copied to clipboard
Broken link: panorama.mov
Hi guys Could you provide a new link for panorama.mov?
Thanks everyone
i'm looking for this one as well...
Here it is panorama.mov.zip
In the other hand... any of you where sucessfully compiling this project on Python3.6 ?
thanks.. I have not try it yet. Once I have some progress, I will let you know.
On Wed, Jul 26, 2017 at 12:21 PM, Sergio Alonso [email protected] wrote:
Here it is panorama.mov.zip https://github.com/AndresGalaviz/Football-Player-Tracking/files/1177472/panorama.mov.zip
In the other hand... any of you where sucessfully compiling this project on Python3.6 ?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/AndresGalaviz/Football-Player-Tracking/issues/4#issuecomment-318122940, or mute the thread https://github.com/notifications/unsubscribe-auth/AZHXSLycnEwSyxDjQ37UsZG8KXEY3t_vks5sR3V8gaJpZM4NsJMU .
I'm trying to compile on Python 3.6 too without success. Here it is my error:
bg_delta = cv2.absdiff(gray_bg_img, gray_img) cv2.error: /tmp/opencv-20171204-57506-1gtts92/opencv-3.3.1/modules/core/src/arithm.cpp:659: error: (-209) The operation is neither 'array op array' (where arrays have the same size and the same number of channels), nor 'array op scalar', nor 'scalar op array' in function arithm_op
Someone had the same problem? Thanks!
if you show the gray_bg_img and gray_img, you will understand the reason.
I spent couple hours to run this project successful based on python 2, opencv 3. But unfortunately, not works very accurate and also see quite lot of hard code, e.g red and blue player.
Anyway, it is a quite good project to help me learning how to use opencv in player detecting.
I'm trying to compile on Python 3.6 too without success. Here it is my error:
bg_delta = cv2.absdiff(gray_bg_img, gray_img) cv2.error: /tmp/opencv-20171204-57506-1gtts92/opencv-3.3.1/modules/core/src/arithm.cpp:659: error: (-209) The operation is neither 'array op array' (where arrays have the same size and the same number of channels), nor 'array op scalar', nor 'scalar op array' in function arithm_op
Someone had the same problem? Thanks! I'm having the same problem , did you manage to fix it ?