requirements.txt 追加
0 parent commit 0231662e8a62daebf567d2debcbd335cf2cd7fde
Toshiya Nakaguchi T.Nakaguchi (Toshiya Nakaguchi) authored on 30 Jun 2024
Showing 30 changed files
View
.gitignore 0 → 100644
View
.vscode/launch.json 0 → 100644
View
Mediapipe/Benchmark.py 0 → 100644
View
Mediapipe/RecordCamFrames.py 0 → 100644
View
Mediapipe/mpipe.py 0 → 100644
View
Mediapipe/mptest.py 0 → 100644
View
Mediapipe/requirements.txt 0 → 100644
View
yolov7-pose-estimation/.github/FUNDING.yml 0 → 100644
View
yolov7-pose-estimation/LICENSE 0 → 100644
View
yolov7-pose-estimation/README.md 0 → 100644
View
yolov7-pose-estimation/models/__init__.py 0 → 100644
View
yolov7-pose-estimation/models/common.py 0 → 100644
Too large (Show diff)
View
yolov7-pose-estimation/models/experimental.py 0 → 100644
View
yolov7-pose-estimation/models/yolo.py 0 → 100644
View
yolov7-pose-estimation/pose-estimate.py 0 → 100644
View
yolov7-pose-estimation/requirements.txt 0 → 100644
View
yolov7-pose-estimation/utils/__init__.py 0 → 100644
View
yolov7-pose-estimation/utils/activations.py 0 → 100644
View
yolov7-pose-estimation/utils/add_nms.py 0 → 100644
View
yolov7-pose-estimation/utils/autoanchor.py 0 → 100644
View
yolov7-pose-estimation/utils/datasets.py 0 → 100644
Too large (Show diff)
View
yolov7-pose-estimation/utils/general.py 0 → 100644
View
yolov7-pose-estimation/utils/google_utils.py 0 → 100644
View
yolov7-pose-estimation/utils/loss.py 0 → 100644
Too large (Show diff)
View
yolov7-pose-estimation/utils/metrics.py 0 → 100644
View
yolov7-pose-estimation/utils/plots.py 0 → 100644
View
yolov7-pose-estimation/utils/torch_utils.py 0 → 100644
View
yolov7-pose-estimation/utils/wandb_logging/__init__.py 0 → 100644
View
yolov7-pose-estimation/utils/wandb_logging/log_dataset.py 0 → 100644
View
yolov7-pose-estimation/utils/wandb_logging/wandb_utils.py 0 → 100644