Initial commit: Wood knot detection model and GUI

This commit is contained in:
2025-12-22 14:11:39 -07:00
commit aed092f09c
20307 changed files with 785367 additions and 0 deletions

9
requirements.txt Normal file
View File

@ -0,0 +1,9 @@
rfdetr==1.3.0
onnx>=1.20.0
onnxruntime>=1.23.0
onnx_graphsurgeon>=0.5.0
# optional but useful for visualization / quick sanity checks
supervision>=0.27.0
Pillow>=10.0.0
# For the custom annotation GUI
gradio>=4.0.0