tutryx

Results 2 issues of tutryx

Including in different .cpp files causes multiply defined symbols error at compile time. Is that intended for some reason? Or can I add "inline" to fix this?

Hello, I trained the **D-FINE nano** model on a custom dataset and exported it to ONNX using the provided [`export_onnx.py`](https://github.com/Peterande/D-FINE/blob/master/tools/deployment/export_onnx.py). Inference results: * :white_check_mark: CPU execution provider → correct *...