Compare commits

..

2 Commits

Author SHA1 Message Date
cuidongdong 61723c2bd7 shou 2024-07-16 21:17:34 +08:00
cuidongdong abd6ff603c 121 2024-07-16 21:16:45 +08:00
8 changed files with 2124 additions and 7 deletions

0
.gitattributes vendored Normal file
View File

View File

@ -1,20 +1,79 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="29e99a6d-8072-42f6-ba00-2bae0f2d5ff9" name="Changes" comment="" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="GOROOT" url="file://$PROJECT_DIR$/../../golang/go" />
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="MavenImportPreferences"> <component name="MavenImportPreferences">
<option name="generalSettings"> <option name="generalSettings">
<MavenGeneralSettings> <MavenGeneralSettings>
<option name="mavenHome" value="$USER_HOME$/work/maven/apache-maven-3.8.6" /> <option name="mavenHome" value="$PROJECT_DIR$/../../maven/apache-maven-3.8.6" />
<option name="userSettingsFile" value="$USER_HOME$/work/maven/apache-maven-3.8.6/conf/settings.xml" /> <option name="userSettingsFile" value="$PROJECT_DIR$/../../maven/apache-maven-3.8.6/conf/settings.xml" />
</MavenGeneralSettings> </MavenGeneralSettings>
</option> </option>
</component> </component>
<component name="PropertiesComponent">{ <component name="ProjectId" id="2jKUo2615Eair80JkEPjf27iVcC" />
&quot;keyToString&quot;: { <component name="ProjectViewState">
&quot;go.import.settings.migrated&quot;: &quot;true&quot;, <option name="hideEmptyMiddlePackages" value="true" />
&quot;settings.editor.selected.configurable&quot;: &quot;preferences.pluginManager&quot; <option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.go.format.on.save.advertiser.fired": "true",
"RunOnceActivity.go.formatter.settings.were.checked": "true",
"RunOnceActivity.go.migrated.go.modules.settings": "true",
"WebServerToolWindowFactoryState": "false",
"go.import.settings.migrated": "true",
"go.sdk.automatically.set": "true",
"settings.editor.selected.configurable": "preferences.pluginManager",
"vue.rearranger.settings.migration": "true"
} }
}</component> }]]></component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="29e99a6d-8072-42f6-ba00-2bae0f2d5ff9" name="Changes" comment="" />
<created>1721135443309</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1721135443309</updated>
<workItem from="1721135444422" duration="352000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration"> <component name="VcsManagerConfiguration">
<option name="SHOW_DIRTY_RECURSIVELY" value="true" /> <option name="SHOW_DIRTY_RECURSIVELY" value="true" />
</component> </component>
<component name="VgoProject">
<settings-migrated>true</settings-migrated>
</component>
</project> </project>

2028
config.json Normal file

File diff suppressed because it is too large Load Diff

BIN
flax_model.msgpack (Stored with Git LFS) Normal file

Binary file not shown.

BIN
model.safetensors (Stored with Git LFS) Normal file

Binary file not shown.

18
preprocessor_config.json Normal file
View File

@ -0,0 +1,18 @@
{
"crop_pct": 0.875,
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "ConvNextFeatureExtractor",
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
],
"resample": 3,
"size": 224
}

BIN
pytorch_model.bin (Stored with Git LFS) Normal file

Binary file not shown.

BIN
tf_model.h5 (Stored with Git LFS) Normal file

Binary file not shown.