Football-Player-Tracking icon indicating copy to clipboard operation
Football-Player-Tracking copied to clipboard

Broken link: panorama.mov

Open pancutan opened this issue 7 years ago • 7 comments

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

Thanks everyone

pancutan avatar May 31 '17 20:05 pancutan

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

weihuang1979 avatar Jul 26 '17 03:07 weihuang1979

Here it is panorama.mov.zip

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

pancutan avatar Jul 26 '17 17:07 pancutan

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 .

weihuang1979 avatar Jul 28 '17 02:07 weihuang1979

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!

gabrielaolinto avatar Dec 08 '17 13:12 gabrielaolinto

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

smilexu avatar Aug 30 '18 06:08 smilexu

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.

smilexu avatar Aug 30 '18 09:08 smilexu

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 ?

narutmaxorn avatar Jun 21 '19 14:06 narutmaxorn