diff --git a/.obsidian/app.json b/.obsidian/app.json index 9c33e08..6e1f129 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1,7 +1,7 @@ { "promptDelete": false, "newLinkFormat": "relative", - "attachmentFolderPath": "./assets/Open-Vocabulary Semantic Segmentation", + "attachmentFolderPath": "./assets/Learning Transferable Visual Models From Natural Language Supervision", "showUnsupportedFiles": false, "newFileLocation": "current", "useMarkdownLinks": true, diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 91f00fb..3d61dcc 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,7 +13,7 @@ "state": { "type": "markdown", "state": { - "file": "Record/Linux/常用软件.md", + "file": "Paper/CLIP/Learning Transferable Visual Models From Natural Language Supervision.md", "mode": "source", "source": false } @@ -93,7 +93,7 @@ "state": { "type": "backlink", "state": { - "file": "Record/Linux/常用软件.md", + "file": "Paper/CLIP/Learning Transferable Visual Models From Natural Language Supervision.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -110,7 +110,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Record/Linux/常用软件.md", + "file": "Paper/CLIP/Learning Transferable Visual Models From Natural Language Supervision.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -133,7 +133,7 @@ "state": { "type": "outline", "state": { - "file": "Record/Linux/常用软件.md" + "file": "Paper/CLIP/Learning Transferable Visual Models From Natural Language Supervision.md" } } }, @@ -166,10 +166,12 @@ }, "active": "82a60b2f86acd8d6", "lastOpenFiles": [ - "Paper/Open-Vocabulary Semantic Segmentation.md", + "Record/Linux/常用软件.md", + "Paper/CLIP/Learning Transferable Visual Models From Natural Language Supervision.md", + "Paper/CLIP", + "Paper/CLIP/Open-Vocabulary Semantic Segmentation.md", "Paper", "Books/动手学深度学习/引言.md", - "Record/Linux/常用软件.md", "Record/Linux", "Study/DL/吴恩达深度学习课程/Other.md", "Study/DL/吴恩达深度学习课程/Lesson 1.md", @@ -187,7 +189,6 @@ "Books/Java并发编程/Java并发编程.md", "Books/从零开始深入学习Spring/IoC.md", "Books/从零开始深入学习Spring", - "Books/Java Guide", "Temp/Interview.md", "Books/代码随想录/代码随想录.md", "Books/代码随想录/().md", diff --git a/Paper/CLIP/Learning Transferable Visual Models From Natural Language Supervision.md b/Paper/CLIP/Learning Transferable Visual Models From Natural Language Supervision.md new file mode 100644 index 0000000..0519ecb --- /dev/null +++ b/Paper/CLIP/Learning Transferable Visual Models From Natural Language Supervision.md @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Paper/Open-Vocabulary Semantic Segmentation.md b/Paper/CLIP/Open-Vocabulary Semantic Segmentation.md similarity index 100% rename from Paper/Open-Vocabulary Semantic Segmentation.md rename to Paper/CLIP/Open-Vocabulary Semantic Segmentation.md