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)
https://arxiv.org/pdf/2004.09927.pdf
602 stars 159 forks source link

Please help me #26

Open Deerzh opened 2 years ago

Deerzh commented 2 years ago

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?

kintaro1981 commented 1 year ago

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

Ploruto commented 1 year ago

@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.