SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Downloaden Sie, um offline zu lesen
Google Code から Google I/O App for
      Android(iosched) を取得
         Mercurialの設定から
            (初心者向け)
アジェンダ

1. TortoiseHg のインストール
2. MercurialEclipse Plugin のインストール
3. Google Codeからプロジェクトソースの取得とその後の修正
 

1. TortoiseHg のインストール
TortoiseHg ダウンロード
TortoiseHg http://tortoisehg.bitbucket.org/ja

TortoiseHg は Mercurial 分散バージョン管理システム (DVCS) に
Windows エクスプローラのシェル拡張と使い勝手の良い GUI フロ
ントエンドを提供するアプリケーションです。すべての TortoiseHg
の機能はエクスプローラの右クリックメニューからだけでなく、付属
の hgtk コマンドラインツールからも起動することができます。
Mercurial のコマンドも通常の hg コマンドで利用できます。
<機能一覧>
  ● Workbench
  ● Commit Dialog
  ● Repository Clone
  ● Update Dialog
  ● Shell Extention
      ○ Context Menu
      ○ Overlay Icons
  ● Web Server
TortoiseHg - ダウンロード
TortoiseHg http://tortoisehg.bitbucket.org/ja
TortoiseHg - インストール
ダウンロードした、msiファイルからインストールを行います。




例)ファイル名は、tortoisehg-2.0.5-hg-1.8.4-x86.msi のような名前となってます。
TortoiseHg - インストール オプション

                   Shell Extensionは便利です
                   が、エクスプローラの動作が遅
                   くなりがちなので外します。
                   (使用したい人はそのままイン
                   ストールしてください。)

                   Win 764bit環境ではインストー
                   ル時にエラーも発生しました。

                   注) あくまでも私見です。
TortoiseHg - スタートメニュー
GUIツールや各ドキュメントのショートカットが追加されます。
TortoiseHg - Workbench
リポジトリをGUIで管理できるツールWorkbenchのイメージ
 

2. MercurialEclipse Plugin のインストール
MercurialEclipse って?
MercurialEclipse http://www.javaforge.com/project/HGE

Eclipse上でMercurialを使用するためのプラグインです。
MercurialEclipse - インストール
ヘルプ > 新規ソフトウェアのインストール から行います。
Update Site -> http://cbes.javaforge.com/update
MercurialEclipse - 設定変更
ウィンドウ > 設定 -> チーム > Mercurial で、MercurialEclipseで使
用するhg.exeの変更を行います。
MercurialEclipse - エンコードの問題

unknown encoding: windows-31j, please check your locale settings.

ワークスペースのデフォルトエンコーディングがMS932を UTF-8に変更すると解決します。

ウィンドウ > 設定 > 一般 > ワークスペース
テキスト・ファイルのエンコードを、その他でUTF-8を選択します。
MercurialEclipse - 解決しない問題

Android プロジェクトに、外部のプロジェクトをライブラリーで参照設
定している場合、
中断: D:
AndroidWorkspaceQuickActionLibsrcyanzmproductsquickactionlibPopupWindowForQ
uickAction.java not under root. コマンド行: D:AndroidWorkspaceMyAndroidProjhg -y status
-marduc -- D:
AndroidWorkspaceQuickActionLibsrcyanzmproductsquickactionlibPopupWindowForQ
uickAction.java D:
AndroidWorkspaceQuickActionLibsrcyanzmproductsquickactionlibActionItem.java D:
AndroidWorkspaceQuickActionLibsrcyanzmproductsquickactionlibQuickAction.java

の様なエラーダイアログメッセージが表示されます。
解決方法は今のところ不明です。
 

3. Google Codeからプロジェクトソースの取得
iosched のソースの取得
Google Code のリポジトリからクローンを取得します
http://code.google.com/p/iosched/source/checkout
Eclipseで Repository から インポート
ファイル > インポート で、
Mercurial > Clone Existing Mecurial Repository を選択します
リポジトリー・ロケーション
ioschedのリポジトリのURLを指定します
ブランチ
ブランチは default を指定します
プロジェクト のインポート
ioschedをチェックして、[完了]ボタンでインポート処理を開始しま
す
プロジェクト の削除
インポートは完了しましたが、Androidのプロジェクト形式となって
いないので、一旦プロジェクトを削除します。
プロジェクト の再作成
ファイル > 新規 > Android > Android プロジェクト
新規 Android プロジェクトの作成
ioschedのAndroidプロジェクト




