{"id":13803,"date":"2023-02-10T20:03:00","date_gmt":"2023-02-10T12:03:00","guid":{"rendered":"http:\/\/139.9.1.231\/?p=13803"},"modified":"2023-02-11T18:05:32","modified_gmt":"2023-02-11T10:05:32","slug":"downgoogle-drive","status":"publish","type":"post","link":"http:\/\/139.9.1.231\/index.php\/2023\/02\/10\/downgoogle-drive\/","title":{"rendered":"\u547d\u4ee4\u884c\u4ece Google Drive\u4e0b\u8f7d\u6570\u636e"},"content":{"rendered":"\n<p>\u672c\u6587\u4ecb\u7ecd\u4e86\u901a\u8fc7<code>wget<\/code>\u548c<code>curl<\/code>\u4eceGoogle Drive\u4e0a\u4e0b\u8f7d\u6587\u4ef6\u7684\u811a\u672c\u3002\u56e0\u4e3a\u5927\u91cf\u7684\u6570\u636e\u96c6\u90fd\u5b58\u653e\u5728Google Drive\u4e0a\uff0c\u800c\u8ba1\u7b97\u4efb\u52a1\u901a\u5e38\u90fd\u662f\u5728\u8ba1\u7b97\u670d\u52a1\u5668\u4e0a\uff0c\u76f4\u63a5\u4eceGoogle Drive\u8fd9\u7c7b\u4e91\u76d8\u4e0b\u8f7d\u5230\u670d\u52a1\u5668\u4e0a\u663e\u7136\u662f\u6700\u5408\u9002\u7684\u65b9\u5f0f\u3002<\/p>\n\n\n\n<h2 id=\"\u5206\u4eab\u94fe\u63a5\">\u5206\u4eab\u94fe\u63a5<\/h2>\n\n\n\n<p>Google Drive\u7684\u5206\u4eab\u94fe\u63a5\u683c\u5f0f\u901a\u5e38\u4e3a\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>https:\/\/drive.google.com\/file\/d\/&lt;fileid&gt;\/view<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u5176\u4e2d\u8fd9\u4e2a<code>&lt;fileid&gt;<\/code>\u5c31\u662f\u5bf9\u5e94\u6587\u4ef6\u5728\u670d\u52a1\u5668\u4e0a\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002<\/p>\n\n\n\n<p>\u4f8b\u5982OfficeHome\u6570\u636e\u96c6\u5728Google Drive\u4e0a\u7684\u94fe\u63a5\u5373\u4e3a\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>https:\/\/drive.google.com\/file\/d\/0B81rNlvomiwed0V1YUxQdC1uOTg\/view<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u5176\u4e2d\u7684<code>&lt;fileid&gt;<\/code>\u4e3a<code>0B81rNlvomiwed0V1YUxQdC1uOTg<\/code>\uff0c\u6587\u4ef6\u540d\u53ef\u4ee5\u81ea\u5df1\u53d6\u3002<\/p>\n\n\n\n<p>\u6240\u4ee5\u63d0\u53d6\u5230\u7684\u5173\u952e\u53d8\u91cf\u4e3a\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>filename=&#8217;OfficeHomeDataset_10072016.zip&#8217;<br>fileid=&#8217;0B81rNlvomiwed0V1YUxQdC1uOTg&#8217;<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 id=\"wget-\u4e0b\u8f7d\u6307\u4ee4\">wget \u4e0b\u8f7d\u6307\u4ee4<\/h2>\n\n\n\n<p>\u9488\u5bf9\u5c0f\u6587\u4ef6\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>wget &#8211;no-check-certificate &#8220;https:\/\/drive.google.com\/uc?export=download&amp;id=${fileid}&#8221; -O ${filename}<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u5982\u679c\u6587\u4ef6\u5927\u7684\u8bdd\uff0c\u9700\u8981\u5bf9cookie\u8fdb\u884c\u5904\u7406\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>wget &#8211;load-cookies \/tmp\/cookies.txt &#8220;https:\/\/drive.google.com\/uc?export=download&amp;confirm=$(wget &#8211;quiet &#8211;save-cookies \/tmp\/cookies.txt &#8211;keep-session-cookies &#8211;no-check-certificate &#8216;https:\/\/drive.google.com\/uc?export=download&amp;id=${fileid}&#8217; -O- | sed -rn &#8216;s\/.confirm=([0-9A-Za-z_]+).\/\\1\\n\/p&#8217;)&amp;id=${fileid}&#8221; -O ${filename} &amp;&amp; rm -rf \/tmp\/cookies.txt<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u56e0\u4e3aGoogle drive\u7684\u5927\u6587\u4ef6\uff0c\u65e0\u6cd5\u901a\u8fc7\u5b89\u5168\u67e5\u6740<\/p>\n\n\n\n<p>\u6574\u7406\u6210\u66f4\u65b9\u4fbf\u7684\u811a\u672c\u793a\u4f8b\u4e3a\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>#!\/bin\/bash<br><br># cd scratch place<br>cd data\/<br><br># Download zip dataset from Google Drive<br>filename=&#8217;OfficeHomeDataset_10072016.zip&#8217;<br>fileid=&#8217;0B81rNlvomiwed0V1YUxQdC1uOTg&#8217;<br>wget &#8211;load-cookies \/tmp\/cookies.txt &#8220;https:\/\/drive.google.com\/uc?export=download&amp;confirm=$(wget &#8211;quiet &#8211;save-cookies \/tmp\/cookies.txt &#8211;keep-session-cookies &#8211;no-check-certificate &#8216;https:\/\/drive.google.com\/uc?export=download&amp;id=${fileid}&#8217; -O- | sed -rn &#8216;s\/.confirm=([0-9A-Za-z_]+).\/\\1\\n\/p&#8217;)&amp;id=${fileid}&#8221; -O ${filename} &amp;&amp; rm -rf \/tmp\/cookies.txt<br><br># Unzip<br>unzip -q ${filename}<br>rm ${filename}<br>cd<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 id=\"curl-\u4e0b\u8f7d\u6307\u4ee4\">curl \u4e0b\u8f7d\u6307\u4ee4<\/h2>\n\n\n\n<p>\u5c0f\u6587\u4ef6 &lt; 40MB\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>curl -L -o ${filename} &#8220;https:\/\/drive.google.com\/uc?export=download&amp;id=${fileid}&#8221;<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u5927\u6587\u4ef6 &gt; 40MB\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>curl -c .\/cookie -s -L &#8220;https:\/\/drive.google.com\/uc?export=download&amp;id=${fileid}&#8221; &gt; \/dev\/null<br>curl -Lb .\/cookie &#8220;https:\/\/drive.google.com\/uc?export=download&amp;confirm=`awk &#8216;\/download\/ {print $NF}&#8217; .\/cookie`&amp;id=${fileid}&#8221; -o ${filename}<br>rm .\/cookie<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u6574\u7406\u6210\u811a\u672c\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>#!\/bin\/bash<br><br># cd scratch place<br>cd scratch\/<br><br># Download zip dataset from Google Drive<br>filename=&#8217;OfficeHomeDataset_10072016.zip&#8217;<br>fileid=&#8217;0B81rNlvomiwed0V1YUxQdC1uOTg&#8217;<br>curl -c .\/cookie -s -L &#8220;https:\/\/drive.google.com\/uc?export=download&amp;id=${fileid}&#8221; &gt; \/dev\/null<br>curl -Lb .\/cookie &#8220;https:\/\/drive.google.com\/uc?export=download&amp;confirm=`awk &#8216;\/download\/ {print $NF}&#8217; .\/cookie`&amp;id=${fileid}&#8221; -o ${filename}<br>rm .\/cookie<br><br># Unzip<br>unzip -q ${filename}<br>rm ${filename}<br><br># cd out<br>cd<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u4f46\u662f\u5982\u679c\u8fde\u4e0d\u4e0a\u5916\u7f51\uff0c\u90a3\u5c31\u9700\u8981\u4e00\u4e2a\u68af\u5b50\u7684\u9009\u9879\uff0c\u5373<code>proxychains4<\/code>\u8fd9\u4e2a\u547d\u4ee4\u884c\u4ee3\u7406\u5de5\u5177\uff0c\u6216\u8005\u9700\u8981\u901a\u8fc7\u5176\u4ed6\u673a\u5668\u8fdb\u884c\u8054\u7f51\u7684\u4e2d\u8f6c\u53ef\u4ee5\u53c2\u8003<a href=\"https:\/\/lccurious.github.io\/2020\/07\/27\/Local-Server-Proxy\/\">\u79bb\u7ebf\u670d\u52a1\u5668\u901a\u8fc7PC\u4e2d\u8f6c\u8fde\u63a5\u516c\u7f51<\/a>\u3002<\/p>\n\n\n\n<p>\u5bf9\u4e8e\u4e0d\u80fd\u76f4\u63a5\u8054\u7f51\u7684\u673a\u5668\u8fd0\u884c\u811a\u672c\u65b9\u5f0f\u4e3a\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>proxychains4 sh download_google_drive.sh<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 id=\"\u53c2\u8003\u8d44\u6e90\">\u53c2\u8003\u8d44\u6e90<\/h2>\n\n\n\n<ul><li><a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/github.com\/JinhangZhu\/yolov3\/blob\/custom\/data\/get_coco2014.sh\">https:\/\/github.com\/JinhangZhu\/yolov3\/blob\/custom\/data\/get_coco2014.sh<\/a><\/li><li><a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.jinhang.work\/tech\/download-shared-files-using-wget-or-curl\/\">https:\/\/www.jinhang.work\/tech\/download-shared-files-using-wget-or-curl\/<\/a><\/li><\/ul>\n\n\n\n<ul><li><strong>\u672c\u6587\u4f5c\u8005\uff1a&nbsp;<\/strong>Bill H<\/li><li><strong>\u672c\u6587\u94fe\u63a5\uff1a<\/strong>&nbsp;<a href=\"https:\/\/lccurious.github.io\/2021\/05\/15\/Download-from-Google-Drive\/\">https:\/\/lccurious.github.io\/2021\/05\/15\/Download-from-Google-Drive\/<\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>\u672c\u6587\u4ecb\u7ecd\u4e86\u901a\u8fc7wget\u548ccurl\u4eceGoogle Drive\u4e0a\u4e0b\u8f7d\u6587\u4ef6\u7684\u811a\u672c\u3002\u56e0\u4e3a\u5927\u91cf\u7684\u6570\u636e\u96c6\u90fd\u5b58\u653e\u5728Googl &hellip; <a href=\"http:\/\/139.9.1.231\/index.php\/2023\/02\/10\/downgoogle-drive\/\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">\u547d\u4ee4\u884c\u4ece Google Drive\u4e0b\u8f7d\u6570\u636e<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[],"_links":{"self":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts\/13803"}],"collection":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/comments?post=13803"}],"version-history":[{"count":7,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts\/13803\/revisions"}],"predecessor-version":[{"id":13913,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts\/13803\/revisions\/13913"}],"wp:attachment":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/media?parent=13803"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/categories?post=13803"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/tags?post=13803"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}