industry pannel button detection
- 新增 final_model/analysis.md 文件 - 分析了损失函数、精度指标和学习率调整的趋势 - 总结了模型训练过程中的表现,指出了可能的过拟合问题 - 提出了改进建议,包括关注验证集表现和调整模型复杂度 |
||
---|---|---|
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