libsが空のためビルドエラー。README.txtを参照して修正する必要があります。
ビルドエラーの修正
libsにライブラリが入っていないので、ビルドエラーとなります。
README.txtを参照して修正します。
README.txt
This project has two external library dependencies:

1. The `Android Compatibility package', a.k.a. the Android support
  library. You can get this package from the Android SDK and AVD manager
  (the `android' tool), in the Android Repository. Once you obtain the
  package, place `android-support-v4.jar' into this libs/ directory.

2. The Google Analytics SDK for Android. You can obtain this package
  by visiting:

    http://code.google.com/mobile/analytics/

 Once downloaded, place `libGoogleAnalytics.jar' into this libs/
 directory.
Android Compatibility Package
Andoid SDKおよびAVD マネージャーで、"Android Compatibility
package, revision 2"をダウンロードします。

{android-sdk}extrasandroidcompatibilityv4 の下に
android-support-v4.jar
があるので、それをlibsにドラッグ&ドロップで追加します。
Google Analytics SDK for Android
Google Analytics for Mobile http://code.google.
com/mobile/analytics/download.html

サイトから "GoogleAnalyticsAndroid_1.2.zip" をダウンロードしま
す。
zipを解凍して、libGoogleAnalytics.jar をlibsにドラッグ&ドロップで
追加します。
ビルド・パスの修正
プロジェクトのプロパティーを開き、Javaのビルド・パス -> ライブラ
リーで、[jar 追加]ボタンから、android-support-v4.jarと
libGoogleAnalytics.jar を追加します。
ioschedのAndroidプロジェクトの完了
 




    おわり

Weitere ähnliche Inhalte

Was ist angesagt?

Leap の初のメジャーアップデート! openSUSE Leap 15.0 リリース
Leap の初のメジャーアップデート! openSUSE Leap 15.0 リリースLeap の初のメジャーアップデート! openSUSE Leap 15.0 リリース
Leap の初のメジャーアップデート! openSUSE Leap 15.0 リリースFuminobu Takeyama
 
SPAJAMでやったこと
SPAJAMでやったことSPAJAMでやったこと
SPAJAMでやったことHiroto Imoto
 
OpenCV2.2 Install Guide ver.0.5
OpenCV2.2 Install Guide ver.0.5OpenCV2.2 Install Guide ver.0.5
OpenCV2.2 Install Guide ver.0.5Tsukasa Sugiura
 
書こう! 使おう! 単体テスト
書こう! 使おう! 単体テスト書こう! 使おう! 単体テスト
書こう! 使おう! 単体テストryohji ikebe
 
OpenMDAOの最適化を試す(第23回オープンCAE勉強会@関西)
OpenMDAOの最適化を試す(第23回オープンCAE勉強会@関西)OpenMDAOの最適化を試す(第23回オープンCAE勉強会@関西)
OpenMDAOの最適化を試す(第23回オープンCAE勉強会@関西)TatsuyaKatayama
 
書こう! 使おう! 単体テスト
書こう! 使おう! 単体テスト書こう! 使おう! 単体テスト
書こう! 使おう! 単体テストryohji ikebe
 

Was ist angesagt? (9)

Leap の初のメジャーアップデート! openSUSE Leap 15.0 リリース
Leap の初のメジャーアップデート! openSUSE Leap 15.0 リリースLeap の初のメジャーアップデート! openSUSE Leap 15.0 リリース
Leap の初のメジャーアップデート! openSUSE Leap 15.0 リリース
 
SPAJAMでやったこと
SPAJAMでやったことSPAJAMでやったこと
SPAJAMでやったこと
 
Extending the Unity Editor
Extending the Unity EditorExtending the Unity Editor
Extending the Unity Editor
 
OpenCV2.2 Install Guide ver.0.5
OpenCV2.2 Install Guide ver.0.5OpenCV2.2 Install Guide ver.0.5
OpenCV2.2 Install Guide ver.0.5
 
