industry pannel button detection
- 更新 README.md 中的 ONNX构建指南,增加新版本的安装步骤 - 在 runs/detect/final_model 和 runs/detect/train 目录下添加训练配置文件 args.yaml - 配置文件包含模型训练的各种参数设置,为后续训练提供详细配置 |
||
---|---|---|
datasets | ||
runs/detect | ||
data.yaml | ||
README.dataset.txt | ||
README.md | ||
README.roboflow.txt | ||
test_onnx.py | ||
test.py | ||
train.py |
onnx Cannot build wheel
fix command:
git clone https://github.com/onnx/onnx.git
cd onnx
git submodule update --init --recursive
# prefer lite proto
set CMAKE_ARGS=-DONNX_USE_LITE_PROTO=ON
pip install -e .
git clone -b rel-1.17.0 https://github.com/onnx/onnx.git
cd onnx
git submodule update --init --recursive
# prefer lite proto
set CMAKE_ARGS="-DONNX_USE_PROTOBUF_SHARED_LIBS=ON"
set CMAKE_ARGS=-DONNX_USE_LITE_PROTO=ON
pip install -e .
set CMAKE_ARGS="-DONNX_USE_PROTOBUF_SHARED_LIBS=ON"
pip install onnx<1.18.0