@mikado-4410 mikado-4410 authored on 19 Nov 2024
modules [update]YOLOXの検出を使用できるように修正 1 year ago
util 最初のコミット 1 year ago
.gitignore [update]深層学習モデルごとの検出結果の表示 1 year ago
README.md [update]RTMposeを用いた検出機能の実装 1 year ago
calc_circle.py [update]深層学習モデルごとの検出結果の表示 1 year ago
check_normalized.py [update]深層学習モデルごとの検出結果の表示 1 year ago
config.py [update]聴診位置の算出読み込みの設定の作成 1 year ago
main-cnn.py [update]深層学習モデルごとの検出結果の表示 1 year ago
main.py [update]学習の設定をconfig.pyから読み込むように修正 1 year ago
requirements.txt [update]YOLOXの検出を使用できるように修正 1 year ago
README.md
pip install --upgrade pip setuptools wheel
pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu121
pip install mmcv==2.1.0 -f https://download.openmmlab.com/mmcv/dist/cu121/torch2.1/index.html
pip install mmdet
pip install mmpose