risajef

Results 4 issues of risajef

I just wanted to ask whether you implemented the loss function mentioned in the paper: at III. F?

In my setup I need the panda version 0.24.2. Just pip install pandas gives you at the moment 0.25.0. You can reproduce it if you want.

when executing the example command ``` make data/interim/tracking_videos/federer_cilic_aus_18\ FPS=1\ VFRAMES=100\ MODEL_PATH=https://deeptennis.s3-us-west-1.amazonaws.com/player_kprcnn_res50_fpn.tar.gz ``` It gives back: ``` FileNotFoundError: file /home/sethah/ssd/deeptennis/models/tennis_rpn4 not found ``` Which seems to be a misconfiguration as this...

I get the following error when I try to analyze a screenshot from a tennis match. ``` python3 -m allencv.service.server_simple\ --archive-path "https://deeptennis.s3-us-west-1.amazonaws.com/player_kprcnn_res50_fpn.tar.gz"\ --predictor default_image\ --include-package allencv.data.dataset_readers\ --include-package allencv.modules.im2vec_encoders\ --include-package allencv.modules.im2im_encoders\...