Spaces:
Runtime error
Runtime error
Upload 9 files
Browse files- .idea/.gitignore +3 -0
- .idea/.name +1 -0
- .idea/football_analysis_final.iml +15 -0
- .idea/inspectionProfiles/Project_Default.xml +13 -0
- .idea/inspectionProfiles/profiles_settings.xml +6 -0
- .idea/misc.xml +4 -0
- .idea/modules.xml +8 -0
- .idea/vcs.xml +7 -0
- .idea/workspace.xml +49 -0
.idea/.gitignore
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Default ignored files
|
| 2 |
+
/shelf/
|
| 3 |
+
/workspace.xml
|
.idea/.name
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
config.py
|
.idea/football_analysis_final.iml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<module type="PYTHON_MODULE" version="4">
|
| 3 |
+
<component name="NewModuleRootManager">
|
| 4 |
+
<content url="file://$MODULE_DIR$" />
|
| 5 |
+
<orderEntry type="inheritedJdk" />
|
| 6 |
+
<orderEntry type="sourceFolder" forTests="false" />
|
| 7 |
+
</component>
|
| 8 |
+
<component name="PyDocumentationSettings">
|
| 9 |
+
<option name="format" value="PLAIN" />
|
| 10 |
+
<option name="myDocStringFormat" value="Plain" />
|
| 11 |
+
</component>
|
| 12 |
+
<component name="TestRunnerService">
|
| 13 |
+
<option name="PROJECT_TEST_RUNNER" value="py.test" />
|
| 14 |
+
</component>
|
| 15 |
+
</module>
|
.idea/inspectionProfiles/Project_Default.xml
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<component name="InspectionProjectProfileManager">
|
| 2 |
+
<profile version="1.0">
|
| 3 |
+
<option name="myName" value="Project Default" />
|
| 4 |
+
<inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
| 5 |
+
<option name="ignoredIdentifiers">
|
| 6 |
+
<list>
|
| 7 |
+
<option value="int.__getitem__" />
|
| 8 |
+
<option value="int.*" />
|
| 9 |
+
</list>
|
| 10 |
+
</option>
|
| 11 |
+
</inspection_tool>
|
| 12 |
+
</profile>
|
| 13 |
+
</component>
|
.idea/inspectionProfiles/profiles_settings.xml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<component name="InspectionProjectProfileManager">
|
| 2 |
+
<settings>
|
| 3 |
+
<option name="USE_PROJECT_PROFILE" value="false" />
|
| 4 |
+
<version value="1.0" />
|
| 5 |
+
</settings>
|
| 6 |
+
</component>
|
.idea/misc.xml
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11 (python)" project-jdk-type="Python SDK" />
|
| 4 |
+
</project>
|
.idea/modules.xml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="ProjectModuleManager">
|
| 4 |
+
<modules>
|
| 5 |
+
<module fileurl="file://$PROJECT_DIR$/.idea/football_analysis_final.iml" filepath="$PROJECT_DIR$/.idea/football_analysis_final.iml" />
|
| 6 |
+
</modules>
|
| 7 |
+
</component>
|
| 8 |
+
</project>
|
.idea/vcs.xml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="VcsDirectoryMappings">
|
| 4 |
+
<mapping directory="" vcs="Git" />
|
| 5 |
+
<mapping directory="$PROJECT_DIR$/ultralytics" vcs="Git" />
|
| 6 |
+
</component>
|
| 7 |
+
</project>
|
.idea/workspace.xml
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="AutoImportSettings">
|
| 4 |
+
<option name="autoReloadType" value="SELECTIVE" />
|
| 5 |
+
</component>
|
| 6 |
+
<component name="ChangeListManager">
|
| 7 |
+
<list default="true" id="bf07af8b-6358-49e6-b79e-d7ae9f5553aa" name="Changes" comment="">
|
| 8 |
+
<change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
|
| 9 |
+
<change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
|
| 10 |
+
</list>
|
| 11 |
+
<option name="SHOW_DIALOG" value="false" />
|
| 12 |
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
| 13 |
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
| 14 |
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
| 15 |
+
</component>
|
| 16 |
+
<component name="Git.Settings">
|
| 17 |
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
| 18 |
+
</component>
|
| 19 |
+
<component name="MarkdownSettingsMigration">
|
| 20 |
+
<option name="stateVersion" value="1" />
|
| 21 |
+
</component>
|
| 22 |
+
<component name="ProjectColorInfo">{
|
| 23 |
+
"associatedIndex": 0
|
| 24 |
+
}</component>
|
| 25 |
+
<component name="ProjectId" id="2wQgcRxLlNNsifzwQzNjhcvUDl8" />
|
| 26 |
+
<component name="ProjectViewState">
|
| 27 |
+
<option name="hideEmptyMiddlePackages" value="true" />
|
| 28 |
+
<option name="showLibraryContents" value="true" />
|
| 29 |
+
</component>
|
| 30 |
+
<component name="PropertiesComponent"><![CDATA[{
|
| 31 |
+
"keyToString": {
|
| 32 |
+
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
| 33 |
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
| 34 |
+
"git-widget-placeholder": "upload-main-only",
|
| 35 |
+
"last_opened_file_path": "D:/football_analysis_final"
|
| 36 |
+
}
|
| 37 |
+
}]]></component>
|
| 38 |
+
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
| 39 |
+
<component name="TaskManager">
|
| 40 |
+
<task active="true" id="Default" summary="Default task">
|
| 41 |
+
<changelist id="bf07af8b-6358-49e6-b79e-d7ae9f5553aa" name="Changes" comment="" />
|
| 42 |
+
<created>1745979290707</created>
|
| 43 |
+
<option name="number" value="Default" />
|
| 44 |
+
<option name="presentableId" value="Default" />
|
| 45 |
+
<updated>1745979290707</updated>
|
| 46 |
+
</task>
|
| 47 |
+
<servers />
|
| 48 |
+
</component>
|
| 49 |
+
</project>
|