Visual studio de debug
Visual studio de debugVisual studio de debug
Visual studio de debug
 
書こう! 使おう! 単体テスト
書こう! 使おう! 単体テスト書こう! 使おう! 単体テスト
書こう! 使おう! 単体テスト
 
OpenMDAOの最適化を試す(第23回オープンCAE勉強会@関西)
OpenMDAOの最適化を試す(第23回オープンCAE勉強会@関西)OpenMDAOの最適化を試す(第23回オープンCAE勉強会@関西)
OpenMDAOの最適化を試す(第23回オープンCAE勉強会@関西)
 
書こう! 使おう! 単体テスト
書こう! 使おう! 単体テスト書こう! 使おう! 単体テスト
書こう! 使おう! 単体テスト
 
Python Autotest pdc2008w
Python Autotest pdc2008wPython Autotest pdc2008w
Python Autotest pdc2008w
 

Andere mochten auch

Fotos naturaleza
Fotos naturalezaFotos naturaleza
Fotos naturalezayesicacano
 
ερωτόκριτος αποσπάσματα
ερωτόκριτος  αποσπάσματα ερωτόκριτος  αποσπάσματα
ερωτόκριτος αποσπάσματα thcaps
 
взрыв в Броницы 19 октября
взрыв в Броницы 19 октябрявзрыв в Броницы 19 октября
взрыв в Броницы 19 октябряCadets Chuvashiya
 
Netflix 3 t 2011
Netflix 3 t 2011Netflix 3 t 2011
Netflix 3 t 2011Frank Ragol
 
Wikiak aurkezpena[1]
Wikiak aurkezpena[1]Wikiak aurkezpena[1]
Wikiak aurkezpena[1]gugeralau
 
андреева кристина
андреева кристинаандреева кристина
андреева кристинаCadets Chuvashiya
 
MIMS-H2D Names and Memorials
MIMS-H2D Names and MemorialsMIMS-H2D Names and Memorials
MIMS-H2D Names and MemorialsH2D_Tutorials
 
Puisi Melayu Moden - Sajak (Pelajaran 1)
Puisi Melayu Moden - Sajak (Pelajaran 1)Puisi Melayu Moden - Sajak (Pelajaran 1)
Puisi Melayu Moden - Sajak (Pelajaran 1)Nikannazee
 
Success stories in corrections wb-india
Success stories in corrections wb-indiaSuccess stories in corrections wb-india
Success stories in corrections wb-indiaDibyendu Sarkar, IAS
 
MobiU2011 - ANLT101 Mobile Measurement
MobiU2011 - ANLT101 Mobile MeasurementMobiU2011 - ANLT101 Mobile Measurement
MobiU2011 - ANLT101 Mobile MeasurementKimberly-Clark
 
Light the fire in my heart again
Light the fire in my heart againLight the fire in my heart again
Light the fire in my heart againDavid Jaiboi Tong
 
Seo web mobile-accessibilite-parisweb
Seo web mobile-accessibilite-pariswebSeo web mobile-accessibilite-parisweb
Seo web mobile-accessibilite-pariswebAccessibilitéWeb
 

Andere mochten auch (20)

3.makale
3.makale 3.makale
3.makale
 
Fotos naturaleza
Fotos naturalezaFotos naturaleza
Fotos naturaleza
 
визитка школы
визитка школывизитка школы
визитка школы
 
ερωτόκριτος αποσπάσματα
ερωτόκριτος  αποσπάσματα ερωτόκριτος  αποσπάσματα
ερωτόκριτος αποσπάσματα
 
взрыв в Броницы 19 октября
взрыв в Броницы 19 октябрявзрыв в Броницы 19 октября
взрыв в Броницы 19 октября
 
Netflix 3 t 2011
Netflix 3 t 2011Netflix 3 t 2011
Netflix 3 t 2011
 
Wikiak aurkezpena[1]
Wikiak aurkezpena[1]Wikiak aurkezpena[1]
Wikiak aurkezpena[1]
 
Dry mouth in long term care
Dry mouth in long term careDry mouth in long term care
Dry mouth in long term care
 
