Jordan Pierce
commited on
Commit
·
2f16cbe
1
Parent(s):
4c9b3eb
quick fix
Browse files- .idea/MBARI_Benthic_Supercategory_Object_Detector.iml +12 -0
- .idea/inspectionProfiles/Project_Default.xml +22 -0
- .idea/inspectionProfiles/profiles_settings.xml +6 -0
- .idea/misc.xml +4 -0
- .idea/modules.xml +8 -0
- .idea/vcs.xml +6 -0
- .idea/workspace.xml +14 -24
.idea/MBARI_Benthic_Supercategory_Object_Detector.iml
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
</module>
|
.idea/inspectionProfiles/Project_Default.xml
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<component name="InspectionProjectProfileManager">
|
2 |
+
<profile version="1.0">
|
3 |
+
<option name="myName" value="Project Default" />
|
4 |
+
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
5 |
+
<option name="ignoredPackages">
|
6 |
+
<value>
|
7 |
+
<list size="9">
|
8 |
+
<item index="0" class="java.lang.String" itemvalue="gradio" />
|
9 |
+
<item index="1" class="java.lang.String" itemvalue="scikit-image" />
|
10 |
+
<item index="2" class="java.lang.String" itemvalue="opencv-python" />
|
11 |
+
<item index="3" class="java.lang.String" itemvalue="scikit-learn" />
|
12 |
+
<item index="4" class="java.lang.String" itemvalue="cython" />
|
13 |
+
<item index="5" class="java.lang.String" itemvalue="tator" />
|
14 |
+
<item index="6" class="java.lang.String" itemvalue="torch" />
|
15 |
+
<item index="7" class="java.lang.String" itemvalue="numpy" />
|
16 |
+
<item index="8" class="java.lang.String" itemvalue="pip-chill" />
|
17 |
+
</list>
|
18 |
+
</value>
|
19 |
+
</option>
|
20 |
+
</inspection_tool>
|
21 |
+
</profile>
|
22 |
+
</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.10 (MBARI_Benthic_Supercategory_Object_Detector)" 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/MBARI_Benthic_Supercategory_Object_Detector.iml" filepath="$PROJECT_DIR$/.idea/MBARI_Benthic_Supercategory_Object_Detector.iml" />
|
6 |
+
</modules>
|
7 |
+
</component>
|
8 |
+
</project>
|
.idea/vcs.xml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="VcsDirectoryMappings">
|
4 |
+
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
5 |
+
</component>
|
6 |
+
</project>
|
.idea/workspace.xml
CHANGED
@@ -5,19 +5,8 @@
|
|
5 |
</component>
|
6 |
<component name="ChangeListManager">
|
7 |
<list default="true" id="e4d9959f-0c5b-4a80-8b43-a006df26f93a" name="Changes" comment="">
|
8 |
-
<change afterPath="$PROJECT_DIR$/.idea
|
9 |
-
<change afterPath="$PROJECT_DIR
|
10 |
-
<change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" afterDir="false" />
|
11 |
-
<change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
12 |
-
<change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
|
13 |
-
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
|
14 |
-
<change afterPath="$PROJECT_DIR$/images/flat_fish.png" afterDir="false" />
|
15 |
-
<change afterPath="$PROJECT_DIR$/images/flat_red_fish.png" afterDir="false" />
|
16 |
-
<change afterPath="$PROJECT_DIR$/images/jelly.png" afterDir="false" />
|
17 |
-
<change afterPath="$PROJECT_DIR$/images/jelly_2.png" afterDir="false" />
|
18 |
-
<change afterPath="$PROJECT_DIR$/images/red_fish.png" afterDir="false" />
|
19 |
-
<change afterPath="$PROJECT_DIR$/images/scene.png" afterDir="false" />
|
20 |
-
<change afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
|
21 |
</list>
|
22 |
<option name="SHOW_DIALOG" value="false" />
|
23 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
@@ -45,17 +34,17 @@
|
|
45 |
<option name="hideEmptyMiddlePackages" value="true" />
|
46 |
<option name="showLibraryContents" value="true" />
|
47 |
</component>
|
48 |
-
<component name="PropertiesComponent"
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
}
|
58 |
-
}
|
59 |
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
60 |
<component name="TaskManager">
|
61 |
<task active="true" id="Default" summary="Default task">
|
@@ -64,7 +53,8 @@
|
|
64 |
<option name="number" value="Default" />
|
65 |
<option name="presentableId" value="Default" />
|
66 |
<updated>1666646148268</updated>
|
67 |
-
<workItem from="1666646160771" duration="
|
|
|
68 |
</task>
|
69 |
<servers />
|
70 |
</component>
|
|
|
5 |
</component>
|
6 |
<component name="ChangeListManager">
|
7 |
<list default="true" id="e4d9959f-0c5b-4a80-8b43-a006df26f93a" name="Changes" comment="">
|
8 |
+
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
9 |
+
<change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
</list>
|
11 |
<option name="SHOW_DIALOG" value="false" />
|
12 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
34 |
<option name="hideEmptyMiddlePackages" value="true" />
|
35 |
<option name="showLibraryContents" value="true" />
|
36 |
</component>
|
37 |
+
<component name="PropertiesComponent">{
|
38 |
+
"keyToString": {
|
39 |
+
"ASKED_ADD_EXTERNAL_FILES": "true",
|
40 |
+
"ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
41 |
+
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
42 |
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
43 |
+
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
44 |
+
"WebServerToolWindowFactoryState": "false",
|
45 |
+
"settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable"
|
46 |
}
|
47 |
+
}</component>
|
48 |
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
49 |
<component name="TaskManager">
|
50 |
<task active="true" id="Default" summary="Default task">
|
|
|
53 |
<option name="number" value="Default" />
|
54 |
<option name="presentableId" value="Default" />
|
55 |
<updated>1666646148268</updated>
|
56 |
+
<workItem from="1666646160771" duration="3554000" />
|
57 |
+
<workItem from="1666649813029" duration="20000" />
|
58 |
</task>
|
59 |
<servers />
|
60 |
</component>
|