andresgalaviz / Football-Player-Tracking

Soccer player tracking system
128 stars 34 forks source link

Broken link: panorama.mov #4

Open pancutan opened 7 years ago

pancutan commented 7 years ago

Hi guys Could you provide a new link for panorama.mov?

Thanks everyone

weihuang1979 commented 6 years ago

i'm looking for this one as well...

pancutan commented 6 years ago

Here it is panorama.mov.zip

In the other hand... any of you where sucessfully compiling this project on Python3.6 ?

weihuang1979 commented 6 years ago

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 notifications@github.com 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 .

gabrielaolinto commented 6 years ago

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!

smilexu commented 5 years ago

if you show the gray_bg_img and gray_img, you will understand the reason.

smilexu commented 5 years ago

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.

narutmaxorn commented 5 years ago

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 ?