同意設定のカスタマイズ

クッキーを使用して、効率的にナビゲートし、特定の機能を実行できるようにします。 以下の各同意カテゴリの下に、すべての Cookie に関する詳細情報が表示されます。

「必要」に分類される Cookie は、サイトの基本機能を有効にするために不可欠であるため、ブラウザーに保存されます。

また、サードパーティの Cookie を使用して、この Web サイトの使用方法を分析し、設定を保存し、関連するコンテンツと広告を提供します。 これらの Cookie は、事前に同意した場合にのみブラウザーに保存されます。

これらの Cookie の一部またはすべてを有効または無効にすることを選択できますが、一部を無効にすると、ブラウジング エクスペリエンスに影響する場合があります。

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

No cookies to display.

スポンサーリンク
ドローン

【ドローン国家資格】2章 無人航空機操縦者の心得 〜読込編〜

ドローン国家資格の取得を目指します!無人航空機の飛行の安全に関する教則から、2章の内容を学んでいきます。
ドローン

【ドローン国家資格】二等無人航空機操縦士〜1章 はじめに〜

無人航空機操縦者技能証明について解説していきます! 無人航空機の飛行の安全に関する教則をはじめから見ていきます。
AI

【AI】Teachable Machineを使った機械学習 画像編

Teachable Machineとは画像、音声、ポーズを使って機械学習モデルを作成するウェブベースのツールです。作成したモデルは、javascriptが動く環境であればどこででも動作します。また魅力的なのはScratch(スクラッチ)でも...
Python

【Python】insightfaceを使った顔検出(性別、年齢)

前回まではカスケード分類機によって顔の検出を行っていましたが精度があまり良くなかったと思います。今回はオープンソースのinsightfaceを使って顔の検出を行ってみます。検証はMac(M1)とWindowsで行いました。 実行結果 緑の文...
Python

【Python】 opencvを使って顔検出 PCカメラ編

前回は写真から顔検出を行いましたが、今回はPCについているカメラまたはUSBカメラからリアルタイムで顔の検出を行うプログラムを紹介します。 実行結果 OS:Windows11 IDE:VS Code 言語:Python 3.10.9 パッケ...
Python

【Python】opencvを使って写真から顔検出プログラム

Pythonらしいプログラミングを行なってみたいと思います。顔検出!!ということで今回は画像ファイルから顔検出を行なって枠線を描画するプログラムになります。 実行結果 OS:Windows11 IDE:VS Code 言語:Python3....
Python

【Windows11】VS Codeを使ったPythonプログラミング超初級編

今回は統合開発環境(IDE)の「VS Code」を使ったPythonのプログラミングを行います。 作業フォルダの作成 Cドライブ直下に「python_work」フォルダを作成します。このフォルダにPythonのプログラムファイルを保存してい...
Python

【Windows11】 VS Codeを使ったPython開発

Pythonの仮想環境の構築方法を記述してきましたが、実際にPythonの開発(プログラミング)をどのように行っていくのか? Pythonのプログラミングを行うためには「メモ帳」でも可能ですが統合開発環境(IDE)を使った方が効率よく開発が...
Python

【Windows11】 Miniconda 仮想環境構築

前回はWindows11でMinicondaのインストール方法をお伝えしました。 今回はPythonの仮想環境(仮想環境名:py39、Pythonバージョン:3.9)の構築を行っていきます。 OS:Windows11 64bit Conda...
Python

【Windows11】Miniconda インストール方法

MinicondaはPython本体と必要最小限パッケージ、パッケージ管理システムのcondaが入ったものがMinicondaです。 Minicondaで仮想環境を構築することでPC1台でバージョン違いのPythonを実行出来たり、パッケー...
スポンサーリンク