андреева кристина
андреева кристинаандреева кристина
андреева кристина
 
To11
To11To11
To11
 
MIMS-H2D Names and Memorials
MIMS-H2D Names and MemorialsMIMS-H2D Names and Memorials
MIMS-H2D Names and Memorials
 
Eu trivia
Eu triviaEu trivia
Eu trivia
 
Puisi Melayu Moden - Sajak (Pelajaran 1)
Puisi Melayu Moden - Sajak (Pelajaran 1)Puisi Melayu Moden - Sajak (Pelajaran 1)
Puisi Melayu Moden - Sajak (Pelajaran 1)
 
Success stories in corrections wb-india
Success stories in corrections wb-indiaSuccess stories in corrections wb-india
Success stories in corrections wb-india
 
MobiU2011 - ANLT101 Mobile Measurement
MobiU2011 - ANLT101 Mobile MeasurementMobiU2011 - ANLT101 Mobile Measurement
MobiU2011 - ANLT101 Mobile Measurement
 
Light the fire in my heart again
Light the fire in my heart againLight the fire in my heart again
Light the fire in my heart again
 
แสงกระจาย
แสงกระจายแสงกระจาย
แสงกระจาย
 
Seo web mobile-accessibilite-parisweb
Seo web mobile-accessibilite-pariswebSeo web mobile-accessibilite-parisweb
Seo web mobile-accessibilite-parisweb
 
Otoño invierno2
Otoño invierno2Otoño invierno2
Otoño invierno2
 
VEDA Climate Change Solutions Ltd - Improving Rural Livelihoods Through Carbo...
VEDA Climate Change Solutions Ltd - Improving Rural Livelihoods Through Carbo...VEDA Climate Change Solutions Ltd - Improving Rural Livelihoods Through Carbo...
VEDA Climate Change Solutions Ltd - Improving Rural Livelihoods Through Carbo...
 

Ähnlich wie Iosched

Code igniterでテスト駆動開発 資料作成中
Code igniterでテスト駆動開発 資料作成中Code igniterでテスト駆動開発 資料作成中
Code igniterでテスト駆動開発 資料作成中Takako Miyagawa
 
継続的インテグレーション3分クッキング
継続的インテグレーション3分クッキング継続的インテグレーション3分クッキング
継続的インテグレーション3分クッキングTakayuki Kondou
 
Mercurial入門(後半)解説版
Mercurial入門(後半)解説版Mercurial入門(後半)解説版
Mercurial入門(後半)解説版You&I
 
NuGet でゲット! Visual Studio パッケージ マネージャ―概要
NuGet でゲット! Visual Studio パッケージ マネージャ―概要NuGet でゲット! Visual Studio パッケージ マネージャ―概要
NuGet でゲット! Visual Studio パッケージ マネージャ―概要Akira Inoue
 
CEDEC 2013 Unity on Windows 8
CEDEC 2013 Unity on Windows 8CEDEC 2013 Unity on Windows 8
CEDEC 2013 Unity on Windows 8Akira Onishi
 
すいぎんとう Merculial with TracLightning
すいぎんとう Merculial with TracLightningすいぎんとう Merculial with TracLightning
すいぎんとう Merculial with TracLightningitouakihiro
 
Personal Cloud Automation
Personal Cloud AutomationPersonal Cloud Automation
Personal Cloud AutomationEtsuji Nakai
 
はじめてのCodeIgniter
はじめてのCodeIgniterはじめてのCodeIgniter
はじめてのCodeIgniterYuya Matsushima
 
今時のDev opsの取り組み事例集
今時のDev opsの取り組み事例集今時のDev opsの取り組み事例集
今時のDev opsの取り組み事例集Wataru NOGUCHI
 
Vim の開発環境
Vim の開発環境Vim の開発環境
Vim の開発環境eagletmt
 
Android App Development with Gradle & Android Studio
Android App Development with Gradle & Android StudioAndroid App Development with Gradle & Android Studio
Android App Development with Gradle & Android StudioSoichiro Kashima
 
Aeolus Conductorによる複数環境へのデプロイ自動化
Aeolus Conductorによる複数環境へのデプロイ自動化Aeolus Conductorによる複数環境へのデプロイ自動化
Aeolus Conductorによる複数環境へのデプロイ自動化Etsuji Nakai
 
