Python

Thumbnail of post image 110

姿勢測定ライブラリ「OpenPose」のキーポイントデータを使って作成するものがあります

Google Colabで動かせるものがあるので試してみてください

MocapNETvideo2bvhvideo_to_bvh ...

Python

Thumbnail of post image 040

仮想環境構築

python -m venv myenv

仮想環境を作成したいフォルダを指定

すでにインストールしているライブラリー ベースのところにあるものを使いたい場合は

python.exe -m ...

Python

Thumbnail of post image 108

gradioのバージョンが上がるとこの名前がサポートされなくなったためです。

The gradio.inputs and gradio.outputs modules have be ...

Python

Thumbnail of post image 020
バッチファイル

WinPythonフォルダーにバッチファイルを作成

送るフォルダーshell:SendTo
にバッチファイルのショートカットを作成

“D:\WinPython\#winpythonH ...

Python,stable-diffusion

Thumbnail of post image 016

Pythonの環境を作って別なパソコンでも動かすようにするためには持ち運べる環境を作る必要があります。通常のPythonのインストールでは引っ越すことがなかなか難しいです。そのため今回はUSBメモリなどに入れて持ち運べる環境を構築する ...

Python

Thumbnail of post image 046

Webアプリ

こちらのホームページで簡単に作成できます

インストール

Code->download ZIP を押してダウンロードした後 解凍します。または

git clone

次に

cd A ...

Python,画像

Thumbnail of post image 043

インストール

GitHub – yoshi389111/zip-as-png-py: disguise zip to png

Code->download ZIP を押してダウンロードした後 解凍します。または

Python

Thumbnail of post image 167

作成したQRコードがたくさんある時に読み込めるか確認したい時に便利です

コード# -*- coding: utf-8 -*-import osimport cv2from pyzbar.pyzbar import decodei ...

Python

Thumbnail of post image 102

CuteR

pip install CuteR

CuteR -c 10 -e H -o sample_output.png -v 10 sample_input.png
CuteR -C -r 100 50 100 ...

Python

Thumbnail of post image 190
インストールpip install qrcodepip install pillowコード# -*- coding: utf-8 -*-import qrcodefrom qrcode.image.styledpil import Styl ...