-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.txt
111 lines (70 loc) · 4.16 KB
/
references.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# futstats
#YOLO NAS
https://www.youtube.com/watch?v=QCG8QMhga9k
https://github.com/roboflow/notebooks/blob/main/notebooks/how-to-track-football-players.ipynb
https://www.youtube.com/watch?v=V4Kkrz__hvo
https://colab.research.google.com/drive/1BHBCslTWikL4wcqTYrmGPdM9E1hZdXmL?usp=sharing#scrollTo=2KFiySxDOgTf
https://universe.roboflow.com/roboflow-jvuqo/football-players-detection-2frwp/dataset/1?ref=blog.roboflow.com
https://learnopencv.com/train-yolo-nas-on-custom-dataset/#Fine-Tuning-YOLO-NAS-Models
https://github.com/SkalskiP/sport
https://www.linkedin.com/posts/clara-rovira-no%C3%ABlle-299a571ab_exciting-news-i-have-finished-my-final-activity-7084594862355791872-wj39?utm_source=share&utm_medium=member_android
#PYTHON POJECT
https://www.youtube.com/watch?v=GxCXiSkm6no
https://docs.python-guide.org/writing/structure/#setup-py
#COPIAS
https://tryolabs.com/blog/2022/10/17/measuring-soccer-ball-possession-ai-video-analytics
https://github.com/tryolabs/norfair
https://huggingface.co/spaces/tryolabs/norfair-demo/tree/main
https://github.com/DonsetPG/narya/tree/master
#yolobbox2bbox
https://stackoverflow.com/questions/56115874/how-to-convert-bounding-box-x1-y1-x2-y2-to-yolo-style-x-y-w-h
#DATASETS
https://github.com/cemunds/awesome-sports-camera-calibration#datasets
https://github.com/vcg-uvic/sportsfield_release/blob/master/sports_field_registration.ipynb
https://www.kaggle.com/competitions/dfl-bundesliga-data-shootout/data
## PLAYERS
https://universe.roboflow.com/roboflow-jvuqo/football-players-detection-3zvbc/dataset/4
https://universe.roboflow.com/football-rupgl/football-objects3/dataset/4
https://universe.roboflow.com/roboflow-jvuqo/football-players-detection-2frwp/dataset/1
https://universe.roboflow.com/final-year-project-7d4za/soccam-umsvy
## TEAMS
https://universe.roboflow.com/soccer-dataset/soccer-detecting/dataset/2
https://universe.roboflow.com/animals-67mq4/team-separation/browse?queryText=&pageSize=50&startingIndex=0&browseQuery=true
## FIELDS
https://universe.roboflow.com/football-rupgl/football-objects3/dataset/3
https://universe.roboflow.com/mo-c9fej/football-field-landmarks-nlfje
https://universe.roboflow.com/final-year-project-7d4za/soccam-keypoints
https://universe.roboflow.com/new-workspace-8bwwt/football-field-landmarks/dataset/16
https://universe.roboflow.com/manolo-jm3bz/football-keypoint-detector/dataset/4
https://universe.roboflow.com/mohamed-elganainy/football-field-new/dataset/3
https://universe.roboflow.com/mohamed-elganainy/football-field-new/dataset/2
https://universe.roboflow.com/mohamed-elganainy/football-field-new/model/3?image=https%3A%2F%2Fsource.roboflow.com%2FGSg6ghlMCUVm4iC7rHsgdF0C5Up2%2FDC2TgBFuYOCS4DYc5KZb%2Foriginal.jpg
## FIELD SEGMENTATION
https://universe.roboflow.com/mohamed-badreldin-hh84s/field-xcovi/dataset/2
#HOMOGRAPHY
https://www.kaggle.com/code/s903124/homography-estimation-of-football-field#kln-891
https://github.com/DonsetPG/narya
https://learnopencv.com/image-alignment-feature-based-using-opencv-c-python/
https://stackoverflow.com/questions/60352448/homography-from-football-soccer-field-lines
https://youtu.be/j_EDFd9RkqE?si=qiLyLWSwZYL9DfmR
https://github.com/DonsetPG/narya
https://www.youtube.com/watch?v=05dIa3my1tU
#FUTBOL REINFORCEMENT
https://www.youtube.com/watch?v=F8DcgFDT9sc
https://www.kaggle.com/datasets/evilrobots/robocupsimdata/data
#Anotator
https://github.com/kkoripl/NaryaKeyPointsDatasetCreator
#soccer net
https://github.com/SoccerNet/sn-calibration
https://github.com/SilvioGiancola/SoccerNetv2-DevKit/tree/main/Task2-CameraShotSegmentation/BasicModel-segmentationhttps://www.soccer-net.org/challenges/2023
https://github.com/mazatov/sn-calibration/blob/main/data_exploration_baseline.ipynb
# TENIS
https://github.com/ArtLabss/tennis-tracking
https://medium.com/@kosolapov.aetp/tennis-analysis-using-deep-learning-and-machine-learning-a5a74db7e2ee
# point tracking
https://github.com/aharley/pips
https://github.com/google-deepmind/tapnet
# FUTURE IDEAS
https://universe.roboflow.com/wai-ming-lam-qiu9k/football-field-n8ntt
## KALMAN FILTER
https://machinelearningspace.com/2d-object-tracking-using-kalman-filter/