1枚の画像から3 D 画像を作成するTripoSR

TripoSRを動かすための手順をまとめました
インストールStart Locally | PyTorch
git clone install -r requirements.txtpip install mode ...4本足の動物をControlNetで作成できるAnimal OpenPose

ControlNetは新しいバージョンにしてください
モデルのダウンロードと設置huchenlei/animal_openpose at main (huggingface.co)
“D:\WinP ...
画像の端にある物体を消す方法。

画像の外枠に接触している物体を消す方法です。消す時は透明にするようにしています
ライブラリーのインストールpip install opencv-pythonpip install opencv-contrib-pythonプログ ...16進数のカラーコードを RGBコードに一括で変更するアプリ

Python のコードimport tkinter as tkfrom tkinter import ttkfrom tkinter import colorchooserdef color_changed(): # カラーピッカーから選択 ...
ITAコーパスの文章リストを画面に表示させ連続で録音するアプリ。

ITAコーパスの文章リストを画面に表示させ連続で録音するアプリ。文章ごとに録音開始ボタン録音停止ボタンを押さなくてすみます。録音しながら録音した音を再生することもできます。
インストールと準備pip install Speech ...speech_recognitionを使ってマイクに喋りかけて音声をwhisperで文字起こしする

gui のものがあまり見かけなかったので 作ってみました
インストールpip install SpeechRecognitionpip install -U openai-whisperPyTorch
コードt ...
Python の開発環境でTkinterを使ってgui アプリを作る方法

Tcl/Tk
Tcl/Tk は、widget と呼ばれる部品を使って簡単に GUI アプリケーションを作成できますがTkinterはこれを Python で使えるようにしたものです
次のサイトを見ると概要が分かります ...
様々なGAN(Generative Adversarial Network)を試してみる

GitHub – eriklindernoren/PyTorch-GAN: PyTorch implementations of Generative Adversarial Networks.git clone PyTorc ...
The “freeze_support()” line can be omitted if the program is not going to be frozen to produce an executable.

対応方法if __name__ == '__main__': freeze_support() ... The "freeze_support()" line can be omitted if the ...
Python を使って 無音部分で分割する

インストールpip install git+ install simpleaudioコードfrom pydub import AudioSegmentfrom pydub.silence import split_on_silencefro ...