yolov9_detection/ ├── data/ # 数据集目录 │ └── custom_dataset/ # 自定义数据集 │ ├── images/ # 图像文件 │ │ ├── train ...
py-app-standalone builds a standalone, relocatable Python installation with a set of packages included. It's like a modern alternative to PyInstaller that leverages the newer uv ecosystem. It's a ...