環境構築自動化ツールのご紹介
環境構築自動化ツールのご紹介環境構築自動化ツールのご紹介
環境構築自動化ツールのご紹介Etsuji Nakai
 

Ähnlich wie Iosched (20)

Code igniterでテスト駆動開発 資料作成中
Code igniterでテスト駆動開発 資料作成中Code igniterでテスト駆動開発 資料作成中
Code igniterでテスト駆動開発 資料作成中
 
PHP勉強会 #51
PHP勉強会 #51PHP勉強会 #51
PHP勉強会 #51
 
Code ignitertalk 01
Code ignitertalk 01Code ignitertalk 01
Code ignitertalk 01
 
継続的インテグレーション3分クッキング
継続的インテグレーション3分クッキング継続的インテグレーション3分クッキング
継続的インテグレーション3分クッキング
 
Mercurial入門(後半)解説版
Mercurial入門(後半)解説版Mercurial入門(後半)解説版
Mercurial入門(後半)解説版
 
NuGet でゲット! Visual Studio パッケージ マネージャ―概要
NuGet でゲット! Visual Studio パッケージ マネージャ―概要NuGet でゲット! Visual Studio パッケージ マネージャ―概要
NuGet でゲット! Visual Studio パッケージ マネージャ―概要
 
Firefoxosハンズオン
FirefoxosハンズオンFirefoxosハンズオン
Firefoxosハンズオン
 
dvcs-kyoto
dvcs-kyotodvcs-kyoto
dvcs-kyoto
 
Mercurial入門(後半)
Mercurial入門(後半)Mercurial入門(後半)
Mercurial入門(後半)
 
CEDEC 2013 Unity on Windows 8
CEDEC 2013 Unity on Windows 8CEDEC 2013 Unity on Windows 8
CEDEC 2013 Unity on Windows 8
 
すいぎんとう Merculial with TracLightning
すいぎんとう Merculial with TracLightningすいぎんとう Merculial with TracLightning
すいぎんとう Merculial with TracLightning
 
Personal Cloud Automation
Personal Cloud AutomationPersonal Cloud Automation
Personal Cloud Automation
 
はじめてのCodeIgniter
はじめてのCodeIgniterはじめてのCodeIgniter
はじめてのCodeIgniter
 
今時のDev opsの取り組み事例集
今時のDev opsの取り組み事例集今時のDev opsの取り組み事例集
今時のDev opsの取り組み事例集
 
Jenkins と groovy
Jenkins と groovyJenkins と groovy
Jenkins と groovy
 
Vim の開発環境
Vim の開発環境Vim の開発環境
Vim の開発環境
 
Android App Development with Gradle & Android Studio
Android App Development with Gradle & Android StudioAndroid App Development with Gradle & Android Studio
Android App Development with Gradle & Android Studio
 
Aeolus Conductorによる複数環境へのデプロイ自動化
Aeolus Conductorによる複数環境へのデプロイ自動化Aeolus Conductorによる複数環境へのデプロイ自動化
Aeolus Conductorによる複数環境へのデプロイ自動化
 
Mercurial入門
Mercurial入門Mercurial入門
Mercurial入門
 
環境構築自動化ツールのご紹介
環境構築自動化ツールのご紹介環境構築自動化ツールのご紹介
環境構築自動化ツールのご紹介
 

Mehr von Katsumi Onishi

HTML5 VIDEO on Chromecast
HTML5 VIDEO on ChromecastHTML5 VIDEO on Chromecast
HTML5 VIDEO on ChromecastKatsumi Onishi
 
PhoneGap勉強会 - 実践編 -
PhoneGap勉強会 - 実践編 -PhoneGap勉強会 - 実践編 -
PhoneGap勉強会 - 実践編 -Katsumi Onishi
 
MBaaS on the Google Cloud - Mobile Backend Starter
MBaaS on the Google Cloud - Mobile Backend StarterMBaaS on the Google Cloud - Mobile Backend Starter
MBaaS on the Google Cloud - Mobile Backend StarterKatsumi Onishi
 
