maudzung / TTNet-Real-time-Analysis-System-for-Table-Tennis-Pytorch

Unofficial implementation of "TTNet: Real-time temporal and spatial video analysis of table tennis" (CVPR 2020)

Home Page:https://arxiv.org/pdf/2004.09927.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please help me

Deerzh opened this issue · comments

when I run this command:python download_dataset.py
an error occurred: raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1091)>
I found the URL='https://lab.osai.ai/datasets/openttgames/data/' can not be accessed.
Can you help me solve this problem?

The problem I think is the the letsencrypt ssl certificate. Is expired on July the 10th 2022

@kintaro1981 I created a pull request that would fix that :/ but it's not being merged because the author isn't that active right now. but just look at my pr and copy the code. Then it will work. I'm also currently writing multi-threaded versions of the python code in rust. I got the extraction script done already.