Google I/O 2012 and Android 4.1
Google I/O 2012 and Android 4.1Google I/O 2012 and Android 4.1
Google I/O 2012 and Android 4.1Katsumi Onishi
 

Mehr von Katsumi Onishi (6)

HTML5 VIDEO on Chromecast
HTML5 VIDEO on ChromecastHTML5 VIDEO on Chromecast
HTML5 VIDEO on Chromecast
 
PhoneGap勉強会 - 実践編 -
PhoneGap勉強会 - 実践編 -PhoneGap勉強会 - 実践編 -
PhoneGap勉強会 - 実践編 -
 
MBaaS on the Google Cloud - Mobile Backend Starter
MBaaS on the Google Cloud - Mobile Backend StarterMBaaS on the Google Cloud - Mobile Backend Starter
MBaaS on the Google Cloud - Mobile Backend Starter
 
Action Bar and Menu
Action Bar and MenuAction Bar and Menu
Action Bar and Menu
 
Google I/O 2012 and Android 4.1
Google I/O 2012 and Android 4.1Google I/O 2012 and Android 4.1
Google I/O 2012 and Android 4.1
 
Action bar
Action barAction bar
Action bar
 

Kürzlich hochgeladen

SOPを理解する 2024/04/19 の勉強会で発表されたものです
SOPを理解する       2024/04/19 の勉強会で発表されたものですSOPを理解する       2024/04/19 の勉強会で発表されたものです
SOPを理解する 2024/04/19 の勉強会で発表されたものですiPride Co., Ltd.
 
論文紹介:Automated Classification of Model Errors on ImageNet
論文紹介:Automated Classification of Model Errors on ImageNet論文紹介:Automated Classification of Model Errors on ImageNet
論文紹介:Automated Classification of Model Errors on ImageNetToru Tamaki
 
Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介
Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介
Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介Yuma Ohgami
 
【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)
【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)
【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)Hiroki Ichikura
 
スマートフォンを用いた新生児あやし動作の教示システム
スマートフォンを用いた新生児あやし動作の教示システムスマートフォンを用いた新生児あやし動作の教示システム
スマートフォンを用いた新生児あやし動作の教示システムsugiuralab
 
論文紹介:Semantic segmentation using Vision Transformers: A survey
論文紹介:Semantic segmentation using Vision Transformers: A survey論文紹介:Semantic segmentation using Vision Transformers: A survey
論文紹介:Semantic segmentation using Vision Transformers: A surveyToru Tamaki
 
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略Ryo Sasaki
 
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...Toru Tamaki
 
TSAL operation mechanism and circuit diagram.pdf
TSAL operation mechanism and circuit diagram.pdfTSAL operation mechanism and circuit diagram.pdf
TSAL operation mechanism and circuit diagram.pdftaisei2219
 

Kürzlich hochgeladen (9)

SOPを理解する 2024/04/19 の勉強会で発表されたものです
SOPを理解する       2024/04/19 の勉強会で発表されたものですSOPを理解する       2024/04/19 の勉強会で発表されたものです
SOPを理解する 2024/04/19 の勉強会で発表されたものです
 
論文紹介:Automated Classification of Model Errors on ImageNet
論文紹介:Automated Classification of Model Errors on ImageNet論文紹介:Automated Classification of Model Errors on ImageNet
論文紹介:Automated Classification of Model Errors on ImageNet
 
Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介
Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介
Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介
 
【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)
【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)
【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)
 
スマートフォンを用いた新生児あやし動作の教示システム
スマートフォンを用いた新生児あやし動作の教示システムスマートフォンを用いた新生児あやし動作の教示システム
スマートフォンを用いた新生児あやし動作の教示システム
 
論文紹介:Semantic segmentation using Vision Transformers: A survey
論文紹介:Semantic segmentation using Vision Transformers: A survey論文紹介:Semantic segmentation using Vision Transformers: A survey
論文紹介:Semantic segmentation using Vision Transformers: A survey
 
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略
 
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...
 
TSAL operation mechanism and circuit diagram.pdf
TSAL operation mechanism and circuit diagram.pdfTSAL operation mechanism and circuit diagram.pdf
TSAL operation mechanism and circuit diagram.pdf
 

Iosched